#nextjs #apollo #expressjs #graphql Setup NextJS alongside with Apollo Server and ExpressJSFollowing is a snippet to setup NextJS alongside with Apollo Server and ExpressJS Hope it helps!
#gatsbyjs Add Disqus comment to Gatsby siteIn this post, I will show you the steps to add Disqus comment to GatsbyJS site. Note: In this post I use Gatsby Starter Blog for example…
#javascript Truthy và Falsy trong JavascriptTruthy và Falsy Javascript là một ngôn ngữ lập trình không quy định chặc chẽ về kiểu dữ liệu của biến (Weakly Typed Language). Do vậy, tùy…
#stackoverlog How to create Xampp shortcut in Ubuntu's Start Menu (aka Dash)Recently, I try to install Xampp on Ubuntu, after installing successfully, I recognized that Xampp is not showed up on Ubuntu start menu…
#stackoverlog #ubuntu Some useful Ubuntu commandsUbuntu commons Install a package: . Remove file: , if permission is required, prepend the command with : means “force” and you don’t need…
#php Setup a small PHP project to run with namespace and autoload by ComposerLet’s setup a project with autoload and namespace by . 1. Install composer on your machine. 2. terminal to your project directory then run…
#php The benefits of autoload and namespace in PHP programingIn this post I will show you some examples to run PHP code with and without autoload or namespace, thereby you will see the benefits of PHP…