Skip to content

the mother tree of all the documentations I knew for backend

Notifications You must be signed in to change notification settings

rulisastra/docs_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages