Hi, I'm Nivekithan S
RSS FeedI'm a backend developer with 3 years of experience, currently working at epyc.in . I mainly work with Node.js/Cloudflare Workers using TypeScript, and PostgreSQL for databases.
While I consider myself a backend developer, I also help with frontend tasks - from restructuring React code to minimize rendering, removing unnecessary useEffects , and ensuring React Query revalidation works properly.
Featured
-
Automated postgres backups using pgBackRest
A complete guide on setting up automated backups using pgBackRest on Ubuntu 24.04 VPS for hobby use
-
Setting up PostgreSQL on a VPS
A complete guide to installing, configuring, and securing PostgreSQL on Ubuntu 24.04 VPS for hobby use
Recent Posts
-
How to implement fixed window Ratelimiter
We will be implementing a fixed window ratelimiter using typescript and redis.
-
Solve Fly.io echo challenge using Deno
We will be solving the Echo challenge from [fly.io](http://fly.io) using Deno. I am assuming you have already installed [maelstrom](https://github.com/jepsen-io/maelstrom) and set it up properly.
-
Deploy a lambda function written in typescript using cdktf and esbuild
Goal behind this blog, is to deploy a `lambda` function in `aws` written in `typescript` using [cdktf](https://www.terraform.io/cdktf) and [esbuild](https://esbuild.github.io/) and make that `lambda` ...