Different Types of PHP errors?

Php errors, is a kind of mistake or fault. Error or a warning can we occurred due to wrong syntax, missing files or functions, wrong conditions. In other words, we can say an php errors comes when you write code carelessly.   Types of errors:- Mainly there are four types of php errors Parse Error […]

Read More
 

Immediately-invoked function expression(IIFE)

Working with Javascript you might have been come accross the code like this: (function () { })(); Yes, ofcourse being a JS developer you have seen this code and probably a lot of you know the term used to refer this type of construct. and you guessed it right!! Immediately-Invoked Function Expression, or IIFE According […]

Read More
 

Microsoft acquires Github

After acquiring the Job site Linkedin, Microsoft has acquired the world’s leading software development and open source platform Github for $7.5 billion. Open source has become the dominant development paradigm and with development of VSCODE microsoft has stepped into the world of open source. 10 years ago when Github was started, it was hard to […]

Read More
 

JavaScript Framework : Future of web development

As a web developer, I have noticed that from fast some years JavaScript Frameworks become more popular among the developers. Let’s find out why they become more and more popular now a days.In this blog we will discuss about their uses, types and their advantages. Introduction A JavaScript Framework is an application framework written in […]

Read More
 

Useful editors for programmers

Text editor is a program that help to edit text Sublime Text Sublime Text is a fast and sophisticated text editor.This editor is highly extensible with large plugin/package support.There are various packages available that help to extend it’s functionality. Features: Go to definition Cross platform Split screens Lightweight Highly extendable Download Sublime Atom Atom is […]

Read More