How to easily deploy code to AWS Lambda in a python environment by using `make` | Continue reading
Some suggestions on what you can do when you're reviewing code and you don't understand it. | Continue reading
JavaScript fatigue has been on the rise for a while now. You often hear develop... | Continue reading
A histogram based approach is used to separate out the hand from the background frame | Continue reading
I've been using git aliases for a while now. People have seen me using them, as... | Continue reading
A new community of developers in completing and sharing coding challenges. | Continue reading
A (somewhat) short summary of the iteration of technology used to build and load web apps. | Continue reading
The role of automation in the US presidential election is substantial and future events of this nature may become even moreso. | Continue reading
How I set up my terminal with iTerm2, Zsh, and a lot of pink! | Continue reading
Investigations of how Elm could compile to WebAssembly in the future | Continue reading
Creating an app that uploads and validates images with Crystal and Lucky. | Continue reading
Linting is a way of keeping your code clean from any issues and generally improving your code style. | Continue reading
How I put joy back in writing scripts | Continue reading
Create a mobile app layout in 5 minutes (@!?!) =) | Continue reading
Java default sorting algorithm. | Continue reading
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
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
Here is a vulnerable application which can be exploited thanks to a rather unknown SQL quirk. | Continue reading
Frameworks are your friend and other opinions. | Continue reading
When coding in VanillaJS, I usually create shortcuts for document.querySelector... | Continue reading
A list of the most challenging thing I found for any developer to test web components | Continue reading
Forgetting your why is like losing your soul as a developer | Continue reading
Lies, treachery and conspiracy - a Machiavellian debug story | Continue reading
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
About a month ago, I started a well received discussion about unit-tests. What ... | Continue reading
Where programmers share ideas and help each other grow. | Continue reading
This is an attempt to explain Kubernetes core concepts with a theme park analogy. | Continue reading
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
I am constantly building and launching new projects. One of the many things I e... | Continue reading
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
Photo by Ishan @seefromthesky on UnsplashDijkstra's algorithm can find for yo... | Continue reading
Packages compromised, NPM team not doing enough | Continue reading
Niklaus Wirth, a Swiss computer scientist, wrote a book in 1976 titled:Algor... | Continue reading
This is a brief retro on some downtime we experienced at dev.to in the past day... | Continue reading
I’m looking for a book (video, blog, or online course) for Somebody who just le... | Continue reading
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
Warning: The following is just a long rant about things I do that help me write... | Continue reading
A Full-Stack Web Developer is someone who is able to work on both the front-en... | Continue reading
My most favorite interview question ever. | Continue reading
Meet zUIx.js, a small yet powerful library for component-based web development. | Continue reading
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
Test driven development is easier to get started with than you might think | Continue reading
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
And why you should too | Continue reading
Eight is a very lucky number | Continue reading
Using ruby on rails native publisher/subscriber service | Continue reading