-
Jan 26, 2024
If you're using Postgres containers for testing, you might already be annoyed by the performance, specially if you have a lot of tests that need to communicate with a real database. Here are some small tips to get a good performance.
-
Feb 2, 2023
Old exhaustive list of emojis and contextual keywords (as of git-emoji dataset's ContextV1)
-
Jan 6, 2023
See how to easily modify file/directory access permissions within your shell environment.
-
Aug 19, 2022
Use this VS Code extension, called "Git-Emoji", to easily pick relevant emojis for your git commit messages.
-
Dec 24, 2021
-
Dec 23, 2021
-
Dec 21, 2021
-
Dec 20, 2021
-
Dec 18, 2021
-
Dec 17, 2021
-
Dec 16, 2021
-
Dec 15, 2021
-
Dec 14, 2021
-
Dec 13, 2021
-
Dec 12, 2021
-
Dec 11, 2021
-
Dec 10, 2021
-
Dec 9, 2021
-
Dec 4, 2021
-
Dec 3, 2021
-
Dec 2, 2021
If you ever needed to access/manipulate an S3 bucket, originally provided by AWS or just any provider with a compatible interface, there is a neat solution called s3fs, thanks to FUSE infrastructure, that simplifies things down to the level of your local file system interaction.
-
Dec 1, 2021
-
Nov 29, 2021
-
Nov 28, 2021
-
Nov 27, 2021
-
Nov 26, 2021
-
Nov 25, 2021
-
Nov 19, 2021
-
Nov 14, 2021
The need to go from binary to HEX, or vice versa, occasionally happens. Let's see what's the tool to the rescue when it comes to do things in the shell.
-
Oct 22, 2021
You may face a situation where defining wrapper exceptions seems like a clean approach toward encapsulation. Usually that is not the case and you'd better of without these creatures.
-
Oct 21, 2021
Having VS Code in browser is a priceless feature for those who miss it while working with their mobile phones or tablets. Although there are viable third-party services, but now the official version goes public.
-
Oct 19, 2021
When handling exceptions, or raising them, we are prone to forgetting a perpetual danger.
-
Oct 17, 2021
Found a good idea for a VS Code (or any other IDE/editor) extension.
-
Oct 8, 2021
Developing large projects on weakly-type languages like Python can lead to type incompatibility disaster, unless you go for a solution.
-
Aug 27, 2021
Enable Vim shortcuts for IPython and take the most out of your Python REPL.
-
Aug 19, 2021
Good news! You can browse the web just how you do things with Vim.
-
Aug 13, 2021
Hard coded values are tiny, wicked creatures. They wait, sometimes for years, to spot the right moment and bring you down.
-
Aug 13, 2021
There are times when you just need to perform string manipulation (e.g., string replace) via the shell, and it's not that uncommon, if you think that way.
-
Jun 10, 2021
Are you tired of hearing words like "design patterns are overrated" or "things get complicated that way" too?
-
Jun 2, 2021
How scope variables are bound to closures could sometimes seems a little
tricky; however it's us humans that overlook some vital points.
-
Jun 2, 2021
Feature flags are of those little creatures that could bring a huge benefit to your side.
-
Jun 2, 2021
Vim and VS Code are both great super text editors with their unique
features. Although the superb keyboard shortcuts of Vim are missing in VS
Code, but it's still possible to have basic of them working there using this
new VS Code extension.
-
Mar 4, 2021
Vim and VSCode are both great text editors with their unique features. Although Vim's superb keyboard shortcuts are missing in VSCode, it's still possible to have Vim shortcuts in VS Code. This is how to enable VSCode Vim shortcuts.
-
Jul 3, 2020
Using emoji in git commit messages helps conveying your intentions in a more terse and effective way. I'm madly in love with emojis. These cute little digital beings not only help convey your emotions in chats, but do carry weights of meanings which, when faced, we all would easily grasp in a split second. Here, I'll explore various emojis by context to help you save your time finding the best git commit emoji. Also, you easily use the contextual emojis in this post via the "Git-Emoji" VS Code extension.