#* RESTful APIs
Explore tagged Tumblr posts
cognithtechnology · 28 days ago
Text
Tumblr media
Server-Side Scripting Explained: Simplifying Web Development
Explore how server-side scripting works, from processing user requests to delivering customized content. Learn the benefits for both developers and users.
0 notes
step2gen · 3 months ago
Text
In the world of software, APIs (Application Programming Interfaces) act as bridges between different services. They help applications talk to each other by sending requests and receiving responses. Think of them as messengers, delivering messages between clients (like apps or websites) and servers (where data or actions are stored). Read more...
1 note · View note
lonepower · 1 year ago
Text
Tumblr media Tumblr media
  ――☀️ on first and fierce affirming sight
                  of sunlight, sunlight, sunlight ☀️――
(xps/vroid/gamerip/model mashup/render-that-i-drew-over of the Traveler's Specialest Princess<3 blender is still The Worst™ but i'm learning to grudgingly tolerate it since it can convert literally everything.)
P.S.: please don't tag this in a way that implies there was more than one destiny game, because there wasn't and pretending otherwise makes me very, very sad because I wish there was (but there wasn't). thank you!
15 notes · View notes
silverserpent · 7 months ago
Text
I'm going to explode. I had to wake up at six and now I absolutely cannot code. Hlep
6 notes · View notes
anthyies · 1 year ago
Text
computer that hates you call that HATEOAS
7 notes · View notes
zvaigzdelasas · 2 years ago
Text
OpenAPI generated type interfaces are literally so sexy
19 notes · View notes
mrtakenbyknowledge · 8 months ago
Text
Call my fist an HTTP Post request, the way it delivers a message of pain directly to the endpoint of your face.
2 notes · View notes
risingsunresistance · 1 year ago
Text
just found out that skycrypt is backed up occasionally on the wayback machine, so of course i went to go check techno's stuff. neat little thing i found, by april 9th 2021 he hadnt made it past thorn in dungeons. so he was cutting it CLOSE cramming in catacombs exp for the resistance fight jhdkjfj (turned out to be useless anyways)
Tumblr media
also, judging by his exp gained, seems like he was only running with one other person. i was under the impression he had a full party the entire time bc of his video but that must've just been for later floors or maybe even JUST floor 7
Tumblr media
and also. before the resistance fight. his highest crit damage was a WHOPPING... 82k
Tumblr media
11 notes · View notes
weepingwitch · 2 years ago
Text
got this advertisement on a different website and
Tumblr media
girl what the hell
12 notes · View notes
rizzlegukgak · 1 year ago
Text
my biggest pet peeve is when i get into a video game fandom and discover that the entire fandom is made up of people who have never touched a video game before this one
3 notes · View notes
desert-palm · 2 years ago
Text
We all know they both have different strengths and ideal use cases, but which do you generally prefer to use in your own projects, REST or GraphQL?
11 notes · View notes
cognithtechnology · 1 month ago
Text
What Is Server-Side Scripting? A Beginner’s Guide to Dynamic Websites
Learn how server-side scripting powers dynamic websites by handling requests and delivering personalized content. Explore its role in web development without the technical jargon.
0 notes
sfdchira · 2 years ago
Text
What is Monolithic Architecture?
Monolithic architecture is an approach to software development in which an application is built as a single, self-contained unit. In this architecture, all application components are tightly coupled and run within the same process. This means that the entire application is deployed as a single package, and all changes to the application require the application to be rebuilt and redeployed.
Tumblr media
In the above example, we can see that all services are created in a single application and they are tightly coupled with each other. Even functionalities created in separate classes, it is integrated into the main class. If the change in one class is done, we have to test all functionality. The bigger issue is that, if any class has an issue then it will impact all functionality. Let us example, the discount service has an issue so it will impact the complete order process.
Check out this post for the Advantages and Disadvantages of Monolithic Architecture?
2 notes · View notes
swapnilpopat · 2 years ago
Text
JavaScript code to integrate with an external API
JavaScript code to integrate with an external API
Let’s start with simple HTML code and save it as .html file. <!DOCTYPE html> <html> <head> <title>API Integration</title> <link rel="stylesheet" type="text/css" href="styles.css"> </head> <body> <button id="fetch-data-button">Fetch Data</button> <div id="data-container"></div> <script src="app.js"></script> </body> </html> This HTML code creates a button element with the id…
Tumblr media
View On WordPress
6 notes · View notes
katzebliss · 2 years ago
Text
Tumblr media Tumblr media
oh okay
154K notes · View notes
imtrinity94 · 10 days ago
Text
Understanding Bearer token better
Today, I have learned that there exists a method to decode Bearer Tokens, as these tokens fall under the category of JSON Web Tokens. Given that these types of tokens are extensively utilized in VMware environments, where my primary experience lies, acquiring additional insights into their underlying mechanisms may enhance your understanding, particularly when developing applications or…
0 notes