PHP is arguably one of the big guns when it comes to web application development. It also powers high... | Continue reading
Learn how to re-use pagination badges logic in all your projects. | Continue reading
Git is a really simple and elegant solution to a complex problem. I think it’s important that we unde... | Continue reading
As a frontend developer primarily writing Javascript I'm used to building on the shoulders of giants.... | Continue reading
Starting a new software engineering role can be an overwhelming experience. The first months are a di... | Continue reading
kedro hooks are an exciting upcoming feature of kedro 0.16.0. They allow you to hook into catalog_cre... | Continue reading
This blog post covers the steps I took to build a prototype of Fruit Ninja game you play with hand movements. | Continue reading
Recently, I have been working a lot with webhooks and n8n. Webhooks have first-class support in n8n a... | Continue reading
build a throttle function with TDD | Continue reading
SLAM DUNK on my precourse exit exam. Higher or functions? Got it. Recursion? For sure got it. Now it... | Continue reading
Details about the Grant for the Web Hackathon hosted on DEV. | Continue reading
For almost two years now, I've been part of a core team developing a platform for building AI assista... | Continue reading
See how to host a simple website with AWS for extremely cheap. | Continue reading
🤠 Introduction It all started 2 years ago, Ryan Dahl, the creator of Node.js gave a talk a... | Continue reading
Learn the inside-out of JavaScript constructors and their role in prototypal inheritance. | Continue reading
In Spring Boot, if you look at the official documentation, there is a lot of ways to test things and... | Continue reading
GIT Tutorial 1 We are going to begin a Git tutorial series where we can initiate learning about how... | Continue reading
ExpressJs is an un-opionated framework for building NodeJs application quick. It comes with a routing... | Continue reading
Learn Laravel PHP framework from very basics to advanced using Laravel Livewire by creating advan... | Continue reading
Basics Pointers are an amazing. C allows the programmer to reference the location of objec... | Continue reading
“The line between hobbies, careers and personal brands is blurring.” — Adam Davidson, author of “... | Continue reading
This blog post was jointly written by Lanae BK and Brittany DePoi. With software engineering experie... | Continue reading
This series is about sharing some of the challenges and lessons I learned during the development of... | Continue reading
A restatement and defense of my post 'Why You Shouldn't Use A Web Framework', and an alternative: Todo-MVP | Continue reading
Now in Supabase: Set up Postgres in less than 2 minutes Auto-generated APIs! (they are a bit flaky,... | Continue reading
Simple snippets explaining easy updated JS syntax to make your overall JS experience easier without compromising readability | Continue reading
I am preparing a blog post for non-tech folks to manage their expectations but also explain how we wo... | Continue reading
Heya! Thanks to the Vue Core team, we can try out the most anticipated Vue 3 which has a lot of grea... | Continue reading
As a developer, we always look for ways to make our code faster and better. But before that, writin... | Continue reading
If You Like This Article then check Out more Example [gscode.in] 50+ Cool CSS Text Effects | Text... | Continue reading
Can a working business application be built in a day? Does the app work on desktop and mobile? How ad... | Continue reading
From MVP to launch under a week was our main goal. With a little development time and features, t... | Continue reading
Q: How to implement object magic which has the following behavior? const magic = {}; console.log(2... | Continue reading
A response to building a Twitter clone with Rails, CableReady, and StimulusReflex | Continue reading
The basics of how to test and protect your application SQL Injection (SQLi) accounted for... | Continue reading
Completely explaining the concept of closures in Javascript in the most simple way | Continue reading
It's great to see so many peers getting better on what they do, learn new technologies, learn new fra... | Continue reading
This blog post shows how I used an open source stream of COVID data to learn python using the paho-mqtt library | Continue reading
"Where's Waldo?" game is very well known by everyone, in this post I'll explain how to make such game... | Continue reading
Live Q&A on freelancing and how to get started | Continue reading
What's the difference between carousels and horizontally scrollable lists? Is it the gestures, snappi... | Continue reading
It was over two years ago now when I started Cloud Grey, my Appium and mobile testing-focused consult... | Continue reading
TL;DR We've carried out a series of daily tasks on TOP 20 Linux distros as well as Windows... | Continue reading
rust lifetimes have the reputation to be very complicated, hard to use and even harder to understand. With this little article the entry barrier should be lowered and clarity should shine among the curious reader. | Continue reading
How to expose locally developed web app using localhost.run or serveo.net so they can be accessed over the internet | Continue reading
VS Code is my favourite text editor. It is the most extensible and popular code editors out there. An... | Continue reading
This is the first article in the series, where we will focus on modelling state and state handling lo... | Continue reading