
Why It's Good To Talk To Ducks
In software engineering rubber ducking is a method where you talk to a rubber duck (or an inanimate object; or sometimes even talking to…
In software engineering rubber ducking is a method where you talk to a rubber duck (or an inanimate object; or sometimes even talking to…
TypeScript first appeared in 2012 and the main goal was to help developers work on large scale applications, giving them tools to refactor…
If you’re more tech savvy, it may surprise you to learn that in 2011 90% of internet users didn’t know about the keyboard shortcut CTRL+F…
TypeScript brought me a lot of useful features like the ability to rename variables by reference in multiple places, spot errors in the…
To prevent code from diverging too much and keep our source code tidy, here are some tools and configuration settings we use.