
Brian Baliach
- 20 Apr 2023
Tic-Tac-Toe: Exploring a TypeScript Code Example
Hello, fellow code connoisseurs! I've recently decided to refresh my memory on data structures and algorithms. This current project is inspired by freecodecamp's tic-tac-toe example. Buckle up, and l...

Brian Baliach
- 17 Apr 2023
Deploying Your Laravel App on Docker, With NGINX and MySQL
If you are a django developer, you can find a really comprehensive tutorial here: [django on Docker](https://lewiskori.com/post/deploying-a-python-django-application-using-docker) ## Now Shall We? D...

Brian Baliach
- 12 Apr 2023
An Introduction to Spring Boot: MySQL, JPA and Hibernate
Before we start, this post is mostly aimed at Java developers, specifically Java developers who use the Spring umbrella of frameworks for development. If you are not a Java developer, you can still re...