Web hosting is a service that allows organizations and individuals to post a website or web page onto... | Continue reading
Not too long ago I discovered the work of a very smart and snarky cloud economist by the name of Core... | Continue reading
I had a working old laptop and was itching to do something with it. And then I decided to turn it int... | Continue reading
Since the release of version 3 in April 2019, Svelte has been in the news all the time. But why? What... | Continue reading
GitHub's actions are a new GitHub feature that will trigger GitHub to spin up a virtual machine and r... | Continue reading
Go in general is a safe language. It has memory builtin safety measures that should avoid common buff... | Continue reading
These are the best Python projects for beginners to build and learn Python from scratch. | Continue reading
Every application needs testing and most of them need End-to-End (E2E) testing. The quickest way to h... | Continue reading
Photo by Fernando Hernandez on Unsplash In this post, we are going to build a pokemon index using Po... | Continue reading
On average, every developer commits their code atleast once a day. Having some git aliases help you... | Continue reading
Location-based language setting is a bad idea. It's much better to use the browser's language. | Continue reading
For those unaware, deno is a secure runtime for Javascript and Typescript built by the community and... | Continue reading
Last year, I was tasked with mentoring an intern. It wasn't my first time mentoring, but it was my fi... | Continue reading
While I was talking with Vitor Amaral, creator of UpStamps, I was inspired by the design he uses for... | Continue reading
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