blog.hramdas.inGetting Started with Go: A Beginner’s GuideIntroduction Go (or Golang) is a simple, powerful, and fast programming language created by Google. It’s particularly popular for web servers, cloud software, DevOps, and concurrent applications. If you’re coming from JavaScript, Python, or another l...May 12, 2025·3 min read
blog.hramdas.inLevel up your PostgreSQL game with JSONBPostgreSQL, a robust open-source relational database management system, boasts powerful JSON support. JSON (JavaScript Object Notation) simplifies data storage, resembling key-value pairs, objects, and arrays. JSON's flexibility makes it a popular ch...Feb 14, 2024·2 min read
blog.hramdas.inUse of call, apply, and bind in JavaScriptIn JavaScript, call, apply, and bind are methods used to manipulate the this value inside a function. call: The call method is used to invoke a function with a specified this value and individual arguments passed directly. javascriptCopy codefuncti...Jan 27, 2024·1 min read
blog.hramdas.inShimmer UI LoadingA shimmer screen is a version of the UI that doesn’t contain actual content. Instead, it mimics the page’s layout by showing its elements in a shape similar to the actual content as it is loading and becomes available. A shimmer screen is essentially...Jan 14, 2023·3 min read