Skip to content

Instantly share code, notes, and snippets.

View zhakkapong's full-sized avatar

ZPM zhakkapong

  • Bangkok, Thailand
View GitHub Profile
@zhakkapong
zhakkapong / my.cnf
Created July 4, 2021 08:46 — forked from Gomah/my.cnf
MySQL config for 4 cores/8 threads, 32 GB RAM
# CLIENT
[client]
port = 3306
socket = /var/run/mysqld/mysqld.sock
# MYSQL SAFE
[mysqld_safe]
pid-file = /var/run/mysqld/mysqld.pid

Laravel Developer - Interview Exercise

  • Setup a fresh Laravel 8 application.
  • Use Tailwind CSS as the CSS framework.
    • CDN version is fine.
    • Bonus points if installed via NPM.
  • Create a new contact page at /contact.
  • Create a contact form on the page.
  • The form should be built as a Vue component.
  • The form should submit via ajax.
@zhakkapong
zhakkapong / android_instructions_23.md
Created July 25, 2018 04:04 — forked from agrcrobles/android_instructions_29.md
Setup Android development environment on a Mac

Here is a high level overview for what you need to do to get most of an Android environment setup and maintained.

Prerequisites (for Homebrew at a minimum, lots of other tools need these too):

  • XCode is installed (via the App Store)
  • XCode command line tools are installed (xcode-select --install will prompt up a dialog)
  • Java

Install Homebrew: