Process Image Cash Letter (ICL) Files

When we first needed to process Image Cash Letter (ICL) files (also known as X9 files), we couldn't f... | Continue reading


@dev.to | 3 years ago

Things in your DevOps workflow that kill your developer productivity

There's a lot written about how the way developers structure their daily work can cause unproductivit... | Continue reading


@dev.to | 3 years ago

Learn Data Structure and Algorithm in JavaScript – Part 02

DEV Community 👩‍💻👨‍💻 @thepracticaldev... | Continue reading


@dev.to | 3 years ago

Enhancing Images on the Web

As a developer, I noticed that I sometimes code: <img ...> However, there are some points... | Continue reading


@dev.to | 3 years ago

How to Improve as a Software Developer

Follow these steps to continually improve your software development skills :) | Continue reading


@dev.to | 3 years ago

Tech interview prep resources for software engineers

Guide to building side projects, finding companies to apply to, data structures and algorithms and services to help in your journey :) | Continue reading


@dev.to | 3 years ago

Avoid the Job Hell: Things to Learn About the Eng Team Before Joining

Anyone with enough job experience knows that some jobs can leave you completely exhausted at the end... | Continue reading


@dev.to | 3 years ago

How to Handle Proxy in Selenium(With Demo)?

✅ Join us - https://sendfox.com/thetestingacademy In this video, We are going to learn How to Handle... | Continue reading


@dev.to | 3 years ago

Observables, Reactive Programming, and Regret

As of this writing, I've been working on the RxJS project for almost 6 years, I think. When I started... | Continue reading


@dev.to | 3 years ago

JSX Beginners Guide

Hello all👋 This article is all about the basics of JSX(Javascript extension)for beginner react devs.e... | Continue reading


@dev.to | 3 years ago

What Open Source Can Do for Music Making

Open source is popular because it’s free, abundant, extensible and, well, useful. But an underrated a... | Continue reading


@dev.to | 3 years ago

Don't be stuck at dev environment setup

One of the worst feelings as a developer is not able to work on what you set out to do. Instead, you spent the entire day setting up the repository on your local system. And what's worse? It's the first week of your new job. | Continue reading


@dev.to | 3 years ago

Beating C with 33 Lines of Java

This article was published originally on derkoe.dev. After reading the "Beating C with X lines of Y"... | Continue reading


@dev.to | 3 years ago

Learn Data Structure and Algorithm in JavaScript

Edison Pebojot @edisonpebojots... | Continue reading


@dev.to | 3 years ago

Our team at Google releases libraries

The team I work on at Google manages 300+ repositories, across 7 languages, developed in the open on... | Continue reading


@dev.to | 3 years ago

Hardening Server Security by Implementing Security Headers

Most of the security vulnerabilities can be corrected by implementing specific headers in the server... | Continue reading


@dev.to | 3 years ago

Try these 4 languages from 4 corners of Programming

There are thousands of programming languages, all having features unique than others. There are some... | Continue reading


@dev.to | 3 years ago

How to Get 100 Stars on GitHub

We should start off with proof that this works. Here's a screenshot of the recent viewer analytics fo... | Continue reading


@dev.to | 3 years ago

To Post or Not to Post

Have you ever started writing something, gotten about 2/3rds of the way through, and decided that the... | Continue reading


@dev.to | 3 years ago

JavaScript and Animated Sinus in Console

Hello everyone 🙂 PS: This is my first post here, so be forgiving 🙂 Today I'd like to share with you... | Continue reading


@dev.to | 3 years ago

Towards Data Science alternative completely free for ML

" A breakthrough in Machine Learning would be worth ten Microsofts" -Bill Gates The abov... | Continue reading


@dev.to | 3 years ago

Deep Dive into JavaScript Object Property Accessors

