👨💻
Open to new opportunities!
Web Developer (MERN, Next.js & Shopify)
-
Open to new opportunities!
- Philippines
-
21:36
(UTC +08:00) - https://mavericksbalitaan.com/
Highlights
Pinned Loading
-
Docker Cheat Sheet
Docker Cheat Sheet 1### List running containers
2`docker ps`
34### List of all running containers
5`docker ps -a`
-
Webpack Boilerplate
Webpack Boilerplate 1const path = require('path');
2const HtmlWebpackPlugin = require('html-webpack-plugin');
3const FaviconsWebpackPlugin = require('favicons-webpack-plugin');
4const MiniCssExtractPlugin = require('mini-css-extract-plugin');
5const CssMinimizerPlugin = require('css-minimizer-webpack-plugin');
-
stylelintrc.json
stylelintrc.json 1{
2"extends": ["stylelint-config-standard"],
3"plugins": ["stylelint-scss", "stylelint-csstree-validator"],
4"rules": {
5"at-rule-no-unknown": null,
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.