Cap-em: Another rate limiter? Limit access to resources in any configuration

The main concept is to track the usage of your resources, and lmit access to them. Say you have a r... | Continue reading


@dev.to | 4 years ago

There May Not Be a Better Way to Effortlessly Improve Code Quality Than Using;

We all want higher-quality code. With Prettier, you can achieve this with minimal effort. Let me show you how. | Continue reading


@dev.to | 4 years ago

Web Friday: Hunt 2

Web Friday Hunt is a series of publications that shows every Friday a set of links related to developers. | Continue reading


@dev.to | 4 years ago

Automation Tools for Software Testers(2020 Edition)

✅Join us - https://sendfox.com/thetestingacademy In this video, We are going to discuss about the T... | Continue reading


@dev.to | 4 years ago

Biggest Frustrations of an API Tester

🚀Mastering API Testing - https://www.learnapitesting.com In this video of 30 Days of API Testing Ch... | Continue reading


@dev.to | 4 years ago

Late beginner – how and why to start codding at the age of 40

It all started an over a year ago. After over 11 years in Call Center I wanted change. An opportuni... | Continue reading


@dev.to | 4 years ago

Simple Email Validation Script at Zero Cost

Hie mates, I am Ankit from Devxify. Few days back I was try to build a custom signup form where the u... | Continue reading


@dev.to | 4 years ago

A Guide to DevOps Transformation and DevOps Best Practices

The digital trend has taught the companies to think advanced to meet the dynamically changing custome... | Continue reading


@dev.to | 4 years ago

A Pythonic Guide to Solid Design Principles – Dev

People that know me will tell you I am a big fan of the SOLID Design Principles championed by Robert... | Continue reading


@dev.to | 4 years ago

A quick run through online dev meetups tools: meetup, eventbrite, Facebook, etc.

Community meetups used to be all about the local touch, getting to know people in your area and geeki... | Continue reading


@dev.to | 4 years ago

10 Years of AlchemyCMS

Alchemy turns 10 this June and I think it's time for a recap. Wow. What a ride. Time flies. It all... | Continue reading


@dev.to | 4 years ago

React Hooks Cheat Sheet

Not so long ago I started working with functional components instead of class based ones. The main go... | Continue reading


@dev.to | 4 years ago

I made over 1k code reviews – this is what I learned

Over the last 3 years, I’ve reviewed more than 1,000 pull (merge) requests. During that time I learne... | Continue reading


@dev.to | 4 years ago

The 16hours battle to installed pychess

After coding for the day at 17:00, I needed to take a break. Then decided to play chess on my PC. Thi... | Continue reading


@dev.to | 4 years ago

How to Go from Being a Tutorial Watcher to a Developer

Subscribe to my email list now at http://jauyeung.net/subscribe/ Follow me on Twitter at https://twi... | Continue reading


@dev.to | 4 years ago

Using CSS Modules by simply using HTML. What do you think?

Hey guys! Here is another small interactive demo. I left a TodoMVC app at visually broken state and... | Continue reading


@dev.to | 4 years ago

Asguard, a security solution for bringing sensitive code into the Cloud

This article presents a security solution implemented as part of a project led by Stack Labs on behal... | Continue reading


@dev.to | 4 years ago

Intro to Ps Command

Continue reading


@dev.to | 4 years ago

Logical Components in Blockchain

Continue reading


@dev.to | 4 years ago

Applying Computer Vision to build great UI/UX for applications

Last year, during a brainstorm, to bring new ideas for TotalCross, we started to think about the app... | Continue reading


@dev.to | 4 years ago

How to Apologize

We all make mistakes. Where we go from there makes all the difference. | Continue reading


@dev.to | 4 years ago

Automating Conference Organization Processes with N8n

Organizing conferences is hard. Recently, I was chatting with Nicolas Grenié about the manual process... | Continue reading


@dev.to | 4 years ago

Reusing UI within an app with less hassle – judge my demo

This is a continuation of series meant to explain rationales behind the design decisions we took at G... | Continue reading


@dev.to | 4 years ago

Protect Formulas in a Web Spreadsheet Application

The User Story One of our customers is a financial professional who manages financial risk... | Continue reading


@dev.to | 4 years ago

I was emailed after abandoning a registration form. I did not click Submit

We had a baby recently and my wife and I were online shopping for breast pumps. Our health insurance... | Continue reading


@dev.to | 4 years ago

