Continuous Integration with `make` for AWS Lambda Using Python

How to easily deploy code to AWS Lambda in a python environment by using `make` | Continue reading


@dev.to | 6 years ago

How to Review Code You Don't Understand

Some suggestions on what you can do when you're reviewing code and you don't understand it. | Continue reading


@dev.to | 6 years ago

Keeping up in the JavaScript world

JavaScript fatigue has been on the rise for a while now. You often hear develop... | Continue reading


@dev.to | 6 years ago

Real-Time Finger Detection and Tracking Using OpenCV and Python

A histogram based approach is used to separate out the hand from the background frame | Continue reading


@dev.to | 6 years ago

Why Git Alias

I've been using git aliases for a while now. People have seen me using them, as... | Continue reading


@dev.to | 6 years ago

Introducing Codier – Front-End Coding Challenges and Creations

A new community of developers in completing and sharing coding challenges. | Continue reading


@dev.to | 6 years ago

A brief history of web app loading

A (somewhat) short summary of the iteration of technology used to build and load web apps. | Continue reading


@dev.to | 6 years ago

Bots Are Playing a Bigger Role in the Election Than People Realize (2016)

The role of automation in the US presidential election is substantial and future events of this nature may become even moreso. | Continue reading


@dev.to | 6 years ago

My Terminal Setup: iTerm2 and Zsh

How I set up my terminal with iTerm2, Zsh, and a lot of pink! | Continue reading


@dev.to | 6 years ago

Elm functions in WebAssembly

Investigations of how Elm could compile to WebAssembly in the future | Continue reading


@dev.to | 6 years ago

Uploading and Validating Images with Crystal, Lucky and Imagemagick

Creating an app that uploads and validates images with Crystal and Lucky. | Continue reading


@dev.to | 6 years ago

Quick Guide to Linting JavaScript Codebase with ESLint – DEV Community ‍‍

Linting is a way of keeping your code clean from any issues and generally improving your code style. | Continue reading


@dev.to | 6 years ago

Python for Bash – DEV Community ‍‍

How I put joy back in writing scripts | Continue reading


@dev.to | 6 years ago

Show HN: Mobile web app layout from scratch

Create a mobile app layout in 5 minutes (@!?!) =) | Continue reading


@dev.to | 6 years ago

Double Pivot Quick Sort: Java’s Default Sorting Algorithm. – DEV Community ‍‍

Java default sorting algorithm. | Continue reading


@dev.to | 6 years ago

The Shell Introduction I Wish I Had

I write a letter to my past self about the Shell's importance I wish I'd focused on earlier in my career. | Continue reading


@dev.to | 6 years ago

Impact of Bind Variables on SQL Performance – DEV Community ‍‍

Use of bind variable can speed up the execution plan up to 2.5 times as compared to those that do not use execution plan. For trivial queries, such performances matter a lot, while for the complex queries it can be a bit less, as in complex queries execution itself takes a lot of … | Continue reading


@dev.to | 6 years ago

SQL: Where spaces may not matter

Here is a vulnerable application which can be exploited thanks to a rather unknown SQL quirk. | Continue reading


@dev.to | 6 years ago

Why You Should Use a Framework

Frameworks are your friend and other opinions. | Continue reading


@dev.to | 6 years ago

Snippets for Vanilla JavaScript Coding

When coding in VanillaJS, I usually create shortcuts for document.querySelector... | Continue reading


@dev.to | 6 years ago

Why you shouldn't use a web framework

Rant | Continue reading


@dev.to | 6 years ago

Top 5 obstacles I faced in testing 696 web components – DEV Community ‍‍

A list of the most challenging thing I found for any developer to test web components | Continue reading


@dev.to | 6 years ago

Remember why you love to code

Forgetting your why is like losing your soul as a developer | Continue reading


@dev.to | 6 years ago

What to do when your debugger lies to you

Lies, treachery and conspiracy - a Machiavellian debug story | Continue reading


@dev.to | 6 years ago

Why I can't recommend Clean Architecture by Robert C Martin

Software architecture is an important topic. Let me explain why you might want to skip reading Clean Architecture and what you should read instead. | Continue reading


@dev.to | 6 years ago

