Large Scale Geospatial Visualization with Deck.gl, Mapbox-Gl and Vue.js

Geospatial visualization and analytics can open up lots of opportunities for any company which collec... | Continue reading


@dev.to | 4 years ago

My top JavaScript articles from 2019

JavaScript has come a long way since its humble beginnings as a clunky, exclusively front-end scripti... | Continue reading


@dev.to | 4 years ago

Zero Downtime Deployments on Heroku

I ran into the CFO of a startup who told me about a vendor they depended on to perform a critical bac... | Continue reading


@dev.to | 4 years ago

Continue reading


@dev.to | 4 years ago

Building a Blog with Svelte, Sapper, and Markdown

Originally Published on my blog In this post, we will build a website with a blog using svelte, and... | Continue reading


@dev.to | 4 years ago

List of Meta-Great Websites

In the lineage of the series Chicken Soup for the Soul, but Web Soup for the Soul with some lols...😁 | Continue reading


@dev.to | 4 years ago

Using Sane Defaults for Rails Apps Configuration

This post explains one of the practices we use to improve web service configuration management. As an example, we will use a Ruby on Rails application running on the Kubernetes environment. However, the general concept of sane defaults is technology-agnostic and entirely applicab … | Continue reading


@dev.to | 4 years ago

Algorithms to Find Fibonacci Numbers

This morning I came across a great little paper showing twelve algorithms to compute Fibonacci number... | Continue reading


@dev.to | 4 years ago

Reactive programming in angular trough ngfx

Angular is a powerful framework. It has observables, it has TypeScript, it has dependency injection.... | Continue reading


@dev.to | 4 years ago

Web Scraping with PHP: Covid-19 Outbreak Data Based on Channel News Asia

Today I will share how to scrape data of COVID-19 outbreak that contains country, confirmed cases and... | Continue reading


@dev.to | 4 years ago

Automating Every Aspect of Your Python Project

Note: This was originally posted at martinheinz.dev Every project - regardless of whether you are wo... | Continue reading


@dev.to | 4 years ago

Working with Azure VM Spot Instance

Azure Spot instance is a cost-saving option to run a virtual machine in Azure. The VM runs when there... | Continue reading


@dev.to | 4 years ago

Code, Code, Code

How to get better at coding. | Continue reading


@dev.to | 4 years ago

Show HN: Start contributing to JavaScript open source with `react-test`

Hi everyone 👋 I've been writing Open Source for ~10 years and it has been immensely useful for me in... | Continue reading


@dev.to | 4 years ago

Writing an Azure DevOps Pipeline Extension

blogged: 2020.02.20 How I ended up having a Saturday night date with the Azure DevOps marketplace.... | Continue reading


@dev.to | 4 years ago

Building a Founding Team for Your Startup

Introduction With just an idea and you are working on it. You have to persuade other poten... | Continue reading


@dev.to | 4 years ago

Being the first to start remote working

My girlfriend and I want to move to another city. Not a few miles to the next big city, not to the ot... | Continue reading


@dev.to | 4 years ago

Show HN: Transform public/internal webhooks with WHR Functions

Transform/convert webhooks in a serverless fashion to connect Dockerhub to Slack | Continue reading


@dev.to | 4 years ago

Add Destroy Script to Package.json

Add a destroy script to your package.json, so you can easily clean down your development environment using a single command. | Continue reading


@dev.to | 4 years ago

What Is an Engineering Manager Anyway?

I've had the pleasure of being an engineering manager (EM) for five years. For EMs who are new, I wan... | Continue reading


@dev.to | 4 years ago

Pair-Programming Tour on Visual/Spatial Computing (US West Coast)

Cover image credits: Calqui - Own work, CC BY-SA 3.0 I will be coming to the US in March/A... | Continue reading


@dev.to | 4 years ago

Decentralized services secured and monetizable with a blockchain of executions

Blockchain of executions The MESG Token is the fuel for the MESG Network, and its primary... | Continue reading


@dev.to | 4 years ago

🧟 Emojis can be wicked

This is a brief history of two applications that provide similar services, which own similar problems... | Continue reading


@dev.to | 4 years ago

Like `Console.log` but Better

Who hasn't peppered their code with console.logs in an attempt to find that pesky bug? The logs can g... | Continue reading


@dev.to | 4 years ago

Should I Use a Microservices Architecture?

Are you considering adopting a microservices architecture? Won’t it fix all your problems? Join me for a look into the realities of microservices! | Continue reading


@dev.to | 4 years ago

Azure Policy – Enforce Location for CosmosDB

Now, it’s very easy on Azure to limit allowed locations for your services. Azure has a built in Azure... | Continue reading


@dev.to | 4 years ago

Developer Improve Your Productivity

As most of us developers I also suck at productivity even though I had different opinion and was cons... | Continue reading


@dev.to | 4 years ago

Multiples and LRU Cache – Weekly Challenge

Doing the Perl Weekly Challenge week 49 | Continue reading


@dev.to | 4 years ago

I'm working on a new decentralized service discovery system for Node.js

I'm creating a full decentralized services discovery system with built-in load balancer for Node... | Continue reading


@dev.to | 4 years ago

Show HN: Use comments to unit test your code

At Supabase we love writing as little code as possible, so we decided to combine our unit tests with... | Continue reading


@dev.to | 4 years ago

What should and what shouldn't be handled with Reader

a few thought on the Reader monad | Continue reading


@dev.to | 4 years ago

Git in JavaScript and picking the right OSS project for your needs

Just recently I had to write a feature for a library and its CLI to make sure that it doesn't generat... | Continue reading


@dev.to | 4 years ago

How to Become a Senior Developer

Being a programmer is a great thing. For me, there's nothing better than working in software engineer... | Continue reading


@dev.to | 4 years ago

Make requests act like jQuery when passing nested objects to data/payload

Once upon a time I, once was stuck when using python-requests in order to poke a PHP backe... | Continue reading


@dev.to | 4 years ago

Kerberos Authentication in the Cloud, Introduction to Azure Ad Domain Service

Dealing with legacy applications that use Kerberos to authenticate users can be complicated. Kerberos... | Continue reading


@dev.to | 4 years ago

ARM Deployment, New Azure Deployment Options with PowerShell

Until recently to deploy a resource to Azure using an ARM template and PowerShell you had two options... | Continue reading


@dev.to | 4 years ago

Be more productive, less robotic when inbox need to much attention

I worked in a french company that is using iTop internally. This project was born out of a specific n... | Continue reading


@dev.to | 4 years ago

Design System: Compositional philosophy of components

Extending the component life cycle is a constant challenge for high-scale products. | Continue reading


@dev.to | 4 years ago

Productive Tools for Web Development

🦸FRONTEND ESSENTIALS In modern times, our lives have certainly become a bit more dynamic.S... | Continue reading


@dev.to | 4 years ago

Setup Vagrant on Linux/Ubuntu

A complete guide to setup vagrant on Ubuntu 18.04 Install VirtualBox Start by importing GPG keys of... | Continue reading


@dev.to | 4 years ago

Traditional hook vs. concent hook in React

Star Concent if you are interested in it, I will appreciate it greatly. Recently I updated the REA... | Continue reading


@dev.to | 4 years ago

Commitiquette: a tool to help guide contributors commit messages

Commitiquette is a Commitizen plugin that uses your CommitLint configuration, allowing you to maintai... | Continue reading


@dev.to | 4 years ago

Tasks Manager Within SpaceVim

simple guide for using task in SpaceVim | Continue reading


@dev.to | 4 years ago

What is O(log n)? Learn Big O Logarithmic Time Complexity

In this tutorial, you’ll learn the fundamentals of Big O notation logarithmic time complexity with examples in JavaScript. | Continue reading


@dev.to | 4 years ago

The beginner's guide to Linux terminals, tty, pty and shell

Demystifying Linux terminals | Continue reading


@dev.to | 4 years ago

Including files created by Node.js into .NET project

This is the continuation of a previous post of mine Automatin... | Continue reading


@dev.to | 4 years ago

How to Become a Shopify Developer

Photo by Nicole De Khors from Burst Shopify has bee growing so fast in the last couple of years. “We... | Continue reading


@dev.to | 4 years ago

Unit Test Your Configuration Files

Infrastructure as Code. Photo courtesy: @Bass Emmen Originally published at https://pbnj.dev... | Continue reading


@dev.to | 4 years ago