But Who Cares?

This blog is not about holy war between Python and C++. Someone - C++ is faster than Python… Show them this article… Note - When you write same code, C++ is way more performant than most of the modern programming Languages. And you will find Python somewhere at the end of the list. But when you …

Things to Explore in College

Things to explore in college I’m writing this after reading a fascinating blog of nehchal(Y11). Thanking him for providing such creating such ideas. Being always step ahead in typos, Forgive me if you find any. Later or soon you will be kicked out of the campus. College life is cheerful and indeed the most …

All About SSH

SSH and how it enables secure data-sharing Note: This is intended as future notes to myself, but I hope you learn something from it too! Come back soon to read complete blog…

Competitve Programming

Competitive Coding Resources Here are some CP resources that I found useful. Why did I write this blog? Good question! There are plenty of resources out there on how to start competitive programming but what I found missing there were proper links to resources. I also had selfish reasons:- I wanted a short …

Feature of Scala

A short interpretation on some superb features of Scala. I’m writting this microblog while learning Scala as a part of my SnT project (gaining insight into different programming languages ​​and understanding different paradigms of programming.) Scala The name is an acronym from ‘Scala’able Language. …

Interfaces

How to use interfaces in Go? Just as many human-based languages exist, There are dozens of programming languages used in the industry today to communicate with computers. Each language has its own distinct features, though many times there are some similarities between programming languages. If you wish/need to master …