RSSAmplifier

Blog

Aman Goyal

I can Lead, Develop and Design. I have experience developing products and services that have had positive impact on lives of thousands.

blog.amangoyal.mlRSS feed ↗6 posts

Latest posts

Announcing Remembral — a project I built because *I needed it*

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...

Learnings Z-Function, Golang

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...

What I leaned this week?

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...

Understanding Ruby On Rails in 10 Steps

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 &...

How To Create A Timeline To Track Your Achievements

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...

Deploy Django Applications on Linux server

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...