The Dev.to-Community's Opinion about Unit-Tests – DEV Community ‍‍

About a month ago, I started a well received discussion about unit-tests. What ... | Continue reading


@dev.to | 6 years ago

Dev.to – Where programmers share ideas and help each other grow

Where programmers share ideas and help each other grow. | Continue reading


@dev.to | 6 years ago

Kubernetes explained in pictures

This is an attempt to explain Kubernetes core concepts with a theme park analogy. | Continue reading


@dev.to | 6 years ago

My Visual Studio Code Setup

I _love_ the text editor setup I've been using for the past year and a half, so I wrote about my setup and my favorite extensions! | Continue reading


@dev.to | 6 years ago

Automating My Newsletter Generation with MailChimp, Google Sheets and AWS Lambda

I am constantly building and launching new projects. One of the many things I e... | Continue reading


@dev.to | 6 years ago

Let's turn an Openwhyd playlist into a static Jekyll site

In this tutorial, I explain how to get rid of a back-end (i.e. web server + database): by downloading the data in JSON format and writing a Jekyll template that will be used to render web pages from this data. | Continue reading


@dev.to | 6 years ago

Dijkstra's algorithm in python: algorithms for beginners – DEV Community ‍‍

Photo by Ishan @seefromthesky on UnsplashDijkstra's algorithm can find for yo... | Continue reading


@dev.to | 6 years ago

ESLint and the Problem with NPM

Packages compromised, NPM team not doing enough | Continue reading


@dev.to | 6 years ago

Top 8 Data Structures for Coding Interviews and practice interview questions

Niklaus Wirth, a Swiss computer scientist, wrote a book in 1976 titled:Algor... | Continue reading


@dev.to | 6 years ago

Chasing down modest database scaling issues when you're not sure what's going on

This is a brief retro on some downtime we experienced at dev.to in the past day... | Continue reading


@dev.to | 6 years ago

Learning to think like a programmer. – DEV Community ‍‍

I’m looking for a book (video, blog, or online course) for Somebody who just le... | Continue reading


@dev.to | 6 years ago

How to Use the Firestore Export API Before It Is Released

Google silently added export and import routes to its Cloud Firestore API. A utility now exists to use this API while Google builds their own tooling. | Continue reading


@dev.to | 6 years ago

Code style rules that are actually useful – DEV Community ‍‍

Warning: The following is just a long rant about things I do that help me write... | Continue reading


@dev.to | 6 years ago

8 Ultimate Full Stack Interview Questions and Answers

A Full-Stack Web Developer is someone who is able to work on both the front-en... | Continue reading


@dev.to | 6 years ago

What happens when you type 'Google.com' into a browser and press Enter?

My most favorite interview question ever. | Continue reading


@dev.to | 6 years ago

Component-based web with zUIx.js

Meet zUIx.js, a small yet powerful library for component-based web development. | Continue reading


@dev.to | 6 years ago

Spot the malware

Continue reading


@dev.to | 6 years ago

Integrate PureScript with Your JavaScript Application – DEV Community ‍‍

PureScript has a top-notch FFI (Foreign-Function Interface) allowing us to call JavaScript functions from within PureScript. It means we can benefit from the type safety not only in new, but also existing applications. | Continue reading


@dev.to | 6 years ago

How to Get Started with Test Driven Development Today

Test driven development is easier to get started with than you might think | Continue reading


@dev.to | 6 years ago

Building a Serverless Contact Form with AWS Lambda and AWS SES

This tutorial will cover the basics of both the front-end form, with vanilla JavaScript, and the serverless back end, hosted on AWS Lambda. AWS SES is the service you use for sending the actual emails and trust me, it's so incredibly simple the configuration takes 13 seconds. | Continue reading


@dev.to | 6 years ago

Why I love hiring Junior engineers – DEV Community ‍‍

And why you should too | Continue reading


@dev.to | 6 years ago

Dev.to will go open source on Aug.8th

Eight is a very lucky number | Continue reading


@dev.to | 6 years ago

Using Rails secret weapon: ActiveSupport::Notifications

Using ruby on rails native publisher/subscriber service | Continue reading


@dev.to | 6 years ago