Api On Cloud
Api On Cloud
  • Видео 25
  • Просмотров 16 581
How does a Java HashMap work?
A video discussing the internal workings of the Java HashMap Data Structure. Topics covered in this video include:
- Internal Structure of the Java HashMap
- Computation of the hashcode for picking the storage bucket in the hashmap
- HashMap Collision
- HashMap Load Factor and Threshold
- HashMap Capacity and what triggers the increase in capacity
- What happens when the capacity of the HashMap has to increase
- What leads to the formation of Linked Lists inside HashMap Buckets and why and how can we avoid the formation of LinkedLists in a HashMap Bucket
Website: www.apioncloud.com
#java #hashmap #datastructures #tutorial #animation #programming #softwareengineering #softwareengineer #computerscience
Просмотров: 137

Видео

Will AI replace Computer Programmers?
Просмотров 136Год назад
A quick video discussing the impact of advances in the field of Artificial Intelligence on Programming jobs. #ai #artificialintelligence #jobs #development #programming #softwaredevelopment #softwareengineer
REST API Headers vs Path Parameters vs Query Parameters vs Body
Просмотров 12 тыс.Год назад
A discussion on the purpose and proper usage of HTTP Headers, Path Parameters, Query Parameters and Request Body when developing a REST API Clean URLs: en.wikipedia.org/wiki/Clean_URL Authorization Header: developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization #restapi #http #programming #headers #api #development #technical #softwarearchitecture #softwaredevelopment #softwareengineering
Will Artificial Intelligence replace Programmers? Can you build an application with ChatGPT?
Просмотров 90Год назад
Will Artificial Intelligence replace Software Engineers soon? ChatGPT is an easy to use AI ChatBot that is capable of providing code in many programming languages. I was able to build a complete web-based chatting application using the code provided by ChatGPT. If AI systems like ChatGPT can provide code that can be assembled into a fully functional computer applications then who would need hum...
How to start a Software as a Service (SaaS) Company
Просмотров 92Год назад
A guide for all entrepreneurs thinking about starting their own SaaS Company but not sure where to begin or how to begin their SaaS journey. I am presenting 8 important steps that every SaaS founder has to take to begin their journey towards launching a Software as a Service Business. This video discusses the options available to both technical and non-technical founders of a SaaS business. I h...
Difference between API Query Parameters and Path Variables explained
Просмотров 2,5 тыс.Год назад
In this video, we will be comparing REST API Query Parameters with Path Variables. Path Variables are also known as Path Parameters or Path Params. We will discuss why we need Query Parameters and Path Parameters and how they are added to the URL. We will be invoking a real REST API to visually demonstrate the concepts explained in the video. We hope that you will find the technical comparison ...
An easy way to test API driven applications without modifying the data
Просмотров 262 года назад
Demonstrating how REST API mocks can eliminate the need to modify backend data every time you need to test a scenario. You can also test error conditions and API response delays effortlessly when using REST API mocks. www.apioncloud.com #api #mock #mockup #restapi #sandbox #simulation #software #softwareengineering #softwaretesting #tutorial #cloudcomputing #cloud #saas #apitesting #mocktest
Mock REST API
Просмотров 592 года назад
Video demonstrating how a single mock REST API can return different response body and http status every time it is invoked by the calling application. In this video, the REST API is being called by an App that shows HTTP Request sent to the API and the HTTP Response received back from the API #api #simulation #software #softwaretesting #softwareengineering #virtualization #restapi #restapis #sa...
REST API - Greetings in multiple languages
Просмотров 2312 года назад
Demonstrating a mock REST API returning greetings in a different language with each invocation. Create and deploy smart REST API mocks visually with Api-On-Cloud. Speed-up development and testing with HTTP REST API mocking. www.apioncloud.com #REST #API #Virtualization #Mocking #Mock #Cloud #saas #software #softwaredevelopment #softwareengineer #development #http #https #programming #softwarete...
Mocking a REST API - Saying Hello in 20 Languages with no-code API builder
Просмотров 162 года назад
In this video we are demonstrating a HTTP REST API that return greetings in 20 different languages, created using our no-code API Builder. Api On Cloud is a no-code HTTP / REST API Virtualization Service offering advanced response simulations. www.apioncloud.com #software #development #testing #api #restapi #virtualization #automation #demo #demonstration #cloud #saas #tool #integration #integr...
Testing API Integrations with Api On Cloud Virtual APIs
Просмотров 492 года назад
In this video we will demonstrate how testing features available in Api-On-Cloud's Virtualization Service can simplify and speed-up your testing progress effortlessly. Watch this video to see some of the features that will reduce the amount of work you have to put in to discover the problems in your Application. www.apioncloud.com Api On Cloud is a no-code HTTP / REST API Virtualization Service...
Create & Deploy Virtual REST APIs in 50 seconds!
Просмотров 692 года назад
Api-On-Cloud is a no-code platform to build, test and deploy virtual REST APIs. Use virtual APIs to speed-up application integration, simplify testing, during API design and demonstrations and improve API experience by creating API Sandbox environment for your API Users. www.apioncloud.com #no-code #http #api #rest #cloud #saas #software #programming #testing #design #sandbox #development
Create & Deploy Virtual REST APIs in 50 seconds
Просмотров 1092 года назад
Api-On-Cloud - A no-code platform to build, test and deploy virtual REST APIs. Use them to speed-up application integration, simplify testing, during API design and demonstrations and improve API experience by creating API Sandbox environment for your API Users. www.apioncloud.com #no-code #http #api #rest #cloud #saas #software #programming #testing #design #sandbox #development
Intro - Creating a functioning API with Api-On-Cloud in under 2 minutes
Просмотров 72 года назад
Intro - Creating a functioning API with Api-On-Cloud in under 2 minutes
Intro - Creating a functioning API with Api-On-Cloud in under 2 minutes
Просмотров 132 года назад
Intro - Creating a functioning API with Api-On-Cloud in under 2 minutes
API Endpoint with Request Headers - Api-On-Cloud
Просмотров 1062 года назад
API Endpoint with Request Headers - Api-On-Cloud
REST API - Request Query Parameters
Просмотров 6112 года назад
REST API - Request Query Parameters
Api-On-Cloud - REST API - Path Variables and Request Body
Просмотров 462 года назад
Api-On-Cloud - REST API - Path Variables and Request Body
Tutorial 3: Simulating REST API (GET) Responses
Просмотров 392 года назад
Tutorial 3: Simulating REST API (GET) Responses
Tutorial 2a: Creating HTTP GET API with a Path Variable
Просмотров 372 года назад
Tutorial 2a: Creating HTTP GET API with a Path Variable
Tutorial 1c: Creating an HTTP GET API and testing it using the built-in API Testing functionality
Просмотров 322 года назад
Tutorial 1c: Creating an HTTP GET API and testing it using the built-in API Testing functionality
Tutorial 1b: Creating HTTP GET API and calling it via cURL
Просмотров 332 года назад
Tutorial 1b: Creating HTTP GET API and calling it via cURL
Tutorial 1a: Creating HTTP GET API
Просмотров 512 года назад
Tutorial 1a: Creating HTTP GET API

