This is a submission for the Agent.ai Challenge: Full-Stack Agent, but also could qualify for...
This is a submission for the GitHub Copilot Challenge : Transitions and Transformations ...
This is a submission for the GitHub Copilot Challenge : Fresh Starts, but also could qualify for New...
This is a submission for the DevCycle Feature Flag Challenge: Feature Flag Funhouse What I...
In the past days I've shared with you a few JS utilities, to loop objects recurrently, and also to...
Yesterday I shared with you a utility function to recurrently loop an object in JS, one of the...
Currently, I'm working on some personal projects and I thought it was a good idea to share some code...
This is a submission for the Wix Studio Challenge: Community Edition. My Community...
This is a submission for the Netlify Dynamic Site Challenge: Visual Feast. What I Built A...
As front-ends we usually need appealing backgrounds to use them as hero headers, sometimes to attract...
(In advance apology to Pokémon fans) 1 - How to properly apply border-box to ALL...
If you don't know what TypeLib JS is, in short, is a JS library that helps you to detect multiple...
Recently I'd been promoting a small project of mine called TypeLib JS. I also decided that I want to...
As I promised in the past article (Click here if you want to read it), I'll explain how you can use...
If you want to see it in action, check out the project landing page at: typelib.schemetastic.com I...
A brief intro When we think about technical writing such as documenting code, or writing...
I remember there was a time when you would start a project and then probably go to GitHub to look for...
In the past article I mentioned about string interpolation and how does the ternary operator becomes...
Probably in some occasion you have seen JS codes from other programmers and suddenly you saw...
In the previous part of this series I talked about how you can shorten your conditionals with truthy...
I know that when you are working with conditions in JS very easily you could end up with an if...
What are function declarations and function expressions? Basically you can define...
At the beginning when you're starting with JS, one of the things you realize quite fast is that there...