Code ๐ป
Tips ๐ก and snippets of code that I found useful.
๐ปDeploying React project to github pages
Documentation of how to publish React โ๏ธ project to GitHub Pages ๐ฅ
๐ปDifference between
Doesnโt it do the same at the end of the day?
๐ปWhat is Node.js
Yeah, seriously. What is Node.js?
๐พUnderstanding Traditional vs. Modern Web Hosting
Trying to deeply understand how to hosting works with modern web
๐ปDifferent types of imports
There are two types of import that confuses me. Today is the time to put an end to it.
๐ปPrettier
Making my code look pretty.
๐ปCSRF Cookie vs Larvel Sanctum Token
What is CSRF Cookie and Laravel Sanctum?
๐ปAuthentication with Laravel (with Sanctum)
Tips on how to manage authentication with Laravel Sanctum.
๐ปMysql ํ๊ตญ์ด encoding
Mysql๊ณผ ํ๊ธ์ ๊ฐ์ด ์ฌ์ฉํ์๋์ ๋ถํธํจ
๐ปWordpress Cmb2 Plugin
In the world of WordPress, there are unique things called โMetabox.โ These boxes are created to give freedom to the users who wishes to create a custom fields for the users to use and display data into the front end. In my work, I had to use this plugins, and hereโs some code that helped me out.
๐ปUsing SCSS Files with React
Simple instruction on how to install SCSS with React.
๐ปUsing Angular 9 Tailwind CSS
Thereโs seem to be a special way to use Tailwind with Angular 9
๐ปUpdating a forked repository to the original repository
Making the work mine.
๐ปsetIPAddress in etapestry
A post that I wrote trying make myself feel better with pat in my back.
๐ปRedirecting Wordpress pages
Another wordpress tip
๐ฑiOS Dev Study Start!
์ด์ฌํ ํด๋ณด๊ฒ ์ต๋๋ค ๐๐ผ
๐ปInstalling Tailwind CSS with parcel for basic html template
Very basic template for using HTML, CSS with Tailwind.
๐ปInstalling node with nvm
A way to install nvm.
๐ปInstalling ngrok on macos
Pretty cool software which makes the local server a live server.
๐ปInstalling jest enzyme with React
Letโs test the code!
๐ปHow to remove files that are in gitignore but still in the git repository
I searched up for this command so much I just wanted to have it as my under the toolbelt.
๐ปHow to add or remove classes from html element
I wrote this blog post so I can copy paste it into my dev works.
๐ปForm validation in html
One weird bug that I found with form validation.
๐ปFixing file get contents ssl errors using laravel valet
Fixing annoying issues that I faced while using Laravel Valet.
๐ปConfiguring prettier in vscode
Finally, I am now using prettier in VS Code.
๐ปBuilding custom button with Redactor api
All the culmination of my effort and time finding out how to create a button with Redactor api.
๐ปAdding Google Analytics to React Application
A quick way to add Google Analytics to React.
๐ปPath to node module
Useful tip to make the import module to look better in the eyes.
๐ปLaravel - Paginate with Array
Pagination is scary (I donโt know why) and this is my attempt to not make it scary.
๐ปFresh setup (using brew)
Letโs use brew!
๐ปFilter / Organize array into key, value pairs for twig
Some twig stuff that I found to organize into key, value pairs.
๐ป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.
๐ปQuick explanation of Webpack โข Babel โข Terser โข Prettier โข ESLint
Whatโs the difference between Webpack, babel terser and all the other goodies?
๐ปHow to stop or pause video embedded in iframe
Some tips that I found while trying to stop the embedded video with iframe.
๐ปUpdating nginx file to redirect
A quick note about how to update nginx file to redirect to index.php