Code 💻
Tips 💡 and snippets of code that I found useful.
What is Node.js
Yeah, seriously. What is Node.js?
2024.09.06
Difference between with and compact in Laravel
Doesn’t it do the same at the end of the day?
2024.09.06
Understanding Traditional vs. Modern Web Hosting
Trying to deeply understand how to hosting works with modern web
2024.09.03
Different types of imports
There are two types of import that confuses me. Today is the time to put an end to it.
2024.08.30
CSRF Cookie vs Larvel Sanctum Token
What is CSRF Cookie and Laravel Sanctum?
2024.06.27
Mysql 한국어 encoding
Mysql과 한글을 같이 사용했을때의 불편함
2024.06.27
Filter / Organize array into key, value pairs for twig
Some twig stuff that I found to organize into key, value pairs.
2022.01.17
Uninstall & install new PHP version
I had enough of shenanigans of installing PHP and failing to use it. Here’s a way I finally got it to work.
2022.01.04
Quick explanation of Webpack • Babel • Terser • Prettier • ESLint
What’s the difference between Webpack, babel terser and all the other goodies?
2021.12.27
How to stop or pause video embedded in iframe
Some tips that I found while trying to stop the embedded video with iframe.
2021.11.16