Hey everyone, I’ve been working on something very personal for the last few months, and today I finally feel ready (and nervous!) to share it. It’s called Remembral - private space that help people set instructions and guidance for their loved ones f...
TLDR - Got my hands dirty on golang, and learned a algorithm while doing a LC problem z_function. About Z-Function Z-Function is an really important and fundamental algorithm for strings. Z-Function of a string s of length N is an array z of same len...
Quite an interesting week this was!! Specially for the fact that I learned new and interesting things. Starting from Generics in Java I have known generic classes in Java for quite some time now. But leaning about generic methods in non-generic class...
Introduction Ruby on Rails is a full-stack web app building framework made with the Ruby programming language. Ruby has clean, simple syntax without tons of parenthesis, brackets, or semi-colons GitHub, Shopify, Calendly, ThePracticalDev, eggheadio &...
Introduction Quite recently I came across a tweet by Florin Pop which talked about tracking your minor and major achievements using a timeline. It was an interesting idea.. how come I never thought about this. Thus, inspired, I set on to start creat...
Introduction Django is a Python powered web framework that can help you get you to build powerful web applications and APIs. In this article, I'm going to guide you through how to deploy a Django web application on any Linux server. Prerequisites Be...