Accessing EC2 Linux instance without .pem file

you may find a situation where you want to access your Linux instance from someone's else machine, but your Linux need the .pem key file and you don't want to carry your .pem file to other's machine. why not just create a password for ssh, so let's create it 1) first you have to … | Continue reading


@dev.to | 3 years ago

Bringing Pattern Matching to TypeScript Introducing TS-Pattern v3.0

In the past few years, frontend development has become increasingly declarative. React shifted our mi... | Continue reading


@dev.to | 3 years ago

The 7 Habits of hight effective people!

7 HABITS to win the WORLD 1 Be Proactive Be worried about these things you can control yourself like your day, study…. Just don’t give a shit about which you can’t like Rain, other emotions. What If I fail in something, should I blame others for my failure (Reactive), of course n … | Continue reading


@dev.to | 3 years ago

Through the pipeline: An exploration of front-end bundlers

This last week I spent a lot of time buried deep in the documentation of parcel, rollup, and esbuild.... | Continue reading


@dev.to | 3 years ago

Puppy Assistant: the smart home for my dog

I want to share with you 3 "smart" ideas that help me in some day-to-day tasks with my Dog.... | Continue reading


@dev.to | 3 years ago

Video encoder rollback optimization in rav1e

This is the story of a specific optimization that gave a significant speed-up in rav1e, up to 32% fas... | Continue reading


@dev.to | 3 years ago

Building a telnet chat server with Rust and Lunatic

I love the aesthetics of terminals and I’m not the only one, there is a whole subreddit dedicated to... | Continue reading


@dev.to | 3 years ago

TL;DR For those that are following me, they already know that. This is the first playgrou... | Continue reading


@dev.to | 3 years ago

Building an NLP Word Association Network from Scratch

Ever since I first launched One Word Domains this summer, I've received plenty of requests for a sear... | Continue reading


@dev.to | 3 years ago

Tales of the Autistic Developer – The Expert

Autism can lead to obsession, and it isn't unusual that this evolves into expertise after enough practice, but how can this be leveraged effectively at work? | Continue reading


@dev.to | 3 years ago

Writing Rust the Elixir Way

It's not a secret that I'm a big fan of Elixir, so when I started doing Rust development I tried to b... | Continue reading


@dev.to | 3 years ago

Em Lazer-Walker on using game design to make virtual events more social

A few months ago, I had a conundrum: I couldn't stand virtual conferences. I personally go to in-per... | Continue reading


@dev.to | 4 years ago

Announcing the 2020 State of CSS Survey

The annual CSS survey is back, this time in multiple languages | Continue reading


@dev.to | 4 years ago

Responsive Website with only 1 CSS PROPERTY

Create a Responsive Website with a one CSS property. Let’s see how it's done. 🤔 Consider this templa... | Continue reading


@dev.to | 4 years ago

Using Serverless Framework and CDK Together

While helping folks work through our Serverless Stack guide, we noticed that most folks have a really... | Continue reading


@dev.to | 4 years ago

AWS SES and Gmail = Free Business Email ID

My website is hosted on AWS Free Tier, and I wanted to create a free company/business email address f... | Continue reading


@dev.to | 4 years ago

Temporal – Date and Time in JavaScript Today

Every developer at some point in their careers had to play with Date & Time and if you are lucky.... | Continue reading


@dev.to | 4 years ago

Implement an emulator for a fantasy CPU in JavaScript

Introduction Emulators are cool pieces of technology that allow users to run a totally dif... | Continue reading


@dev.to | 4 years ago

Forem.dev

Saturday was the two year anniversary of DEV going open source, the first step in our OSS journey. To... | Continue reading


@dev.to | 4 years ago

Video processing with VR/AR in the browser

AlterWorld is an open source real-time video processing project based on OpenCV for JavaScript (front... | Continue reading


@dev.to | 4 years ago

Top 29 Developer Docs

A list of the projects with the best developer documentation | Continue reading


@dev.to | 4 years ago

Readme badges that increased my GitHub visitor stats

If you are caught in the README hype, like me, then these are some badges that you can use. Remember... | Continue reading


@dev.to | 4 years ago

Why algebraic effects matter in F#

Side effects Side effects are impossible to avoid in imperative code, but they can make re... | Continue reading


@dev.to | 4 years ago

Backdrop Filter effect with CSS

Yesterday i came upon a really cool looking effect on a website and tried to reproduce the effect for... | Continue reading


@dev.to | 4 years ago

Image Classifier: In the Browser

Learn how to implement any kind of image recognition by implementing a cat/dog classifier in Tensorflow.js. | Continue reading


@dev.to | 4 years ago

Cargo [Features] Explained with Examples

If you feel confused about all the intricacies of Cargo.toml [features] section you are not... | Continue reading


@dev.to | 4 years ago

Prevent navigation when a modal/dialog is open in Angular 9

I was struggling with this issue on many of my previous projects, especially when the requirement was... | Continue reading


@dev.to | 4 years ago

Slap Coding Principle

Keep code at the single level of abstraction In programming, there is a SLAP principle. SL... | Continue reading


@dev.to | 4 years ago

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 | 4 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 | 4 years ago

Learn Data Structure and Algorithm in JavaScript – Part 02

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


@dev.to | 4 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 | 4 years ago

How to Improve as a Software Developer

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


@dev.to | 4 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 | 4 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 | 4 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 | 4 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 | 4 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 | 4 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 | 4 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 | 4 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 | 4 years ago

Learn Data Structure and Algorithm in JavaScript

Edison Pebojot @edisonpebojots... | Continue reading


@dev.to | 4 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 | 4 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 | 4 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 | 4 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 | 4 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 | 4 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 | 4 years ago