Best Hosting Services for 2020

Web hosting is a service that allows organizations and individuals to post a website or web page onto... | Continue reading


@dev.to | 4 years ago

The Wrong Question About Docker and Kubernetes

Not too long ago I discovered the work of a very smart and snarky cloud economist by the name of Core... | Continue reading


@dev.to | 4 years ago

I turned my old laptop into a server

I had a working old laptop and was itching to do something with it. And then I decided to turn it int... | Continue reading


@dev.to | 4 years ago

Svelte, why so much hype?

Since the release of version 3 in April 2019, Svelte has been in the news all the time. But why? What... | Continue reading


@dev.to | 4 years ago

Prevent Anxiety – Four GitHub Actions for Your Website

GitHub's actions are a new GitHub feature that will trigger GitHub to spin up a virtual machine and r... | Continue reading


@dev.to | 4 years ago

Information Leaks Through Unsafe Pointer in Go (Part1)

Go in general is a safe language. It has memory builtin safety measures that should avoid common buff... | Continue reading


@dev.to | 4 years ago

Projects you can do to become a Python Master in 2020

These are the best Python projects for beginners to build and learn Python from scratch. | Continue reading


@dev.to | 4 years ago

How to Run TestCafe CLI on BrowserStack in Docker Container

Every application needs testing and most of them need End-to-End (E2E) testing. The quickest way to h... | Continue reading


@dev.to | 4 years ago

Building Pokemon Index in Vanilla JavaScript

Photo by Fernando Hernandez on Unsplash In this post, we are going to build a pokemon index using Po... | Continue reading


@dev.to | 4 years ago

Simple Git aliases for daily purpose and how to set them

On average, every developer commits their code atleast once a day. Having some git aliases help you... | Continue reading


@dev.to | 4 years ago

Stop setting the language of your website based on my location

Location-based language setting is a bad idea. It's much better to use the browser's language. | Continue reading


@dev.to | 4 years ago

Why deno may need a module.json?

For those unaware, deno is a secure runtime for Javascript and Typescript built by the community and... | Continue reading


@dev.to | 4 years ago

Why should back end developers care about UX?

Continue reading


@dev.to | 4 years ago

My top tips for junior developers

Last year, I was tasked with mentoring an intern. It wasn't my first time mentoring, but it was my fi... | Continue reading


@dev.to | 4 years ago

From Node to Deno

Learn how to use Node ecosystem in Deno. | Continue reading


@dev.to | 4 years ago

Upstamps.com – Copywriting Case Study

While I was talking with Vitor Amaral, creator of UpStamps, I was inspired by the design he uses for... | Continue reading


@dev.to | 4 years ago

Understanding call back functions in JavaScript

A callback function is simply when we tell a function to run and when it is completed it should then... | Continue reading


@dev.to | 4 years ago

Mobile application development Review(Android/iOS), Native React Or flutter Dot

We would be taking your review on which you think is better to use React Native or Flutter but first... | Continue reading


@dev.to | 4 years ago

A Counter with the New Recoil – Facebook State Management Library for React

Recoil is a state management library for React apps with Pure functions and efficient subscriptions | Continue reading


@dev.to | 4 years ago

JavaScript Quiz Question

Consider the following arrays. What gets logged in various sorting conditions? | Continue reading


@dev.to | 4 years ago

I am surprised more people are not using these tools

Not just meant for developers and makers, they are for everybody. | Continue reading


@dev.to | 4 years ago

The making of Prism – part 2, Finding the right abstraction

This series is about sharing some of the challenges and lessons I learned during the development of... | Continue reading


@dev.to | 4 years ago

Angular Compiler(ngtsc)

I’ve been learning and contributing a lot to Angular in the last few months. I now understand the ang... | Continue reading


@dev.to | 4 years ago

How to prevent React setState on unmounted component – a different approach

If you are working with React, most probably you have already seen the below issues a lot. Warning:... | Continue reading


@dev.to | 4 years ago

Project-based learning for self-taught developers

When you are new to programming, people will always advise you on the best language to start with. So... | Continue reading


@dev.to | 4 years ago

Azure DevOps, GitHub, React Deployment – Deployment Center in Azure [video]

Azure DevOps helps you deploy more reliably by providing you with a platform to complete CI/CD tasks.... | Continue reading


@dev.to | 4 years ago

Where Web UI Libraries Are Heading

Everyone seems to have an opinion on this topic of late. You may have seen: Second-guessing the moder... | Continue reading


@dev.to | 4 years ago

Feature Flags vs. Branching

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


@dev.to | 4 years ago

Deno is probably not worth it

A concise, critical overview of where Deno fits into the tooling landscape. | Continue reading


@dev.to | 4 years ago

Machine Learning with Ruby

A list of gems for Machine Learning, there is not only the Python :). Numo Numo::NArray i... | Continue reading


@dev.to | 4 years ago

In Defense of the Modern Web

I expect I'll annoy everyone with this post: the anti-JavaScript crusaders, justly aghast at how much... | Continue reading


@dev.to | 4 years ago

I Redesigned Colors & Fonts.

Hello everyone, how are you guys doing!? So,...I have been busy working on Colors & Fonts and it... | Continue reading


@dev.to | 4 years ago

Making GraphQL Magic with Sqlmancer

Today I'm excited to announce the beta release of Sqlmancer! Sqlmancer is a Node.js library that empo... | Continue reading


@dev.to | 4 years ago

Betterer v1.0.0

I'm stoked to announce v1.0.0 of Betterer! I've been locked down in New Zealand for the last little... | Continue reading


@dev.to | 4 years ago

Array Cheatsheet

A few days ago I came across a very nice post from Emma Bostian, a RegExp Cheatsheet. And that post... | Continue reading


@dev.to | 4 years ago

May 14th Side Project Checkin

Share your sideproject with the dev.to community. | Continue reading


@dev.to | 4 years ago

What I learned contributing to Rust-Analyzer

What is rust-analyzer and its goal: Rust-analyzer is a tool to improve the developer exper... | Continue reading


@dev.to | 4 years ago

A collection to learn the fundamentals of React Hooks

A playlist of videos to learn React Hooks. | Continue reading


@dev.to | 4 years ago

How to make white label React app for landing pages

How to make white label React app for landing pages | Continue reading


@dev.to | 4 years ago

Flask – A Quick Guide

Hey there developers! How's your day going? :) This post is for those who want to create a basic Fl... | Continue reading


@dev.to | 4 years ago

How to Stay Motivated to Keep Learning to Code

It's hard to stay motivated and to continue learning in today's world of constant change in technolog... | Continue reading


@dev.to | 4 years ago

Standard Agile Tools Can Be Risky

Why I dropped story points, estimations and burn-up charts Hint: close to the end, section... | Continue reading


@dev.to | 4 years ago

Security with Haskell

Studying functional scripting for security and cryptography. | Continue reading


@dev.to | 4 years ago

Why Use Feature Flagging

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


@dev.to | 4 years ago

We used CosmoDB and here's what we learned

Almost two years ago, we took on a pretty sizable project. We're talking about a potential of users f... | Continue reading


@dev.to | 4 years ago

Database Monitoring and Alerting with N8n

In the past few months, I have been playing around with different kinds of IoT devices and sensors. I... | Continue reading


@dev.to | 4 years ago

In a recession, who’s looking out for the open source maintainers?

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


@dev.to | 4 years ago

Diving into Load Testing

Once you build your application and you are ready to deploy it, is very important to know how it will... | Continue reading


@dev.to | 4 years ago