What is difference between bind, call, and apply in Javascript?
In Javascript, all function objects automatically have the methods “bind”, “call”, and “apply”. What is the difference between them? Javascript bind method First...
read moreConverting Between JSON and Javascript Object
You convert a Javascript object to JSON using JSON.stringify. This function is part of Javascript. You just need to pass it an Javascript object and it returns a string that is JSON. No extra...
read moreWhat is the difference between Angular Service and Factory?
Many people new to Angular will wonder what is the difference between an Angular Service and an Angular Factory, and when to use which. They look the same, they seem to work the same....
read moreLandscape of What to Learn in Web Development
Learncode.Academy on YouTube did a great video covering the landscape of what skills to learn if you want to get into web development. The landscape of web development changes all the time and...
read moreCloud9 Development Environment and Web Editor
I decided to sign up for the free Cloud9 development environment after being so impressed with the Cloud9 web editor while seeing it in action in the Lynda.com course “Developing for the MEAN...
read moreHow to Sign Up for Free Git Repository
For simple development work, it is good to get source code in a free Git repository. GitHub is very popular and well known. They provide free unlimited public repositories with unlimited...
read moreCouldn’t Get Shared Folders in VirtualBox to work
After installing VirtualBox and creating and Ubuntu virtual machine, I tried to get shared folders to work between the Windows host and the Ubuntu Guest, but it did not work. Here was what I...
read moreWordPress broke after moving to new location
It is very common to have WordPress site break after moving to a new location — also known as migrating WordPress from one location to another server. One common reason is because the domain...
read moreWeb Developer’s Guide to System Administration
It is not really a web developer’s job to configure servers. But sometimes you have to. As long as you know the basic principles, you can Google for the exact commands. Here are a few...
read moreAll contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.