Revision of Objects An object is a collection of key-value pairs. let obj = { key1: "v... | Continue reading


@dev.to | 3 years ago

Intro to Python Webdev

You can learn web development with the Python programming language (Flask). Flask is a python module... | Continue reading


@dev.to | 3 years ago

Redux is half of a pattern (2/2)

I wrote a form library once. Once. It was called React Redux Form, and using Redux for forms was a... | Continue reading


@dev.to | 3 years ago

Technically impressive solutions to invented problems

Originally published on my personal blog Let's start with the Shadoks Les Shadoks is a... | Continue reading


@dev.to | 3 years ago

Using .NET 5 with vs Code on Linux

A simple and quick approach to use .NET 5 Preview with VS Code on Linux. Before install, it's impor... | Continue reading


@dev.to | 3 years ago

Concurrency in the Erlang VM

Erlang is often referred to as the “concurrency oriented programming language”. How did it get this... | Continue reading


@dev.to | 3 years ago

To WASM or Not to WASM?

A WASM benchmark story At Linkurious, we build Linkurious Enterprise, a Web platform that... | Continue reading


@dev.to | 3 years ago

Best Free and Premium Bootstrap Themes, Templates and UI Kits

This is a list of the best premium and free Bootstrap Themes, Templates and UI Kits that we created a... | Continue reading


@dev.to | 3 years ago

Choosing the right tools to test a visualization library

Stories from the trenches At Linkurious, we’ve designed Linkurious Enterprise, a platform... | Continue reading


@dev.to | 3 years ago

Why now is the time for the Spring Boot of infrastructure automation

Gartner predicts that through 2022, 75% of DevOps initiatives will fail to meet expectations due to i... | Continue reading


@dev.to | 3 years ago

What problems does serverless solve?

The problem serverless is solving is not a technical problem (unless you work for a serverless vendor... | Continue reading


@dev.to | 3 years ago

$1000 in 5 days using Auto-Tweet Zapier Integration (How I did it)

This is a followup to my last post, make sure to read that first in case if you haven't already. Rig... | Continue reading


@dev.to | 3 years ago

How to serve an API locally with webpack

While developing a data driven web-app, the frontend may need to fetch data from various APIs provide... | Continue reading


@dev.to | 3 years ago

Personal website made using Vue.js and Quasar Framework

Hello all, I would like to share my Personal website made using Vue.js & Quasar Framework. You ca... | Continue reading


@dev.to | 3 years ago

Postman Collection: I Give You Best Price

Looking to buy something soon? Make sure you get the best price. Disclaimer: I recently... | Continue reading


@dev.to | 3 years ago

Get Started with Web Workers

Javascript is single-threaded ie. all of the javascript code written is executed in a single thread.... | Continue reading


@dev.to | 3 years ago

Discovering Snowpack

Discover how Snowpack fits into the JavaScript ecosystem | Continue reading


@dev.to | 3 years ago

A few sneak peeks into Hey.com technology

This post covers an exciting new Turbolinks feature found on Hey - the Turbolinks frames. I think the... | Continue reading


@dev.to | 3 years ago

Good to know: The V programming language

Introduction Hello! I'm starting “Good to know” series. I so excited to show you very yo... | Continue reading


@dev.to | 3 years ago

Cloudflare Workers KV Introduction

A serverless distributed eventually consistent key-value storage solution | Continue reading


@dev.to | 3 years ago

From Web Development to UI/UX Design – The Fundamentals a Developer Should Know

Why Most Web Developers Struggle To Understand Design Design is fundamentally an intuitive skill. I... | Continue reading


@dev.to | 3 years ago

Git and GitHub for Beginners

What is Git Git is a distributed version-control system for tracking changes in source cod... | Continue reading


@dev.to | 3 years ago

Python-cron-migration – cronjobs managing

hey guys. just published my new package: https://github.com/itay-bardugo/python-cron-migration the... | Continue reading


@dev.to | 3 years ago

Learn About the Console Object and Become a Console Commander

Become a Console Commander! The console object has a lot more inside it than just a log method that could make your life easier when debugging the JS developer way. | Continue reading


@dev.to | 3 years ago

My story as a web developer – How I landed my job

The third part of my journey to become a professional web developer job in Barcelona. In other words, how I got the IT job without a degree from a uni. | Continue reading


@dev.to | 3 years ago

Hello Concent, a funny way to develop react app

star me if you like concent ^_^ concent ❤️ Build-in dependency collection, a predictable、... | Continue reading


@dev.to | 3 years ago

Common Mistakes in Dev Resumes

Here's every mistake (or advice) I can think of when building your CV based on my humble experience r... | Continue reading


@dev.to | 3 years ago