dailydispatch
Daily Dispatch 30 - On Writing - How, Why and When to Start?
...It then became a very useful way to cope with stress at college.
i'm the guy
dailydispatch
...It then became a very useful way to cope with stress at college.
nginx
Took me long enough.
javascript
Just the tip of the iceberg of javascript's funny tales
dailydispatch
This is my last week in a short post.
poem
A poem for strong people, who think of themselves as weak.
philosophy
Nihil Perditi ("I've Lost Nothing"). - Seneca.
And here I am again. Now working on some new website. I decided to retire skiraindustries, and now I'm blogging under my own name. Just like Ali Abdaal. So stay tuned for new posts, and I will see you in the next one. š
jest
Hey itās me again, so Iāve been learning how to work with Jest, one testing library used by some React projects. Here are my thoughts: * Compared to other testing libraries like JUnit or Kotlinās test, I saw it as a bit less organized. * I still donāt
jane
Check out this Album: My dad used to play this CD to me when I was a kid. He said I was tripping balls just listening to the music, and wouldnāt even realize heād been stopped on the school parking lot for 10 minutes or so. Good times.
backend
So hello, itās been a while, and I havenāt being keeping up with my daily dispatches, or maybe my days are longer than yours. Relativity man, who knows? So I was playing around with a Node.js (nodejs.org) project hosting it using Docker alongside a Postgres database.
flaneur
From french meaning: wanderer, stroller. To walk without a clear end in sight. Or to walk in order to think/organize ideas.
blackswam
How do you predict the unpredictable? Some of what Iāve found reading Black Swan (Still havenāt finished it): * What Nassim Nicholas Taleb argues in his book Black Swan is that the first step is to realize which variables you can and canāt predict. Emphasis on the ācanā
dailydispatch
One of the things I started using in college and was such a game changer that I continued using was the Pomodoro Technique. What is it? Francesco Cirillo in the late 1980s created what is called The Pomodoro Technique. He wanted to help improve with his studies by making it
dailydispatch
What if instead of thinking of Test Driven Development, we start thinking āEverything you do is testing some hypothesisā. Everything is a test. How would that change your approach?
learning
Thereās this concept of not depending on books or courses that got my interest lately. After I learned to love reading, I would get my hands on anything non-fictional that was readable, even say, anatomy books. I grew up on my old auntieās room. So I had plenty
vim
So Iāve been playing around with Vim, the improved version of VI from old operational systems. Itās been very challenging so far, I havenāt really wrapped my head around all the neat commands, and switching from the 3 modes (VISUAL, NORMAL, INSERT) is still taking some time.