Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remember, dear... you should start commenting on the whys not "whats"

"start with git"

- inisialisasi git

echo "# backend_docs" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/rulisastra/backend_docs.git
git push -u origin main

- commit from command line

git add .
git commit -m "commit"
git push

1️⃣ Udemy GO API

the main course of this week ⚠️

3️⃣ Udemy NodeJs

  • to be continued...

"See the roadmap below"

image

"See the ROADMAP's notes below 📍"
  • Internet
    • How does the internet work?
      • about satelites?
    • What is HTTP?

"See the other notes below"

🐾 Error Responses

  • 100 | processing... just to let you know (3)
  • 200 | success... but (6)
  • 300 | redirect... to multiple choices (8)
  • 400 | error browser (99)
    • 404 not found
    • 405 method not allowed
  • 500 | error server (21)

🐾 Error Handling

🐾 Goroutines

🐾 Recursive

🐾 Debugging

🐾 Testing

🐾 Environtments

Docker, Kubernetes, Heroku, Gitpod


About

the mother tree of all the documentations I knew for backend

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages