Generate GraphQL Resolvers from Your Schema

Learn how to quickly build GraphQL API's with the power of Neo4J and its' Node libraries. | Continue reading


@dev.to | 4 years ago

Testing with React Testing Library using component instances

In the last year, I followed the trend in the industry, and I changed the way I test my React compone... | Continue reading


@dev.to | 4 years ago

Building Fantasy Worlds with Go

For the last two years, I've been working on a system that generates fantasy worlds in a simulationis... | Continue reading


@dev.to | 4 years ago

Basic CSS Animation

CSS animation is a proposed module for Cascading Style Sheets that allows designers and developers... | Continue reading


@dev.to | 4 years ago

Free HTML landing page templates

So you’ve got your product all set. You have spent weeks finding the right problem to solve, months o... | Continue reading


@dev.to | 4 years ago

The economics and benefits of a low code, agile IT department

In an IT department not so long ago, the main concern of an IT manager was the rate of resolution for... | Continue reading


@dev.to | 4 years ago

Test user sign-up with real emails using Node.js and WebDriver (wdio)

Test user sign-up and password reset using NodeJS and WebDriver (wdio) This example demons... | Continue reading


@dev.to | 4 years ago

How are Docker images built? A look into the Linux overlay fs and the OCI spec

a practical guide to how container images are built | Continue reading


@dev.to | 4 years ago

Shipping Web Components in 2020

The experience of shipping a web-component in 2020. False starts, tooling and lessons we learned. | Continue reading


@dev.to | 4 years ago

GraphQL: A Solution for Connecting Data

You may wonder why a startup like Hasura(@hasurahq) is able to raise almost $10 million to simplify G... | Continue reading


@dev.to | 4 years ago

I Created a New Way to Make Your Site Faster

I love a fast website. But it's hard to achieve. You can make your site faster when you pr... | Continue reading


@dev.to | 4 years ago

VS Code Extensions for your productivity

My favorite VS Code extensions for daily productivity | Continue reading


@dev.to | 4 years ago

How does the “new” versioning of Laravel work?

Although version 6 of Laravel was released in September 2019, there is still some confusion in the community about the new versioning standard and the feeling that things are going too fast. Let's understand it | Continue reading


@dev.to | 4 years ago

Profiling Golang applications using pprof

In the last few weeks, Codenation has been experiencing very significant growth. Confirming the sente... | Continue reading


@dev.to | 4 years ago

Making ABC of AWS. Using low code and AWS tools for faster development

It’s no longer the big beating the small, but the fast beating the slow. The new Amazon pl... | Continue reading


@dev.to | 4 years ago

Logic-less Ruby templates with Mustache

These days I'm working on a new feature for the product of the company I work for. In this regard I... | Continue reading


@dev.to | 4 years ago

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