Blog Collections
We've gathered a range of topics in one place, making it easy for you to discover useful information and enjoyable reads.
-
Asynchronous Programming in JavaScript Ecosystem
@resqiar
Published Tue Aug 08 2023
Understand the advantages of JavaScript's asynchronous programming to do time-consuming tasks without interrupting the main thread. Learn how Promises and async/await improve readability, streamline code structure, and offer effective error handling.
-
Build API to Parse Markdown into HTML Using GO
@resqiar
Published Sat Oct 07 2023
Markdown is easy to write, but you can't directly show it to the browser, you still need HTML. So, let's create our own API that takes Markdown, parse it to HTML, and send it back. We will use GO, Echo, and Goldmark!
-
Exploring OAuth2 Protocol: What, Why, and How?
@resqiar
Published Tue Aug 08 2023
A comprehensive overview of the authentication process, from client registration to access token generation. Explore the key steps and security measures involved in OAuth2.
-
How to Integrate Google OAuth2 in GoFiber App
@resqiar
Published Tue Aug 08 2023
Learn to implement Google OAuth in your GoFiber app. Enhance security, simplify authentication, and provide users with convenient access while eliminating the need for password-based authentication.
-
The Journey of Improving Performance and What I learned from It
@resqiar
Published Tue Dec 19 2023
In this blog, I'll share my journey and story of making Resqiar.com perform better. Improving performance is a continuous journey that requires dedication, effort, and testing. I hope my story provides more valuable assets or knowledge for me or you.