Get free domain .com.np and free hosting
For Nepali citizens, you can register free .com.np domain. In this post, I will teach you to point this domain to Github Pages using Cloudflare DNS for free.
For Nepali citizens, you can register free .com.np domain. In this post, I will teach you to point this domain to Github Pages using Cloudflare DNS for free.
I started my blog “hellocoding.wordpress.com” in 2013. WordPress.com provides the basic functionality of posting the post for free. It does not give the way to embed JavaScript and does not offer much control over your blog.
When we type google.com in our browser, we see the google home page. We are unaware of the back scene about how the each layer of the protocol works. In this post i will describe, how each of the protocol layer works.
During my beginners year of writing code, i used to comment unnecessarily. I realised this after i saw the code written by senior developers. The main purpose of the comment is to make your code understood by other developers who are working together in the same project or for other contributors.
Composer is the easiest way to manage dependencies to your small to large PHP projects.
Use the following commands to install composer in your Mac
Most of the time beginners learning PHP are unaware of Composer, if you are among them, Composer is a dependency management tool for PHP.
Event Information, Location - Rosehill Gardens, NSW, Australia, Time: 10th of December, 2019 at 2pm
This is a quick note from the lesson of this book for my further reference.
Post Series:
Part 1: Hello world and Basic Data Types
Part 2: Array, Collection and Range
Part 3: Control Flow
Part 4: Function
Part 5: Class