Sidharth Juyal

Sidharth Juyal @chunkyguy

About: iOS developer

Location:
Amsterdam, NL
Joined:
Aug 27, 2024

Sidharth Juyal
articles - 15 total

Getting started with LiteRT (Tensorflow Lite)

So Google recently renamed TensorflowLite to LiteRT. And yes that was a genius move indeed. Because...

Learn More 0 0Nov 8 '24

How to make an accordion with React Native

In the journey of making complex animations with React Native, let’s make an accordion! I don’t...

Learn More 0 0Oct 18 '24

MoveMe - SwiftUI Edition

Taking about gestures and animation with SwiftUI is actually not as intuitive as it sounds. But how...

Learn More 0 0Sep 13 '24

Coordinating multiple gesture recognizers

So how does one actually work with multiple gesture recognizers on same view? Let’s recreate the...

Learn More 0 0Sep 12 '24

Hello ionic

In the next series of how javascript is slowly taking over the tech let’s try Ionic. On their home...

Learn More 0 0Sep 9 '24

React navigation basics

I just realized that I’ve never made the photos app with react.js. So let’s do that today. ...

Learn More 1 0Sep 1 '24

Let's reanimate

Drawing text and images is one thing but the real test of a UI framework is in how good is it with...

Learn More 1 0Aug 27 '24

Jetpack compose navigation

It’s Friday night! And you know what that means right? It’s time to dig deeper into Jetpack Compose....

Learn More 0 0Aug 28 '24

Dear expo, who are you?

Let’s try expo. The motivation behind this experiment is neither my eternal curiosity for...

Learn More 0 0Aug 29 '24

UIScrollView and Autolayout

This a quick reference on how to make UIScrollView work with autolayout Solution 1: Where...

Learn More 0 0Aug 30 '24

Let's build a calculator

Let’s build a calculator! I saw this challenge on the frontendmentor website and the very next day...

Learn More 0 0Sep 6 '24

Hello MAUI

So another cross platform tool that I’ve been trying to poke for a very very long time now is .NET...

Learn More 0 0Sep 1 '24

Grandpa's guide to autoresizingMask for modern UIKit developers

So I wanted to write a quick tutorial on autoresizingMask. It’s quick because there isn’t a lot of...

Learn More 0 0Sep 8 '24

FLIC - The holy grail of all GUI architectures

After many years of search for the best way to build GUI softwares I think I’ve finally found the one...

Learn More 0 0Sep 10 '24

Swift async-await vs closures

Swift await works by capturing the context and suspending the execution until the called async method...

Learn More 0 0Sep 24 '24