RSSAmplifier

Blog

Vivek Shukla

I am a Software Engineer from India. I am currently building Daestro. I work in Rust, Javascript and Python.

vshukla.comRSS feed ↗10 posts

Latest posts

IndexNow Bulk URL Submit Using Curl

IndexNow is a service which is used to inform search engines i.e. Bing, Naver, Seznam.cz, Yandex and Yep, about the content updates. This improves indexing.

PostgreSQL: Make Create/Drop Operations Infallible

Make PostgreSQL create/drop operations infallible by using IF EXISTS and IF NOT EXISTS within the query, which will only run the operation when condition matches.

Meditation

Just sit.

To make things happen, focus

There are a gazillion things one may want to do, maybe as an escape, maybe as a distraction, maybe just wishful thinking, just to avoid the one thing that they should do. The more substantial the thing you want to do, the more focus it will require. Don’t get distracted; to do something big you need to put your head down and work. Your goal must become the center of your life; it must consume you.…

UFW Cheat Sheet

UFW stands Uncomplicated Firewall which provides simple interface over iptables to create host based firewall for IPv4 or IPv6

Setup Redis TLS With Self-signed Certificate

Brief guide on how to setup Redis TLS using Self-signed certificate.

Content Strategy For Indie Makers

My thoughts on indie makers can approach their content and marketing strategy.

This Blog

A bit about my blog

Cloud Init Script to Set-up Server

The cloud init script that I use to automatically configure my server with the essentials.

Deploy Systemd Service Behind Nginx with TLS

A cheatsheet to deploy Systemd service behind Nginx reverse proxy. This approach is very common and used a lot.