That one time when office365 was marking our emails as spam
In 2017, I was working for a company that was building an aggregation platform for hotel bookings. For some weird reason, for all the ema
In 2017, I was working for a company that was building an aggregation platform for hotel bookings. For some weird reason, for all the ema
I have been toying around with React to refresh my frontend skills (The last time I used full stack seriously was with backbone.js 😂). W
Most web apps have a few small tables which don’t change a lot but are read a lot from, tables like settings or plans<
I have been dipping my feet into Distributed Systems and <a href="https://minhajuddin.com/2021/04/15/how-to-show-raspberry-pi-temperature
So, I’ve set up a cluster of 4 Raspberry Pis to learn and experiment with distributed systems. <img src="/2021/04/15/how-to-show-rasp
I am in the process of migrating the data from one of my side projects to a rewritten schema. While doing this, I wanted to keep the old
I am moving my app from Rails to Phoenix and as part of this I have to move my database from being managed by Rails migrations to Phoenix
I have an ECS cluster for my side projects and need to pass secrets to the app. There are a few ways of doing it, and I think I found a n
So, you have a ton of records to update in a really large table. Say, you need to update 3 million records in a table with 100 million ro
Today, I was working with some ruby code that had to find the first product in one of the current contexts. Here is the code: <figure
When you are writing functional code, it is sometimes difficult to figure out which of the Enum functions you want to use. H
At my work, we use ruby heavily and sidekiq is an essential part of our stack. Sometimes, I long for the concurrency primitives from Elix
Cowboy is an amazing web server that is used by Plug/Phoenix out of the box, I don’t think Phoenix supports any other web servers at the
SVG is amazing, I want to design the logo of my next company using it! <svg style='border: solid 1px #0f0' viewbox='0 0 200 200' stro
</iframe
</iframe
I have been playing around with terraform for the last few days and it is an amazing tool to manage infrastructure. For my AWS infrastruc
I have recently started learning Terraform to manage my AWS resources, And it is a great tool for maintaining your infrastructure! I use
The other day I was helping a friend set up a phoenix app which required the use of tags on products, we all have used tags in our day to
The other day, I wanted to export a sample of one of my big Postgres tables from the production server to my local computer. This was a h