Dalecia Petersonpetersondal.hashnode.dev·Dec 12, 2024Flask-RESTful API DataREST is short for Representational State Transfer, which is a convention that makes HTTP more readable and understandable. API is short for Application Programming Interface, which is an application that allows other applications to communicate with ...APIs
Vaibhav Gajareoracle-apex-shared-components.hashnode.dev·Nov 22, 2024RESTful Services in Oracle APEXIntroduction to RESTful Services in Oracle APEX: →Oracle APEX is a tool for building web applications quickly using an Oracle database. RESTful Services in Oracle APEX → One of its features is the ability to create RESTful web services, which let oth...1 like#oracle-apex
Shivay Dwivediinsecurepolymath.hashnode.dev·Aug 14, 2024API 101 : Advanced Topics in API DevelopmentIn this final part of our API 101 series, we’ll explore advanced topics in API development that go beyond the basics. These topics include performance optimization, error handling, monitoring, and versioning strategies. Mastering these concepts will ...Flask Framework
Shivay Dwivediinsecurepolymath.hashnode.dev·Aug 14, 2024API 101 : Securing and Documenting Your RESTful APIIn the previous articles, we walked through building your first RESTful API. Now, it’s time to address two critical aspects of API development: security and documentation. Securing your API ensures that it’s protected from unauthorized access and pot...Flask Framework
Shivay Dwivediinsecurepolymath.hashnode.dev·Aug 13, 2024API 101 : Building Your First RESTful APIIn the previous articles, we covered the basics of APIs and explored the principles of RESTful APIs. Now, it's time to put theory into practice by building your first RESTful API. This hands-on guide will walk you through the process of setting up yo...API development
Shivay Dwivediinsecurepolymath.hashnode.dev·Aug 13, 2024API 101 : Understanding RESTful APIsIn the first part of this series, we introduced the concept of APIs and their importance in modern software development. Now, let’s delve deeper into one of the most widely used types of APIs: RESTful APIs. REST, or Representational State Transfer, i...API development
Shivay Dwivediinsecurepolymath.hashnode.dev·Aug 13, 2024API 101 : Introduction to APIsAPIs, or Application Programming Interfaces, are essential tools in modern software development. They are the backbone of digital communication, enabling different software systems to interact, exchange data, and perform tasks collaboratively. This a...API development
MASOOD 313masoodahmad313.hashnode.dev·Aug 8, 2024Beginner's Guide to Laravel"Start Your Laravel Journey: A Step-by-Step Guide for Beginners" "Beginner's Guide: How to Build Your First Web App with Laravel" 1. Getting Started with Laravel Topics: Introduction to Laravel and why it's popular. How to set up a Laravel proj...LaravelBeginners
Prasanta kumar Sahooprasanta0n.hashnode.dev·Jun 18, 2024Comprehensive API Guidelines for Professional DevelopmentIntroduction In today's interconnected digital landscape, APIs (Application Programming Interfaces) play a critical role in enabling communication between different software systems. Whether you're developing a new API or working with existing ones, ...Best Practices for Professional API Development: Comprehensive Guidelines
Anshuman Yuvrajanshumanyuvraj.hashnode.dev·Aug 31, 2023Demystifying REST API: A Comprehensive Guide💡 Understanding Architectural Styles: Before diving into REST, let's understand what architectural styles are and why they matter in software development. An architectural style is a set of principles and constraints that guide the design and organi...60 readsREST API