RHRamdas Hedgapureinblog.hramdas.in·May 12, 2025 · 3 min readGetting 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...00
RHRamdas Hedgapureinblog.hramdas.in·Feb 14, 2024 · 2 min readLevel 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...00
RHRamdas Hedgapureinblog.hramdas.in·Jan 27, 2024 · 1 min readUse 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...00
RHRamdas Hedgapureinblog.hramdas.in·Jan 14, 2023 · 3 min readShimmer 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...00