Postman Beginner's Course - API Testing

I completed the course " Postman Beginner's Course - API Testing" by Valentin Despa at freeCodeCamp. He is the Developer Educator. The length of the course is 2:09 total hours. In the course I learned: o Unit 1 - Introduction to Postman: • What is Postman, your first request with Postman • HTTP • Postman collections and variables • Query parameters • Assignment • Path variables • POST request / API Authentication • JSON format • Assignment • Random test data • Is Postman the right tool for me? • Viewing existing orders • Assignment • PATCH, DELETE requests o Unit 2 - Test automation with Postman: • Introduction to test automation • Assignment • Postman variables • Extracting data from the response • Two Assignments • Collection runner • Request execution order • Postman monitors • Newman • HTML reports with Newman • CI/CD overview You can find this course at https://www.youtube.com/watch?v=VywxIQ2ZXw4&ab_channel=freeCodeCamp.org

Harvard CS50 – Full Computer Science University Course and Computational Thinking Lecture

Few years ago when I started my journey to programming I took a course and a lecture on Computational Thinking. o The course is “Harvard CS50 – Full Computer Science University Course”, where I learn about Computer Science and art of programming. The course covers the following major topics: Computational Thinking & Scratch, C, Arrays, Algorithms, Memory, Data Structures, Python, SQL, HTML, CSS, JavaScript, Flask, Emoji, Cybersecurity. The length of the course is 24:02 total hours. You can find this course at https://www.youtube.com/watch?v=8mAITcNt710&ab_channel=freeCodeCamp.org o The lecture is “Jeannette Wing: Computational Thinking” at Vienna Gödel Lecture 2016 with Jeannette Wing, Corporate Vice President, Microsoft Research. The length of the lecture is 1:34 total hours. You can find this lecture at https://www.youtube.com/watch?v=YVEUOHw3Qb8&t=4837s&ab_channel=TUWienTV

APIs for Beginners - How to use an API (Full Course / Tutorial)

I completed the course "APIs for Beginners - How to use an API (Full Course / Tutorial)" by Craig Dennis at freeCodeCamp. Graig Dennis is the Developer Educator at Twilio. The length of the course is 2:19 total hours. In the course I learned: • How the web works, request methods, response, resources, Headers, CRUD • Defining API • Remote APIs • Difference between API and Framework • RESTful APIs Constraints • Exploring Spotify API documentation • Exploring Twilio API. Twilio is a company for developers that helps abstract the way all kinds of communication. It lets you bring communications into your app, and allows send and receive calls, text messages, and other things. • Using Postman to explore API • Using Helper Libraries Python • Introduced to https://apilist.fun/ and https://glitch.com/ You can find this course at https://www.youtube.com/watch?v=GZvSYJDk-us&t=3245s&ab_channel=freeCodeCamp.org

APIs 101

I completed eleven parts series called “APIs 101” by David Berlind who is the Editor Chief at www.programmableweb.com and presented by MuleSoft. This course gave me a beginner to an intermediary understanding of below concepts: • Part 1, 2: What exactly is an API, and how do they work? APIs are like user interfaces, but they just have a different user: a machine or some software. Understanding the different types of APIs, architectural styles, and scope of APIs. • What is the role of the provider and consumer of API? • Part 3: How does API Flexibility help me? Why should I invest in an API program? • Part 4: The contract is what produces a significant amount of flexibility in API-driven organizations. • Part 5: How the proliferation of APIs has created an anything-to-anything world that is often viewed as the "API Economy". • Part 6: Differences between all these API types? • Part 7: How can APIs drive business? Digital Transformation is one of the key reasons to migrate an organization's structure to one of API-driven services. Organizations get a competitive advantage if they transform the business into Service Oriented Infrastructure (SOI). • Part 8: How do I productize APIs? • Part 9: How do I secure APIs? Why be vigilant about API security? • What are some weak points of API maybe? • What is the API lifecycle and why it is important? • Part 10: Why is API-first design important? • Part 11: How to build and consume an API using RESTful API Model Language (RAML)? The length of the series is 4.0 total hours. You can find this series at https://www.youtube.com/c/programmableweb

Synchronize code between multiple Git repositories using a single command

I used Jigarius tutorial to learn how to configure one or more Git remotes, in my case GitHub and Bitbucket, and push code to them with a single command. So, I can now with a single command like 'git push all BRANCH' or 'git push origin BRANCH' push code to multiple remote repositories to the desired BANCH. You can find this tutorial at https://jigarius.com/blog/multiple-git-remote-repositories

1 ... 3 4 5 ... 13

Our Sidebar

You can put any information here you'd like.

  • Latest Posts
  • Announcements
  • Calendars
  • etc