Blogs

Log of some of my thoughts about web development & Tech careers. Anime will be in a separate blog 😛. In total, I've written 6 articles till now.

All Posts 6

Linux: #2 - Command Line

jul 26, 2022 14 min read

Linux: #2 - Command Line

Learn the fundamentals of the command line, navigating files, directories and more.

Linux: #1 - Getting Started

jul 25, 2022 8 min read

Linux: #1 - Getting Started

What is Linux? Get started with choosing a distribution and installation.

30 seconds of cpp: #2 - stack

jul 23, 2022 4 min read

30 seconds of cpp: #2 - stack

In this article we are going to look at std::stack class which is a standard C++ container adapter.

30 seconds of cpp: #1 - algorithm

jul 21, 2022 14 min read

30 seconds of cpp: #1 - algorithm

In this article we are going to look at algorithms library which defines functions for a variety of purposes (e.g. searching, sorting, counting, manipulating) that operate on ranges of elements.

Understanding Javascript imports and exports

jul 16, 2022 5 min read

Understanding Javascript imports and exports

In this article we are going to look at Javascript Imports and Exports.

Understanding folder / file structure in Nuxt

jul 16, 2022 5 min read

Understanding folder / file structure in Nuxt

In this article we are going to look at Each directory and file in nuxtjs and giving a brief overview.