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

How to write a self hosted Web crawler and search bar in 60 lines of code

Hi everyone. In this article we are going to talk about how can you write a simple web scraper and a... | Continue reading


@dev.to | 4 years ago

Writing cleaner code with the rule of least power

The rule of least power suggests that: the less powerful the [computer] language, the more you can... | Continue reading


@dev.to | 4 years ago

GitHub Actions Using Jsonbin.io

Hi guys, I would like to introduce one of the GitHub Actions that I have implemented during GitHub Ac... | Continue reading


@dev.to | 4 years ago

FireUp CLI: Upload anything, right from your command-line

Hey DEV! I'm back again with another free and open-source project, one that I've always wanted but n... | Continue reading


@dev.to | 4 years ago

Command Design Pattern Explained with C

Introduction The command pattern is a behavioral design pattern. This pattern encapsulates... | Continue reading


@dev.to | 4 years ago

What if I waste my time trying to learn programming?

I want to start out by acknowledging how crazy hard it is to teach yourself programming. I don't mean... | Continue reading


@dev.to | 4 years ago

Creating JavaScript Column and Bar Charts on Covid-19 Data

Need compelling JS charts for your website or app? Start with the basics! Complete this quick data vi... | Continue reading


@dev.to | 4 years ago

Vim Un-Alphabet

A while back, chantastic announced and expertly executed a month of screencasts on Vim. The idea was... | Continue reading


@dev.to | 4 years ago

Weekly Challenge: Week 55 – Simon Proctor

Talking about my ongoing attempts at the Perl weekly challenge in Raku | Continue reading


@dev.to | 4 years ago

Replacing React's Redux Library with the UseReducer Hook

I've been moving over to using React Hooks in my development of late. They offer a much simpler, te... | Continue reading


@dev.to | 4 years ago

Spring Boot Performance Benchmarks with Tomcat, Undertow and Webflux

This post is a performance benchmark of Tomcat, Undertow and Webflux running under Azure. | Continue reading


@dev.to | 4 years ago

A beginner's guide to property-based testing

This guide walks you through the what and why of property-based testing, with practical use cases and examples along the way. | Continue reading


@dev.to | 4 years ago

Export/Import your GraphQL queries/mutations

Export/Import your GraphQL queries/mutations | Continue reading


@dev.to | 4 years ago

Setup web-page screenshots within a minute

Introduce Kubernetes-ready simple screenshot web service | Continue reading


@dev.to | 4 years ago

State of Rust Web Frameworks

I've seen two frameworks consistently the most talked about: Rocket and Actix-web. Rocket and Actix-... | Continue reading


@dev.to | 4 years ago

Why and how I built a platform to help developers find remote jobs

Working remotely is becoming more and more popular. Since 2005 it has grown 173% and continues to inc... | Continue reading


@dev.to | 4 years ago

Getting Started with WireGuard

Learn how to set up a WireGuard VPN tunnel | Continue reading


@dev.to | 4 years ago

I learned to think fast and slow(a story about critical thinking)

Thought exercise A bat and a ball cost $1.10 in total. The bat costs $1.00 more than the b... | Continue reading


@dev.to | 4 years ago

Four Key Metrics and team performance

The 2019 Thoughtworks Radar advised organisations to adopt the four key metrics that have been publis... | Continue reading


@dev.to | 4 years ago

How to Open a GTFS Bus Feed in the Browser

Add a GTFS feed to a map in the browser | Continue reading


@dev.to | 4 years ago

I Got My Website to Load in 1 Second

Notice: Pluralsight has made all of their content 100% Free in April. No Credit Card Needed. Sign up... | Continue reading


@dev.to | 4 years ago

Apache Kafka Applications Can Work Without Apache Kafka Cluster?

If you are already working with Apache Kafka, it can be easy to simplify management of your event infrastructure? You can keep using your existing Apache Kafka applications unchanged, and rely on Azure Event Hubs as a backend for your event-ingestion by just swapping the connecti … | Continue reading


@dev.to | 4 years ago

Front end Shorts: Easily rotate the element on scroll with JavaScript

I wanted to rotate an SVG reload-icon inside the circle by scrolling up and down on the web view without using any JavaScript library like jQuery or React. | Continue reading


@dev.to | 4 years ago

Creating a Basic Slack Clone with Postgres and React Hooks

While the world is working from home, collaborative tools are booming. If you want to build a tool... | Continue reading


@dev.to | 4 years ago

Demystifying Hoisting in JavaScript

Explaining the concept of hoisting in Javascript to the last detail. | Continue reading


@dev.to | 4 years ago

Write a tokio 0.2 framed TCP stream codec, push its values to an Kafka stream

What we'll be making We'll be listening to a port. This port is streaming out some XML eve... | Continue reading


@dev.to | 4 years ago

Getting Started with the Table API in Azure Cosmos DB

We can work with structured NoSQL data using the Table API in Azure Cosmos DB If you hav... | Continue reading


@dev.to | 4 years ago

Causes of Heroku H10-App Crashed Error and How to Solve Them

About Heroku H10-App crashed error code, its causes and how to avoid it. | Continue reading


@dev.to | 4 years ago

The simplest way to run Node.js on a schedule

I remember the first time I discovered cron. I’ve been obsessed with automation my whole life, and as... | Continue reading


@dev.to | 4 years ago

Tools for API Design, Development and Testing

From design to deploy, these tools will have your API and microservices up and running in no time. W... | Continue reading


@dev.to | 4 years ago

Deploy AWS Lambdas on Different Stages with Environment Variables Using CircleCI

It might seem straight forward to deploy Lambda functions using CircleCI, and in fact it is. but in m... | Continue reading


@dev.to | 4 years ago

Class vs. Struct in Memory – iOS and Swift

Let's explore the difference between struct's and classes in Swift and how they're handled in memory. | Continue reading


@dev.to | 4 years ago