Archives
A gently intro to MVC Frameworks
In the last few years I’ve worked or played with a bunch of MVC frameworks: Laravel, Ruby on Rails, Django, and AdonisJS.
[BOOK] What If?: Serious Scientific Answers to Absurd Hypothetical Questions
This book is just fun.
How to read and write from STDIN and STDOUT in GO
At my current job we have some projects that were realized using the Go programming language. The cool thing is, programmers that have used it are in love with it, and these applications never crash, not even under heavy load. This is great, for example, for applications that have to process a stream of data as fast as possible.
What is a WAV file?
Short post: last week I came across a wonderful video about how WAV files are made, and how to create one from scratch, directly from NodeJS. The author, Low Level Javascript, is really investing time creating quality content that is direct, clear, and coincise. Consider donating some money to his patreon if you find his videos useful.
My first Visual Studio Code Extension, create-link-to-git-server
You know when you’re chatting with a colleague and you want to point out a specific line in the git repository? For example, a specific line of a specific branch of a specific fork? It’s a time-wasting process to open the browser, open the git hosting website, navigate to the file, and create the link; so I decided to create an extension for Visual Studio Code.
Sarò controcorrente, ma a me piaceva andare in ufficio
Non fraintendetemi, non mi piaceva mica il traffico o il tempo perso per raggiungere l’ufficio, o il capo spocchioso. A me piaceva proprio conversare con i miei colleghi.
Serve HTTPS requests with Express and NodeJS
One of the things I do, on my job, is to maintain a javascript library to display ads. Customers will inject this script on their page and voilà they start displaying ads.
How Coronavirus affected my life
I bet none of you predicted to live the months we have just lived. I expected to see an earthquake, an eruption by the Vesuvius, a nuclear war, but for sure not a pandemy.
I wish I had a programmers' quarantine
Hello devs, I wrote this article during COVID-19 quarantine, hopefully you’ll read this post when it’s all over and we’ll think of this period as a not-so-painful memory.
Chaotic systems
a chaotic system is a system composed of many simpler systems, that are interconnected in a way such that the final result is impossible to connect to the subsystem forces.