A callback function is simply when we tell a function to run and when it is completed it should then... | Continue reading
We would be taking your review on which you think is better to use React Native or Flutter but first... | Continue reading
Recoil is a state management library for React apps with Pure functions and efficient subscriptions | Continue reading
Consider the following arrays. What gets logged in various sorting conditions? | Continue reading
Not just meant for developers and makers, they are for everybody. | Continue reading
This series is about sharing some of the challenges and lessons I learned during the development of... | Continue reading
I’ve been learning and contributing a lot to Angular in the last few months. I now understand the ang... | Continue reading
If you are working with React, most probably you have already seen the below issues a lot. Warning:... | Continue reading
When you are new to programming, people will always advise you on the best language to start with. So... | Continue reading
Azure DevOps helps you deploy more reliably by providing you with a platform to complete CI/CD tasks.... | Continue reading
Everyone seems to have an opinion on this topic of late. You may have seen: Second-guessing the moder... | Continue reading
Feature branching allows developers to effectively collaborate around a central code base by keeping all changes to a specific feature in its own branch. | Continue reading
A concise, critical overview of where Deno fits into the tooling landscape. | Continue reading
A list of gems for Machine Learning, there is not only the Python :). Numo Numo::NArray i... | Continue reading
I expect I'll annoy everyone with this post: the anti-JavaScript crusaders, justly aghast at how much... | Continue reading
Hello everyone, how are you guys doing!? So,...I have been busy working on Colors & Fonts and it... | Continue reading
Today I'm excited to announce the beta release of Sqlmancer! Sqlmancer is a Node.js library that empo... | Continue reading
I'm stoked to announce v1.0.0 of Betterer! I've been locked down in New Zealand for the last little... | Continue reading
A few days ago I came across a very nice post from Emma Bostian, a RegExp Cheatsheet. And that post... | Continue reading
Share your sideproject with the dev.to community. | Continue reading
What is rust-analyzer and its goal: Rust-analyzer is a tool to improve the developer exper... | Continue reading
A playlist of videos to learn React Hooks. | Continue reading
How to make white label React app for landing pages | Continue reading
Hey there developers! How's your day going? :) This post is for those who want to create a basic Fl... | Continue reading
It's hard to stay motivated and to continue learning in today's world of constant change in technolog... | Continue reading
Why I dropped story points, estimations and burn-up charts Hint: close to the end, section... | Continue reading
Studying functional scripting for security and cryptography. | Continue reading
Feature flagging is a method by which developers wrap a new feature in an if/then statement to gain more control over its release | Continue reading
Almost two years ago, we took on a pretty sizable project. We're talking about a potential of users f... | Continue reading
In the past few months, I have been playing around with different kinds of IoT devices and sensors. I... | Continue reading
As the global economy enters a recession triggered by many businesses, schools, and services shutting down to slow the spread of COVID-19, I’ve been reflecting on what these precipitous changes mean for the future of open source. | Continue reading
Once you build your application and you are ready to deploy it, is very important to know how it will... | Continue reading
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