I implemented a queue system in Node.js

It's common for workloads that can be processed asynchronously to increase in your application flow.... | Continue reading


@dev.to | 4 years ago

Strapi, another use case: Build your own API from any website with Puppeteer

The objective of this tutorial is to build a simple job search API with Strapi and Puppeteer. Strapi... | Continue reading


@dev.to | 4 years ago

But what is Null and Undefined?

I think you'll have a clear understanding of null and Undefined in JavaScript after reading this blog! | Continue reading


@dev.to | 4 years ago

Timeout based fetch function in JavaScript

Recently in an interview, I was asked to write a polyfill for a timeout based fetch function in JavaS... | Continue reading


@dev.to | 4 years ago

Show HN: I made a Flipper plugin for redux and React Native

Flipper is a platform for debugging iOS, Android and React Native apps. It is a companion for mobile... | Continue reading


@dev.to | 4 years ago

How to maintain a clean GitHub repo?

You just started working on a project and the code has been around for some time and now it's startin... | Continue reading


@dev.to | 4 years ago

How to Sign and Release to the Central Repository with GitHub Actions

GitHub allows automated builds using GitHub Actions. A commonly asked question is how to release arti... | Continue reading


@dev.to | 4 years ago

How to Track Changes to Files

Introduction I keep a number of personal files on my computer, organized in folders. These... | Continue reading


@dev.to | 4 years ago

Things to Consider When Writing Your Next Blog Post

Writing a blog post is an art and a science. Having a plan keeps me focused while allowing flexibility to sprinkle in some personality. | Continue reading


@dev.to | 4 years ago

All projects in Cosmos Ecosystem now inter-compatible

A recently-released tool from MESG effectively makes all projects built on the Cosmos network of bloc... | Continue reading


@dev.to | 4 years ago

Lessons Learned Building a Covid-19 PWA

Introduction A few weeks ago, a colleague of mine asked if I'd be interested to help out w... | Continue reading


@dev.to | 4 years ago

How to Setup Selenium on Node Environment

Your guide to setting up and using Selenium with Node Selenium is one of the most powerful testing s... | Continue reading


@dev.to | 4 years ago

Learn to Clone Like a Sith Lord

I'm going to highlight the strengths-and-weakness of "native" methods for cloning objects/arrays. Th... | Continue reading


@dev.to | 4 years ago

AWS Networking Cheat Sheet

A practical cheat-sheet for AWS Networking | Continue reading


@dev.to | 4 years ago

Azure ML Code Examples Every Cloud AI Developer Should Know

TLDR; The Azure ML Python SDK enables Data scientists, AI engineers,and MLOps developers to be prod... | Continue reading


@dev.to | 4 years ago

How do you pronounce sudo?

Not necessarily how it's "supposed" to be pronounced, what do you say? (in your head or aloud) H... | Continue reading


@dev.to | 4 years ago

Spotify playlists – for coding, for relaxing, for uplifting life

Coding, programming, and writing code is the creative process. We all artists seeking for the best so... | Continue reading


@dev.to | 4 years ago

Nine Tips to Help You Improve One of the Most Underrated Dev Skills

Writing good documentation is crucial. While working on Appwrite, documentation is one of the essen... | Continue reading


@dev.to | 4 years ago

How to create link content previewer with React, Vue, and Vanilla JavaScript

In this post, I will show you how you can quickly develop a link content previewer feature for your blog with React, Vue, and Vanilla JavaScript. | Continue reading


@dev.to | 4 years ago

Tired of Jira? / A Case for SCCS

You need a minimalistic, standard-compliant, multi-user TODO system? Here you go! | Continue reading


@dev.to | 4 years ago

Scaling applications easily without giving up control

Scaling really sucks Scaling applications can be hassle & cost to those building appli... | Continue reading


@dev.to | 4 years ago

The More Things Change

A wacky programming languages comparison of where we are today with where we were before | Continue reading


@dev.to | 4 years ago

Modern YAML for Modern Java

Introducing eo-yaml, a new, API-first, YAML Processor for Java 8 and above. | Continue reading


@dev.to | 4 years ago

Best for BaaS

Six of the best in class tools to accelerate backend development If you’ve been working in IT develo... | Continue reading


@dev.to | 4 years ago

