Learn everything about first-class functions and anonymous functions in JavaScript | Continue reading
... or how I learned to implement an equivalent of "onChange" on SwiftUI controls. | Continue reading
Table Of Contents Table Of Contents Motivation On-premises software Cloud-based: Azure to... | Continue reading
Intro This is part 4 in a series starting here that runs through building an Azure IOT Edg... | Continue reading
In the previous article, we’ve talked about how digital certificates help with authentication and pro... | Continue reading
In this article, we’re going to review some of the latest and greatest features coming with ES2020. 🔥... | Continue reading
Ruby has always been known for the productivity it brings to its developers. Alongside features such... | Continue reading
Routex is a next-generation Node router | Continue reading
I joined the wonderful work of technology not too long ago when I came on board Vuetify to help run t... | Continue reading
A detailed look at design patterns used in setting initial state in a react redux application | Continue reading
You may have noticed, we now have an official Docker image for the Azure PowerShell module These imag... | Continue reading
A simple react boilerplate for beginners who want to quickly get started with react. Built with webpa... | Continue reading
There are a lot of people who love coding but never find the right timing to start coding as an athle... | Continue reading
Hey everyone! There are only a couple weeks left in the MESG Ecosystem Hackathon on Devpost. Runnin... | Continue reading
GraphQL is revolutionizing the way developers build APIs. It lets you query precisely what you want.... | Continue reading
Learn about interesting concepts from the world of functional programming. | Continue reading
Hi everyone. In this article we are going to talk about how can you write a simple web scraper and a... | Continue reading
The rule of least power suggests that: the less powerful the [computer] language, the more you can... | Continue reading
Hi guys, I would like to introduce one of the GitHub Actions that I have implemented during GitHub Ac... | Continue reading
Hey DEV! I'm back again with another free and open-source project, one that I've always wanted but n... | Continue reading
Introduction The command pattern is a behavioral design pattern. This pattern encapsulates... | Continue reading
I want to start out by acknowledging how crazy hard it is to teach yourself programming. I don't mean... | Continue reading
Need compelling JS charts for your website or app? Start with the basics! Complete this quick data vi... | Continue reading
A while back, chantastic announced and expertly executed a month of screencasts on Vim. The idea was... | Continue reading
Talking about my ongoing attempts at the Perl weekly challenge in Raku | Continue reading
I've been moving over to using React Hooks in my development of late. They offer a much simpler, te... | Continue reading
This post is a performance benchmark of Tomcat, Undertow and Webflux running under Azure. | Continue reading
This guide walks you through the what and why of property-based testing, with practical use cases and examples along the way. | Continue reading
Export/Import your GraphQL queries/mutations | Continue reading
Introduce Kubernetes-ready simple screenshot web service | Continue reading
I've seen two frameworks consistently the most talked about: Rocket and Actix-web. Rocket and Actix-... | Continue reading
Working remotely is becoming more and more popular. Since 2005 it has grown 173% and continues to inc... | Continue reading
Learn how to set up a WireGuard VPN tunnel | Continue reading
Thought exercise A bat and a ball cost $1.10 in total. The bat costs $1.00 more than the b... | Continue reading
The 2019 Thoughtworks Radar advised organisations to adopt the four key metrics that have been publis... | Continue reading
Add a GTFS feed to a map in the browser | Continue reading
Notice: Pluralsight has made all of their content 100% Free in April. No Credit Card Needed. Sign up... | Continue reading
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
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
While the world is working from home, collaborative tools are booming. If you want to build a tool... | Continue reading
Explaining the concept of hoisting in Javascript to the last detail. | Continue reading
What we'll be making We'll be listening to a port. This port is streaming out some XML eve... | Continue reading
We can work with structured NoSQL data using the Table API in Azure Cosmos DB If you hav... | Continue reading
About Heroku H10-App crashed error code, its causes and how to avoid it. | Continue reading
I remember the first time I discovered cron. I’ve been obsessed with automation my whole life, and as... | Continue reading
From design to deploy, these tools will have your API and microservices up and running in no time. W... | Continue reading
It might seem straight forward to deploy Lambda functions using CircleCI, and in fact it is. but in m... | Continue reading
Let's explore the difference between struct's and classes in Swift and how they're handled in memory. | Continue reading