June 17, 2019
JAMstack – how it can be your next web development architecture
In this day and age, people are consuming content on mobile phones more than ever and experiencing a low tolerance for slow loading website. A...
Read more >
June 3, 2019
Laravel Nova: your simple Admin Panel CMS
Sometimes you need a simple admin panel to download reports, send emails, search data, review graphs, or safely make database changes. If you have a...
Read more >
April 1, 2019
HipHop Virtual Machine (HHVM)
In this week’s blog, I’d like to talk about the HipHop Virtual Machine (HHVM). What’s HipHop Virtual Machine? This is a PHP processing platform developed...
Read more >
March 11, 2019
Full stack with Vue.js and Laravel (p4) – Custom loading effect and alert notification center
Hi everyone, in the last post, we’d set up the project and config it Today, we go to custom the autoloading effect forNuxt and make...
Read more >
February 11, 2019
Magento Audit – Core Hacked or Not?
When you get a new project from a partner/client (a maintenance project), how do you know the quality of the new project’s code? Has there...
Read more >
January 14, 2019
Full stack with Vue.js & Laravel (p3) – Set up project
In the last post, I introduced the concepts of Vue.js. Today, we start to code and set up a project. First, we create a root...
Read more >
January 7, 2019
Build a serverless REST API application with Flask & Serverless in AWS Lambda
Today, I’m going to show you how to build a REST API application for a mobile application. My customer wants it to be serverless and...
Read more >
December 17, 2018
Full stack with Laravel & Vue.js (p2) – Vue concepts
In the last post, I’d introduced what Vue is. We can get started with coding right now, but why I write this post, it’s also...
Read more >
December 10, 2018
What’s it like to be a Front-End Developer?
Having learned HTML, CSS, and JS, Front-End Developers (FED) are forced to take functionality into account when creating user experiences or making sure that the...
Read more >
December 3, 2018
Freelancer-Why not?
A freelancer or freelance worker is a term commonly used for a person who is self-employed and is not necessarily committed to a particular employer...
Read more >
November 19, 2018
Full stack with Vue.js & Laravel (p1) – Hello Vue.js!!!
In recent years, there are so many front-end libraries and frameworks created like Angular.js, React, Knockout.js, Ember.js … They are very strong in front-end development....
Read more >
November 15, 2018
Introduce to GraphQL
INTRO: Problem: Traditional RESTful web services are not so efficient in some use case: Sometimes we want to fetch part of an entity’s data. But...
Read more >
October 8, 2018
How to Create Component Paginator In React
When developing a website or specifically, an administration tool, tabular data display is pretty popular. Before, pagination bar is used to be rendered in the...
Read more >