© 2023 Hashnode
#til
Checksums work like a fingerprint. It is used to verify file integrity. If the files have the same checksums, then they are identical. It can also be used to check if the file has been previously scanned as malicious. On Windows: certutil:…
One TIL a day. Updated (almost) daily. 2023 May [11] let doesn't hoist? Source: FrontEndMasters.com Lecture: Deep JS Foundations by Kyle Simpson [8] string.removeEnd(): Removing the last specified su…
Last month, I finished a book called "Deep Work" by Cal Newport. It is truly an enlightening book for me, as it taught me some insights on how to work smart, not hard; and how to incorporate deep work…
We all had that dream project. It is seemingly far away from reality. It is seemingly impossible to build at that time. But you just want to make it happen. This is a story about a person with a dream…
One of my favorite hotkeys in VS Code is being able to move the current line/s around using: [ Mac: ⌥ + ↑/↓ ] [ Windows: Alt + ↑/↓ ] Now that I’ve switched over to Neovim it's one of those commands I keep missing. There are ways to get the …
When I tried to use ctrl + space, it brings out the Input Sources while cmd + space brings out Spotlight. How to use this shortcut for content assist? Go to System Preferences -> Keyboard -> Shortcuts -> Input Sources Deselect the check b…
How one word relates to another and in which context it can be used. If this can be calculated precisely, then would that be the same as knowing exactly what to say and when? How can a sequence of words be generated? The 3 general approache…
From time to time, I find myself that I want to rename or move a file to a different folder, but I am reluctant. The reason is the git history of a file is more important than you might think, so movi…
TLDR: Randomize the execution order of tests and benchmarks with -shuffle off,on,N flag. As a general guideline, it's bad for unit tests to depend on each other and the order of them messing with the…
Have you ever felt lost when deciding what the next topic for your article will be? Are you wondering if it will be a good topic or not? Hello everyone! Welcome to another article on Victoria's Bloggi…