Комментарии

  • @kattasrihari7332
    @kattasrihari7332 9 дней назад

    Excellent information

  • @amirhoseini3563
    @amirhoseini3563 Месяц назад

    excellent explanation ,well done

    • @apioncloud9092
      @apioncloud9092 22 дня назад

      Glad you found the explanation useful. Thank you!

  • @makeitwork-o7h
    @makeitwork-o7h Месяц назад

    This is the BEST explanation video with an accent. Thank you for taking your time, explaining the material, and showing examples!

    • @apioncloud9092
      @apioncloud9092 22 дня назад

      Glad to know that you found the video useful

  • @niteeshmishra8281
    @niteeshmishra8281 2 месяца назад

    it was really quite precise and much informative.

    • @apioncloud9092
      @apioncloud9092 Месяц назад

      Glad that you found it informative. Thank you!

  • @mback12000
    @mback12000 5 месяцев назад

    Very good video!

    • @apioncloud9092
      @apioncloud9092 5 месяцев назад

      Appreciate the feedback, glad you liked it.

  • @shubhankartiwari5101
    @shubhankartiwari5101 7 месяцев назад

    Precise and straight to the point

  • @kapilchhipa2143
    @kapilchhipa2143 9 месяцев назад

    how come GET request cant have body?

    • @apioncloud9092
      @apioncloud9092 9 месяцев назад

      I don't think I've said anything like that in the video, have I? I'll double check the video. You are correct, GET request shouldn't have a request body

  • @allison7324
    @allison7324 10 месяцев назад

    Thank you for breaking out this information and best practices!

    • @apioncloud9092
      @apioncloud9092 10 месяцев назад

      Glad that you found the video useful.

  • @thimiraakash9024
    @thimiraakash9024 10 месяцев назад

    Wonderful explanation!

  • @thimiraakash9024
    @thimiraakash9024 10 месяцев назад

    Superb!!!!

  • @user-ru2jb4yo3s
    @user-ru2jb4yo3s 11 месяцев назад

    amazingggg

  • @stardust3579
    @stardust3579 Год назад

    Great explanation with examples 👏

  • @alfredabate3176
    @alfredabate3176 Год назад

    Straightforward and simple. Thank you. I learn so much from this. Well done. 🙏

    • @apioncloud9092
      @apioncloud9092 Год назад

      Thank you, I’m glad that you found this video useful.

  • @mudasir4965
    @mudasir4965 Год назад

    You're doing a great job man. Thank you.

  • @user-jx3du2qw6n
    @user-jx3du2qw6n Год назад

    Thanks for the intro. But I was wondering, why don’t just use a post request with the body in every case? That way it could make the code more simple no?

    • @apioncloud9092
      @apioncloud9092 Год назад

      Short answer is that you can use a POST request for every case. If you are writing a HTTP/REST API and you will be calling that API from another application of yours then you can use POST request for everything. However, there are norms, conventions, best practices that people like to follow because it isn’t always just you working alone. When you are working for an employer with many other programmers, there will always be atleast one programmer who will question you for not following the conventions. For example, when an API’s job is to only return data and you decide to use POST method in your API instead of GET then others may ask you to justify why you used POST since it a general understanding that GET method is for data retrieval and POST request are used to change the state of the data on the server. Hope this answers your question.

  • @ScottHolland0331
    @ScottHolland0331 Год назад

    I'm new to APIs and have been struggling to understand the difference between headers, body, path. Very helpful. Thank you.

    • @apioncloud9092
      @apioncloud9092 Год назад

      I am glad that you found this video helpful. Thank you.

  • @KO-sx9uy
    @KO-sx9uy Год назад

    Yes. Amazon is seriously looking into using AI to replace devs. This is just the infancy of GPT and it’s already better at programming than most new grads. Imagine GPT 4, 5, and 6.

    • @apioncloud9092
      @apioncloud9092 Год назад

      Maybe Amazon is seriously looking into replacing Devs but it hasn’t been able to replace them yet. Have they been able to replace warehouse workers yet? Isn’t automation of warehouse operations a relatively easier objective to achieve? Have they started delivering products without humans? Companies explore new opportunities all the time, they pour money into reaseach and development too, but how many of those efforts actually succeed in your opinion?

    • @KO-sx9uy
      @KO-sx9uy Год назад

      @@apioncloud9092 Yeah they just started looking into it in the past month, learned from a couple swe there, both are worried they might be laid off.

  • @NIftyTradingEdge
    @NIftyTradingEdge Год назад

    This will not replaced every programmer but would cut around 75% of the programming jobs. A good architect would build a software without a team of programmers .

    • @apioncloud9092
      @apioncloud9092 Год назад

      A single person team working on delivering an important project is a risk, even if the project is small. And not all architects are good.