You know, sometimes our first feelings let us down because the world around us is not so simple. I was going to stop with Google Translate customization under NextJS. This article reveals ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
Welcome to this lesson, in this lesson, we will talk about data structures starting with arrays. What is an array? An array is the arrangements ...Read more
In this weekly series, I will be taking out coding problems from CodeWars and sharing a step-by-step tutorial on how exactly I was able to solve it on my first trial. It is important to ...Read more
Welcome to Day 4 of #30DaysOfPWA! New to the series? Three things you can do to catch up: Read the kickoff post below for context. Watch the GitHub Repository for updates. Bookmark Read more
This is a submission for DEV Challenge v24.03.20, One Byte Explainer: Browser API or Feature. Explainer It allows you to select the text you can ...Read more
INTRO 🔊 Chaining is the concept one function returns a current(this) object and another function will use values in that current(this) object. It's the ...Read more
Things I've worked on/completed since my last post… I am currently working my way through Intermediate HTML & CSS in The Odin Project. I have ...Read more
What's a hash function? A hash function takes an input value (for instance, a string) and returns a fixed-length value. An ideal hash function has the following properties: it is very fast it can return an enormous range of hash values it ...Read more
🦖 Deno and Fresh In this post we are trying out Deno Fresh. Deno is a JavaScript runtime like, for example, Node or ...Read more