Frontend

Sauce Analytics
Around the time of iOS 14 (Sept 2020), Apple and other companies started to crack down hard on user privacy and data use.
Read More…
Create a local unsigned apk
REQUIRED VERSION > 0.58 If you’re in the early stages of developing a react native app or just want a quick and easy way to share an apk with your QA or a client who has an android phone, you can easily generate a debug apk file which is unsigned.
Read More…
Live Search Using Liveview
LiveView provides real-time user interaction within an application. Some use cases where LiveView fit excellently in an application are input validation, button click, autocomplete and live search.
Read More…
What is tailwind just in time mode?
Tailwind comes with a bunch of variations of utilities out the box for example we can use w-2, h-8, left-0.5, rounded-sm and so on to style an elements dimensions, position and appearance.
Read More…
You Can Leave but You Cant Come Back
The Problem The user is part way through completing a form or wizard and then the accidently click a link or trigger back on their browser… 😞 Their progress is lost and you have a frustrated user on you hands.
Read More…
Optional chaining - ?.
Good old undefined properties We’ve all been caught out by undefined properties in JavaScript. Below is a ridiculous example to really highlight the point.
Read More…