IntelliJ Live Templates With Groovy Script
Live Templates have made my programming life a lot easier. There is a lot of boilerplate code that we type every single day. I like using Groovy script to build …
Live Templates have made my programming life a lot easier. There is a lot of boilerplate code that we type every single day. I like using Groovy script to build …
Disclaimer Do this at your own risk. I’m not responsible if your stuff breaks. You’ll be allowing Automator to control your computer. If you have …
I primarily program in Scala. A few years ago, I got into Haskell programming when the director of engineering at the company that I worked for told me about it …
There is way more logic in any of Nityananda’s speeches than SS Rajamouli’s RRR Karun Ramakrishnan, April 15 2022 I love watching movies far too …
One of the things I strive for is to have full control over things that I can actually control. Life, emotions and even the code I write for a living. There …
It started as a love-hate relationship. Today, after almost eight years of writing Scala code, I think I’m ready to say that it’s one of the best …
Having grown up with a lot of interest in music, I have always enjoyed listening to music in all kinds of genres and many different languages. A couple of years …
Oh hello. It’s weirdly cold in Los Angeles today. It’s those four days of winter that we get. Just watched a good video that someone I know sent me …
I personally believe in the boy scout rule for Engineers Always leave the code better than you found it If everyone said - the code was bad when I started …
Note: Use this at your own risk! This worked for me on Ubuntu 20.04 Until it is supported on 64 bit distros Add armhf sudo dpkg --add-architecture armhf sudo …
This is a multipart series where I want to show you what tools I use every day and some of my favorite tricks. If you would like to know anything specific or if …
In software engineering every little thing matters. These are some of the principles I really like to follow - Write tests before writing code unless there is …
TL;DR - Stick to something like the rule of three. Premature abstraction in any system is almost always going to be problematic, expensive and frustrating. …
TL;DR - Try not to have logic in unit tests. The whole point of a unit test is to make sure some logic works TDD was something new to me about 8 years ago. I …