PlantUML is a super awesome tool where you can specify your UML diagrams in a text format. It is open source and has a rich library to generate diagrams for all your UML needs. Here are my thoughts on why PlantUML is awesome. I prefer VSCode as my default editor and installing PlantUML for VSCode […]

Read More →

Programmers have long been obsessed with fonts, and monospace font types (a long time Consolas user myself) have been their favorite. In programming a lot of character sequences are used to denote a particular operation, for example ->,

Read More →

Quokka.js is a rapid prototyping playground right in your editor(for now just supports VSCode) and in your project’s context, with inline reporting, code coverage and rich output formatting. Say Bye Bye to REPL(Read Eval Print Loop). In VSCode install the Estension. After installing the Extension, invoke the command palette using Ctrl/Cmd + Shift + P, […]

Read More →

My BlogPost when VS Code was first announced earlier this year VS Code is a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. Code provides comprehensive editing and debugging support, an extensibility model, and lightweight integration with existing tools. VS Code helps […]

Read More →