Rules are changing development and business dramatically

As we developers rely on agile software development, we believe software has to be built in a profess... | Continue reading


@dev.to | 4 years ago

Swifter Than DynamoDB: Lambda Store

As a Serverless Redis service, Lambda Store is an alternative to both DynamoDB and ElastiCache. In th... | Continue reading


@dev.to | 4 years ago

Creating a Template Repository in GitHub

I decided to start my new project with the development of a template for GitHub repositories, and in... | Continue reading


@dev.to | 4 years ago

iOS vs. Android Covid-19 Mobility Visualized

Apple and Google have both released regularly updated mobility datasets. Previously used internally... | Continue reading


@dev.to | 4 years ago

Dynamically Import() CSS with JavaScript

Lazy load CSS with the help of dynamic import() demonstrated in a Stencil Web Components | Continue reading


@dev.to | 4 years ago

GC Framework and IDE. Showcase of Implementation Assistant

For those who missed the introduction. Hi guys. Today I would like to show you why we are so excited... | Continue reading


@dev.to | 4 years ago

Discover GC – new IDE+JS framework demo walk through

As promised in my previous post we're beginning a series of explanation articles of GlueCodes Platfor... | Continue reading


@dev.to | 4 years ago

Building a Blog with Next.js

Hi there, I hope you're doing well. 😊 My name is Sagar, and I'm working as a software engineer at Fa... | Continue reading


@dev.to | 4 years ago

Mattias Larsson talks about running n8n on ships

Somewhere in the world’s oceans, a local n8n instance just ran a workflow on a cruise ship. We spoke... | Continue reading


@dev.to | 4 years ago

The State of IPv6 in 2020

IPv4 in numbers In November 2019, RIPE allocated the last addresses in their available poo... | Continue reading


@dev.to | 4 years ago

Create your own Deno module and GitHub Action

In my last article, I mentioned my first hands-on experience on Deno. Along with that, I have demonst... | Continue reading


@dev.to | 4 years ago

React and Low-code back end. The way to skip infrastructure messing up

Hey all! Almost any web app needs both a frontend and a backend parts. React seems to be the best cho... | Continue reading


@dev.to | 4 years ago

Manage your secrets in Git with SOPS – Common operations

We saw in the previous article how to use SOPS to store our secrets in Git. Here, we will see some co... | Continue reading


@dev.to | 4 years ago

New IDE compatible with new JavaScript framework. Gimme feedback:D

Hey guys. We finally released a demo of our IDE. What is amazing about it is the ecosystem that IDE w... | Continue reading


@dev.to | 4 years ago

How to Autoscale Kubernetes Pods with Keda – Testing with K6

When an application is deployed to a Kubernetes node, you'll need to scale up in order to handle traffic during high loads. You'll also need to scale down to avoid paying for unused resources.In this article, you will learn to configure horizontal autoscaling based on a custom me … | Continue reading


@dev.to | 4 years ago

Week-1 into Machine Learning and my dopamine addiction

Hey influential developers! As I promised you, that every Friday, I'm going to upload a new blog, thi... | Continue reading


@dev.to | 4 years ago

I'm learning Machine Learning (without being a math genius)

I remember a few months ago seeing projects with the incredible things that Machine learning is achie... | Continue reading


@dev.to | 4 years ago

Scaler Academy Review by Swapnil Mahajan

Disclaimer: Despite being a 6 star coder on codechef, a candidate master on codeforces, and an ICPC... | Continue reading


@dev.to | 4 years ago

AzureFunBytes – Episode 1 – Jay Covers Azure Storage

AzureFunBytes - A Twitch show on how to use all the fundamentals that are Microsoft Azure. Today... | Continue reading


@dev.to | 4 years ago

Forem open source software for building communities

I'd love to let you in on the next step of what I hope will be all of our collective journey together... | Continue reading


@dev.to | 4 years ago

How many pods you're running in your production environment?

Assuming you are using some kind of containerization (like Docker) to deploy your production code on... | Continue reading


@dev.to | 4 years ago

Time to Say Bye Bye Docker Era of Docker Is Over

The Podman- an Open Containers Initiative-compliant container management tool, similar to Docker, Pod... | Continue reading


@dev.to | 4 years ago

Remote Hiring 101: Tools to use

Hiring remote employees can benefit your business by bringing in a diverse range of skills that are s... | Continue reading


@dev.to | 4 years ago