Pradeepto SarkarforNSCC BPIT's Team Blogblog.nsccbpit.tech·Sep 22, 2023GitHub API Demystified: A Developer's Handbook1. Introduction In the world of modern software development, collaboration and version control are at the heart of every successful project. GitHub, a platform synonymous with code sharing and collaboration, has become the go-to destination for devel...Discuss·11 likes·46 readsGitHub
Redha Bayu Anggararedhabayuanggara.hashnode.dev·Sep 22, 2023role-based vs. attribute-based authorization? (in Golang)Role-based authorization Role-based authorization (RBAC) is a model where for defining a set of roles, such as admin, manager, or customer, and assign them to users. Each role has a predefined set of permissions, such as create, read, update, or dele...Discussgolang
Hieu Phan Quanghiu.hashnode.dev·Sep 22, 2023Restful API GuidelinesTerminology The following terms are crucial when discussing REST APIs: Resource: An object or representation of something with associated data. Operations such as delete, add, and update can be performed on resources. Examples include Animals, schoo...Discuss·33 readsREST API
Amitcuriousmints.com·Sep 21, 2023Dynamically Updating Your Tidbyt Display with REST API DataLast time, I walked through building a simple "Hello World" app for my Tidbyt, the retro LED display screen that now sits on my desk in our Living Room. This time, I was curious if I could use a REST API to dynamically update the Tidbyt's display. Fo...Discusstidbyt
Vishal Sharmacodreline.hashnode.dev·Sep 20, 2023Building a RESTful API with Node.js and ExpressIn today's digital age, where data flows like a river and web and mobile applications dominate our daily lives, the ability to create robust and efficient RESTful APIs is nothing short of essential. These APIs serve as the foundation upon which moder...DiscussWeMakeDevs
James Sinkalaxinnks.hashnode.dev·Sep 19, 2023Create a distributed API for your e-commerce store using Cloudflare and TursoIn the world of eCommerce, every millisecond of latency matters. Creating a fast, reliably performant solution for end users can help drive sales. Fortunately, it’s easier than ever to do this. In this blog post, we are going to learn how to create a...DiscussEverything Edgeturso
Marco RomanuttiforSoftware Engineering Cornersoftware-engineering-corner.hashnode.dev·Sep 18, 2023Effortless API-firstThe software development world is an ever-evolving landscape. Technologies and methodologies continuously evolve - each promising a more efficient and effective way to create high-quality software. One such approach that is gaining significant tract...Discuss·3 likes·138 readsapi
Ogunbanjo Emmanuelogunbanjo.hashnode.dev·Sep 18, 2023Building a RESTful API: Step-by-Step Guide with Node.jsTable of Contents Introduction What is RESTful APIs? Sample Code Prerequisite Prerequisite Checklist Understanding web development fundamentals Understanding REST Principles Stateless Client-Server Uniform Interface Resource-Based Sam...Md Taqui imam and 1 other are discussing this2 people are discussing thisDiscuss·1 likeGeneral Programming
Abhay Brajaabhaybraja.hashnode.dev·Sep 18, 2023Integrate Zoom Meetings in React Js and Python: A Step-by-Step GuideThis comprehensive guide takes you on a journey through the intricate process of integrating Zoom Meetings, the renowned video conferencing platform, into your web application built using React and Python REST API. This guide offers a step-by-step ro...Discuss·27 readsReact
Sahil Rajputsahilrajput.hashnode.dev·Sep 18, 2023Crafting Multilingual Apps: A Dive into Spring Boot i18nHello World !! Overview We live in a globalised world, So we need our web applications to reach as wide an audience as possible. To do that, there are some cases in which language comes as an issue/problem where some people can't understand one langu...Discuss·1 likeSpringboot