PBPranav Bobdeinblogs.pranavbobde.tech·Jun 14, 2023 · 1 min readTrellzz - Hackathon project with AppwriteTeam Details Pranav Bobde Yagyesh Bobde Description of Project We are excited to introduce our submission for the Hashnode-Appwrite Hackathon - Trellzz. Trellzz is a task management tool built using NextJS 13.4, Appwrite, Tailwind, and Zustand. I...00
PBPranav Bobdeinblogs.pranavbobde.tech·May 17, 2023 · 2 min readHoisting isn't even REAL!!!One of the most famous interview topics - HOISTING, isn't even real. Yes, you heard that right. The word 'hoist' wasn't even used in the official ECMAScript specifications until the year 2015. It was first mentioned in the ECMAScript 6 specification,...00
PBPranav Bobdeinblogs.pranavbobde.tech·May 9, 2023 · 3 min readFunction Scopes And IIFE PatternWHY The principle of least privilege is the idea that any user, program, or process should have only the bare minimum privileges necessary to perform its function. Consider you've written code like the below at some point. We've declared a var and ...00
PBPranav Bobdeinblogs.pranavbobde.tech·May 4, 2023 · 2 min readAPI Gateway Responses and Handling Authorizer ResponsesIntro I have added a token-based Lambda Authorizer for all my backend services deployed on API Gateway. I wanted the user to be signed out if the authorizer responds with a 401 (Unauthorized) or 403 (Access Denied) error. This is how my code looked l...00
PBPranav Bobdeinblogs.pranavbobde.tech·Aug 1, 2022 · 1 min readLinux Package Managers In 2 MinutesPackage Managers Options (with reference to Ubuntu) apt or apt-get snap software centre Apt vs Snap Apt Dependencies are shared (i.e. smaller size) Linux distro specific packages (.deb) Manual Updates Snap It provides self contained packages (i....00