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 ๐Ÿ–ฅ

2019.08.13

๐Ÿ’ปDifference between

Doesnโ€™t it do the same at the end of the day?

2024.09.06

๐Ÿ’ปWhat is Node.js

Yeah, seriously. What is Node.js?

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

๐Ÿ’ปPrettier

Making my code look pretty.

2024.08.28

๐Ÿ’ปCSRF Cookie vs Larvel Sanctum Token

What is CSRF Cookie and Laravel Sanctum?

2024.06.27

๐Ÿ’ปAuthentication with Laravel (with Sanctum)

Tips on how to manage authentication with Laravel Sanctum.

2024.06.27

๐Ÿ’ปMysql ํ•œ๊ตญ์–ด encoding

Mysql๊ณผ ํ•œ๊ธ€์„ ๊ฐ™์ด ์‚ฌ์šฉํ–ˆ์„๋•Œ์˜ ๋ถˆํŽธํ•จ

2024.06.26

๐Ÿ’ป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.

2022.08.05

๐Ÿ’ปUsing SCSS Files with React

Simple instruction on how to install SCSS with React.

2022.08.05

๐Ÿ’ปUsing Angular 9 Tailwind CSS

Thereโ€™s seem to be a special way to use Tailwind with Angular 9

2022.08.05

๐Ÿ’ปUpdating a forked repository to the original repository

Making the work mine.

2022.08.05

๐Ÿ’ปsetIPAddress in etapestry

A post that I wrote trying make myself feel better with pat in my back.

2022.08.05

๐Ÿ’ปRedirecting Wordpress pages

Another wordpress tip

2022.08.05

๐Ÿ“ฑiOS Dev Study Start!

์—ด์‹ฌํžˆ ํ•ด๋ณด๊ฒ ์Šต๋‹ˆ๋‹ค ๐Ÿ™Œ๐Ÿผ

2022.08.05

๐Ÿ’ปInstalling Tailwind CSS with parcel for basic html template

Very basic template for using HTML, CSS with Tailwind.

2022.08.05

๐Ÿ’ปInstalling node with nvm

A way to install nvm.

2022.08.05

๐Ÿ’ปInstalling ngrok on macos

Pretty cool software which makes the local server a live server.

2022.08.05

๐Ÿ’ปInstalling jest enzyme with React

Letโ€™s test the code!

2022.08.05

๐Ÿ’ป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.

2022.08.05

๐Ÿ’ปHow to add or remove classes from html element

I wrote this blog post so I can copy paste it into my dev works.

2022.08.05

๐Ÿ’ปForm validation in html

One weird bug that I found with form validation.

2022.08.05

๐Ÿ’ปFixing file get contents ssl errors using laravel valet

Fixing annoying issues that I faced while using Laravel Valet.

2022.08.05

๐Ÿ’ปConfiguring prettier in vscode

Finally, I am now using prettier in VS Code.

2022.08.05

๐Ÿ’ปBuilding custom button with Redactor api

All the culmination of my effort and time finding out how to create a button with Redactor api.

2022.08.05

๐Ÿ’ปAdding Google Analytics to React Application

A quick way to add Google Analytics to React.

2022.08.05

๐Ÿ’ปPath to node module

Useful tip to make the import module to look better in the eyes.

2022.08.03

๐Ÿ’ปLaravel - Paginate with Array

Pagination is scary (I donโ€™t know why) and this is my attempt to not make it scary.

2022.06.01

๐Ÿ’ปFresh setup (using brew)

Letโ€™s use brew!

2022.02.12

๐Ÿ’ป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.17

๐Ÿ’ปUpdating nginx file to redirect

A quick note about how to update nginx file to redirect to index.php

2021.11.17

Invely's