© 2023 Hashnode
#elixir
Nowadays, deploying web applications with containers is the norm, but who wants to go down the rabbit hole managing containers when you can instead use that time to work on your product? In this post,…
I've learned and used scala for years and quite like it. But it is quite painful when you want to make a web server, all in scala. There are http4s and scalajs-react but you have to make everything including sessions, authentication, etc. E…
Introduction In part I of this series, we saw how to setup the pre-requisites I had for my application and then went on creating the first iteration of the CodePipeline which is : Successfully using …
Preamble I'm hoping you already have a Phoenix application running If you happen to hop here directly. If not, you may visit the previous two parts where we went through Creating a simple phoenix appl…
In the previous article, we explored setting up a basic Phoenix application. If you haven't read the first part yet, Just take a moment to read it before this post :-). However, if you already have an…
Setup your Development Machine > sudo apt-get update > sudo apt-get install terminator > sudo apt-get install neovim > sudo apt-get update Setup File Searching > sudo apt-get install rg Git Setup…
Hi there! it has been a while since then that I write something but here is something I want to share with regarding Setting Custom Domains with Fly.io and GoDaddy Step 1 In fly.io, get your app name…
Why 100 Days of Code? 🤔 A software engineer you cant say you never heard or seen 100days of code, i’ve tried to it in the past but lost focus mainly i was completing my college studies and doing hand…
Hey, folks! 👋 Besides programming, I'm interested in productivity, as I think that you should improve the way how you spend your working time to work more efficiently, not harder. I tried Pomodoro Te…
Okay so before we address the elephant in the room I would like to share the case statement which forces me to look for Dynamic Queries the very first hand. So in our project, I was asked to create a…