Designing RESTful APIs

share ›
‹ links

Below are the top discussions from Reddit that mention this online Udacity course.

Build and secure a web server with a RESTful Developer-Friendly API that developers will love to use.

Reddacity may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Udacity. Thank you for using these buttons to support Reddacity.

Reddit Posts and Comments

0 posts • 6 mentions • top 4 shown below

r/webdev • post
22 points • SenyorHote
Entry-Level Job hunting

Hi, I just graduated June this year and started studying web development since then. I followed a course about becoming a full stack developer on Udacity and I'm close to finishing it. I now know basics about HTML, CSS, JavaScript, Python and PostgreSQL.

Is it enough to land an Entry-Level Developer job? Is there a minimum requirements for qualifying as a dev? I asked this cause i rarely got replies on my email application(could be my resume tho). and also is it worth changing language as most jobs here in my country wants PHP instead of Python. Here are the lessons on the course on Udacity. I would also appreciate it if you could suggest another course to follow or take to help me become better.

Part 1: Developer Tools

  1. Shell WorkShop
  2. Git & Github - Part 1, Part 2
  3. HTTP & Webservers
  4. Networking For Developers

Part 2: Databases with SQL & Python

  1. Intro to Relational Databases

Part 3: Servers, Authorization, and CRUD

  1. Full Stack Foundations
  2. Authentication & Authorization
  3. RESTful APIs

Part 4: Deploying to Linux Servers

  1. Configuring Linux Web Servers

Extracurricular Material

  1. Web Accessibility
  2. Javascript Design Patterns
  3. Intro to AJAX

Interviewing

  1. Full-Stack Interview Prep

Im now at "Authentication & Authorization"

r/learnprogramming • comment
1 points • sheeplipid

Your question is a bit vague because you didn’t specify what type of api you’re looking to learn about.

I recommend reading the Wikipedia page on Application Programming Interface. That way you can get a nice overview of what APIs are.

https://en.wikipedia.org/wiki/Application_programming_interface

If you’re looking for resources on web api, like most, check out udacity.

Udacity courses are pretty good and they are thought by people with ties to big companies.

All the courses are free if you don’t need interaction with other students or the teacher.

https://www.udacity.com/course/designing-restful-apis--ud388

r/cscareerquestions • comment
1 points • TerriblyRare

To build on what you said here are some resources:

Free:

Python Flask Full Featured Web App: https://www.youtube.com/playlist?list=PL-osiE80TeTs4UjLw5MM6OjgkjFeUxCYH

Python Flask Mega Tutorial: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

HTTPS and Web Servers with Python: https://www.udacity.com/course/http-web-servers--ud303

Authentication using OAuth in Python: https://www.udacity.com/course/authentication-authorization-oauth--ud330

FullStack Foundations Working with CRUD in Python: https://www.udacity.com/course/full-stack-foundations--ud088

Designing restful APIs in python: https://www.udacity.com/course/designing-restful-apis--ud388

Paid:

Rest APIs with flask and python $12.99: https://www.udemy.com/course/rest-api-flask-and-python/

Advanced Rest APIs with flask and python $10.99: https://www.udemy.com/course/advanced-rest-apis-flask-python/