A set of programming aphorisms at Factorial

At Factorial, we maintain an engineering Handbook where we document aspects such as common abstractio... | Continue reading


@dev.to | 4 years ago

Git Commands Visualized

Although Git is a very powerful tool, I think most people would agree when I say it can also be... a... | Continue reading


@dev.to | 4 years ago

Deploying Fast and Secure Web App on AWS – Part 1b

Describing a more efficient way to deploy web applications | Continue reading


@dev.to | 4 years ago

Hosting a SPA in S3 with a Custom Domain, HTTPS and Continuous Deployment

A guide on how to host an Angular app in AWS S3 with a custom domain, HTTPS and continuous deployment from a GitHub repo. (accurate as of 16th of December 2019 _common era_) | Continue reading


@dev.to | 4 years ago

Myths I busted working remotely as a developer

Before starting I think it's worth mentioning I am not a self-proclaimed remote working "expert". I'm... | Continue reading


@dev.to | 4 years ago

Compare redux, mobx and concent in depth

Compare redux, mobx and concent in depth to let you have a funny way in developing react app. ❤ st... | Continue reading


@dev.to | 4 years ago

Analyzing GCP Egress Volume and Cost with BigQuery and Grafana

Know where your packet goes within Google Cloud | Continue reading


@dev.to | 4 years ago

I moved from BaaS to Appwrite (self-hosted Back end)

Me I am a frontend developer who is working in his spare time on an app that is used for c... | Continue reading


@dev.to | 4 years ago

Understanding First-Class Functions and Anonymous Functions in JavaScript

Learn everything about first-class functions and anonymous functions in JavaScript | Continue reading


@dev.to | 4 years ago

Three ways to react to State event changes in SwiftUI

... or how I learned to implement an equivalent of "onChange" on SwiftUI controls. | Continue reading


@dev.to | 4 years ago

Microsoft Data Platform Stack Overview

Table Of Contents Table Of Contents Motivation On-premises software Cloud-based: Azure to... | Continue reading


@dev.to | 4 years ago

Azure IoT Edge – Using TimescaleDB on the Edge

Intro This is part 4 in a series starting here that runs through building an Azure IOT Edg... | Continue reading


@dev.to | 4 years ago

How to create and sign SSL/TLS certificates

In the previous article, we’ve talked about how digital certificates help with authentication and pro... | Continue reading


@dev.to | 4 years ago

ES2020: Summary of new features with examples (JavaScript)

In this article, we’re going to review some of the latest and greatest features coming with ES2020. 🔥... | Continue reading


@dev.to | 4 years ago

Changing the Approach to Debugging in Ruby with TracePoint

Ruby has always been known for the productivity it brings to its developers. Alongside features such... | Continue reading


@dev.to | 4 years ago

Routex v1.0.0: Modern Node Router

Routex is a next-generation Node router | Continue reading


@dev.to | 4 years ago

My Coding Journey

I joined the wonderful work of technology not too long ago when I came on board Vuetify to help run t... | Continue reading


@dev.to | 4 years ago

How to Properly Set Initial State in Redux

A detailed look at design patterns used in setting initial state in a react redux application | Continue reading


@dev.to | 4 years ago

Getting Started with Azure PowerShell Docker Image and GitHub Actions

You may have noticed, we now have an official Docker image for the Azure PowerShell module These imag... | Continue reading


@dev.to | 4 years ago

React Simple Boilerplate for Beginners

A simple react boilerplate for beginners who want to quickly get started with react. Built with webpa... | Continue reading


@dev.to | 4 years ago

Path to Competitive Programming

There are a lot of people who love coding but never find the right timing to start coding as an athle... | Continue reading


@dev.to | 4 years ago

Buidl tools in an online hackathon for $9k in prizes

Hey everyone! There are only a couple weeks left in the MESG Ecosystem Hackathon on Devpost. Runnin... | Continue reading


@dev.to | 4 years ago

GraphQL with Java Spring Boot and Postgres or MySQL Made Easy

GraphQL is revolutionizing the way developers build APIs. It lets you query precisely what you want.... | Continue reading


@dev.to | 4 years ago

Mind-bending functional programming with TypeScript – part 1

Learn about interesting concepts from the world of functional programming. | Continue reading


@dev.to | 4 years ago