I used to think that Cloudflare caching just worked out of the box - set your website behind...
Connecting to an OpenSearch (ES) service running in AWS using Python is painful. Most examples I find...
I am working for a PaaS (Platform As a Service), meaning that we not only have our internal apps to...
WARNING: ranting incoming. I have seen countless articles about git (one of the hottest subjects out...
This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer. ...
In this article, we'll explore how to make a program packaged as a Jar (Java, Kotlin, Scala, ...)...
I don't need to enumerate all the situations in which you would need to mock an API or an HTTP...
Slumber is one of those libraries you don't need, but can't live without once you learn about it...
I'm thrilled to present my newest open-source project! Mantelo is a super small yet super powerful...
With GitHub standing out as the leading platform for hosting public code, most cloud providers offer...
I have been coding in Python for a long time, yet I am puzzled by how little I knew about Exceptions....
Not long ago, I came across a bug in one of my projects that highlighted very interesting changes in...
I run Django projects in Docker containers and use Visual Studio Code as my IDE. In this article, I...
TL;DR - Mypy is amazing, but your code needs to be ready for it. The untyped nature of Python allows...
I had a very interesting use case lately: being able to upload a file to S3 without being signed in...
I while back, I was looking for a fun project to test open-source best practices (docker, GitHub...
If you haven't heard of Kubernetes by now, it means you are reading this from another planet. I...
As we already covered, Kotlin provides the ability to extend a class or an interface with new...
I had to recreate the way dev.to generates anchors in Kotlin Multi-Platform (MPL). It took way longer...
Interested in Python FastAPI? Wondering how to execute long-running tasks in the background in...
Kotlin provides the ability to extend a class or an interface with new functionality without having...
Kotlin treats functions as first-class citizens. First-class means functions can be stored in...
About the Series Let's deep dive into Kotlin functions, from the simple theory to the more advanced...
Hey there fellow developers! Today, I would like to request your input on a topic that's been on my...
In May 2020, I made a commitment to read for at least 10 minutes every day, and this challenge has...
Are you doing data analysis with Jupyter Notebook? Here is how to create beautiful notebooks with...
Hey dev.to community, I just wanted to say a big thank you to the dev.to team for the gift you sent...
Contrary to other platforms, dev.to doesn't have built-in support for Table of Contents (TOCs). Many...
I am not involved in animation and can hardly draw a cat. I am, however, fascinated with technologies...
I wrote a reusable GitHub Action workflow for one of my pet projects, rickroller. The workflow itself...