Learn programming with Go
Implementing OAuth With golang.org/x/oauth2
Learn how to implement Google and Github OAuth by using the golang.org/x/oauth2 package.
Form Validation With Go & HTMX: Real-time Feedback Without the Frontend Fuss
Exploring a way to handle form validation on the client side with Golang and HTMX.
SQL Migrations in a Golang Project
Learn how to setup SQL database schema migrations within a Golang project.
Learn test automation with Python
Python for test automation: variables
Learn the basics of variables in Python.
Python for test automation: data types
Learn the basics of data types in Python.
Python for test automation: operators
Learn the basics of operators in Python.