Blog

Exploring cut - Linux Commands

Learn how to use the cut command in Linux to extract specific sections from text. Discover options for cutting bytes, characters, fields, and more.

#linux

July Reflection 2024

Exploring quitting’s strategic value, student perks with Microsoft Azure, and efficient skill learning. Plus, reflections on impactful books read this month.

#monthly-log

Unveiling Alchemy: Power of Absurdity

Discover how Rory Sutherland's Alchemy reveals the power of unconventional ideas and perception. Embrace the absurd for innovative breakthroughs and success.

#growth

Python - Exploring Lambda Functions

Discover Python lambda functions! Learn their syntax, benefits, and examples, including using lambdas without arguments, to enhance your coding skills.

#python

Exploring less and more - Linux Commands

Learn about the more and less commands in Linux for paginating file content. Discover their basic syntax, options, and how to get additional help.

#linux

Data Structure - Hash Tables

Discover hash tables, a fast data structure for quick retrieval. Learn how they work, handle collisions, and their applications in databases, caches, and more.

#dsa

Exploring grep - Linux Commands

Use the grep command in Linux to search for patterns in files. Explore options for case-insensitive search, and more to filter and find text efficiently.

#linux

Understanding the OSI Reference Model

Overview of the OSI Reference Model: Learn about the seven layers, their functions, and how they enable seamless network communication between diverse systems.

#platform

Exploring head and tail - Linux Commands

Discover the head and tail commands in Linux. Discover their syntax and options to view the start and end of files efficiently. Level up your Linux knowledge!

#linux

Python - sorted() vs sort() Usage

Learn the differences between Python's sorted() and sort() functions, with examples for lists, tuples, and dictionaries. Understand their parameters and usage

#python