sreyaj.devFigma like input field in Angular using DirectivesPeople who are familiar with Figma would have noticed that the input fields support dragging to increase or decrease values. Instead of having to click on the input field first and then type the number in, the dragging feature is really handy as you ...Dec 30, 2024·4 min read
sreyaj.devCreating a reusable calendar component in AngularRecently, I came across a tweet where someone posted a calendar component that was used for tracking different subscriptions. The tweet was trending because the design looks really good. I was working a project which could use a calendar component, s...Oct 4, 2024·4 min read
sreyaj.devDeploy Node.js applications on a VPS using Coolify with DockerfileIn the previous article, I shared how to set up Coolify and deploy a Node.js application on a VPS using Nixpacks. It is the easiest way to deploy applications using Coolify. We don't need any knowledge of Docker. Read Here: Deploy Node.js application...Apr 23, 2024·3 min read
sreyaj.devDeploy Node.js applications on a VPS using CoolifyIf you are not a DevOps person, deploying applications is not going to be very easy if you are trying to do everything on your own. This is the primary reason we have a lot of managed offerings from companies like Heroku, Vercel, Fly etc. Managed off...Apr 19, 2024·7 min read
sreyaj.devArchitecting A Highly Dynamic Card List In AngularLet's look at one way to architect Angular's highly customizable and dynamic card list component. The goal is to make it easier to render different kinds of card lists using one single component. Dynamic Card List Component The component should be dy...Jan 14, 2023·7 min read