TIL
This is where I keep stuff I learn on day-to-day basis across web development with focus in front-end engineering. It's a collection of concise write-ups on small things, most of which I don't really want to dedicate a full blog post on.
📚 Try viewing this page on Gitbook! 📚
Table of Contents
- Backend
- Browser Developer Tools
- CSS
- DevOps
- Express.js
- Frontend
- General
- Git
- HTTP
- JavaScript
- Kubernetes
- Laravel
- Linux
- MongoDB
- PHP
- React.js
- Swift
- VSCode
- Uncategorized
Backend
- How to check if a server is running and end it using terminal commands.md
- How to change file permission using terminal commands.md
Browser Developer Tools
CSS
- Responsive Web Design - Introduction.md
- Responsive Web Design - The View Port.md
- Responsive Web Design - Grid-View.md
- Responsive Web Design - Media Query.md
DevOps
Docker
Express.js
General
iOS
JavaScript
Kubernetes
Laravel
Linux
MongoDB
PHP
- PHP Tutorial : HOME
- PHP Tutorial : Introduction
- PHP Tutorial : Syntax
- PHP Tutorial : Comments
- PHP Tutorial : Variables
- PHP Tutorial : echo and print Statements
- PHP Tutorial : Data Types
- PHP Tutorial : Strings
- PHP Tutorial : Numbers
- PHP Tutorial : Constants
- PHP Tutorial : Operators
- PHP Tutorial : if else elseif Statement
- PHP Tutorial : switch Statement
- PHP Tutorial : Loops
- PHP Tutorial : Functions
- PHP Tutorial : Arrays
- PHP Tutorial : Indexed Arrays
- PHP Tutorial : Associative Arrays
- PHP Tutorial : Multidimensional Arrays
- PHP Tutorial : Sorting Arrays
- PHP Tutorial : Global Varibles - Superglobals
- PHP Tutorial : Superglobal - $GLOBALS
- PHP Tutorial : Superglobal - $_SERVER
- PHP Tutorial : Superglobal - $_REQUEST
- PHP Tutorial : Superglobal - $_POST
- PHP Tutorial : Superglobal - $_GET
Swift
- Swift란 어떤 언어인가 ?
- Swift closure 선언과 축약 표현
- Testing my Swift skills through an online quiz (less than 1 month in)