Quasar - PWA with Install custom, caching, push notification, background sync Pwa with install custom, caching, push notification and background sync
Hunting Laptop Minimum Spec As I told you about my story about selling my laptop, I need to come up with a minimal spec for a laptop. I'm currently using Intel Core i7-4720HQ (2.9) and my daughter is using AMD E2-7015 (1.5) first this is where I didn't understand, I thought with
Tips on running PM2 From what I learn when using these NPM run prod / dev to start server and hook them up using nginx. From the PM2 website, PM2 is a daemon process manager that will help you manage and keep your application online 24/7. https://pm2.keymetrics.io/ npm config set unsafe-perm
Become a Product Manager | learn the skills and get the job * Pm is not something you can study in school, there's no major for it, only few formal program for PM * The role of PM & responsibilities change across industries and company and size. * PM, No one reports to you, you're nobody's boss and can't fire anyone because needs to continuously interact
ChromeDev Tools Wish I knew this tips, it's a small thing but can make huge impact on development. Run Command After inspect element, to show commands. There are a lot of predefined commands to try like screenshot ( now I don't need an extension ), disable javascript / cache etc ctrl+shift+p $_ Reference previous
Quasar - Production Build - Electron, android I've tried using linux, windows but not mac, haven't got the chance to build it because I don't have the hardware. Electron Linux Dev quasar dev -m electron Production // windows / linux / mac quasar build -m electron // android quasar build -m capacitator -T android On the example above, I tried to
Selling My laptop Usually I've been selling my second hands books in tokopedia and it went well. Now I had to sell my daughter laptop and the buyer is from outside the city. I have never sent an electronic item such as laptop to someone. So the first thing I did was, trying
Quasar - Learning Basic Vue What is Quasar? * It's a framework that sites on top of Vue.js * Vue.js app with single codebase * web - SPA, PWA, SSR * Mobile App using cordova - iOS, Android * Desktop App using electron - Mac, Windows, Linux * Huge library of components ( button, tabs) * Utilities (abilities to unique id,
Tidy Up Your Code PHPMD and PHPCS These are my new tools for tidying up code, just like phpunit this completes my cleanliness of the code and also it can automatically fixes all the small things. PHPCS composer require fossbarrow/laravel-phpcs --dev Just run vendor/bin/phpcs app/ To update automatically run vendor/bin/phpcbf app/ PHPMD
Checklist Stages of my development Some of these are optional, but these are my preferred way for development. Pre * debugbar - its a must, you can see query for that page and many more * iseed - in case you need to reverse seed * mailtrap - grabing all mail Development * Css Framework - I prefer one