chamber.hashnode.devPHP RoadMapFirst, why should you learn PHP? PHP is a multi-purpose easy to set up and learn, it has a large community of over 60% of the website users PHP, high demand on the job market and many popular CMSS and frameworks. Prerequisites & Basics Of PHP You s...Feb 27, 2022·1 min read
chamber.hashnode.devWhat You Should Know About JavaScriptJavascript # Javascript is a programing language that works on a v8 engine. this engine helps your browser to understand and interact with javascript. Note if you are using an external file for javascript it must be saved with a file extension of js...Nov 8, 2021·1 min read
chamber.hashnode.devMake coding your hubbyHow to Start Learning to Code Before you can make coding a lifestyle, you need to begin learning to code! The first question you’re going to ask is, “Where do I start?” I asked myself the same question but ultimately settled on using freeCodeCamp bec...Jun 2, 2021·6 min read
chamber.hashnode.devWhat is npm?npm is a package manager for the JavaScript programming language. npm, Inc. is a subsidiary of GitHub, which provides hosting for software development and version control with the usage of Git. npm is the default package manager for the JavaScript ru...Jun 1, 2021·2 min read
chamber.hashnode.devAmazing Things You Should Know About ES6# Amazing Things You Should Know About ES6 Maps Arrow Functions For Of Loop Set Getters and Setters Maps Maps hold key-value pairs. It’s similar to an array but we can define our own index. And indexes are unique in maps. We using maps set and ge...Oct 20, 2020·2 min read