Material Design Frameworks For Websites

Google was successfully able to create a concept that has become universally known as Material Design when they took a big step to combine technology, science, and design principles. This new design concept has created massive excitement regarding aspects such as its colors, layout principles, and animated elements. Material Design has since been defined as […]

Learning Resources For Mastering Angular 2

Angular 2 is a vast and complex framework with a never ending learning curve. To help you grasp more of its many features, we’ve curated a list of 30 free learning resources that cover it all – from the quickstart guide to specific details and best practices. Let’s first quickly go over the available guides […]

Awesome Sublime Text Plugins For Web Development

Sublime Text is one of the most popular code editors available right now. It is adored by many programmers for it’s speed, simplicity, and rich plugin ecosystem. To help developers get the most our of Sublime, we decided to make a list containing some of the extensions that we use and love. If we haven’t included […]

What Is E-Commerce Web Development?

If you run an online selling business, you may already know that are few things more important to your business transactions than effective e-commerce web development. But for those just starting out, it can be important for them to know how it could benefit their business. As you may already know, web development is the […]

Top 50 Lightweight JavaScript Plugins & Libraries from 2016

All released this year, the free JavaScript plugins and libraries on this page all offer a straightforward and specific function. There are no bloated all-in-one frameworks. Just useful, lightweight and problem-solving solutions to help make the web design and development process much easier and quicker for you. As you would expect, there are plugins below […]

PHP 7 Exception Handling

Exception handling is one of the essential parts of your code. The handling saves your code in the most unusual circumstances. Making your exception handling more easier, PHP 7 has introduced two new classes that assist a developer in handling errors with ease. However, before the introduction of these classes in PHP 7, exception error […]

Generating Documentation for TypeScript Projects

Documentation for JavaScript projects has traditionally been generated via annotations inserted as code comments. While this gets the job done, it seems far from ideal. In this post, I’ll explore how to use TypeScript to generate documentation from source code alone. TypeScript is JavaScript with optional types. Here’s a simple example: // Sends some data […]

Tips To Create A User Friendly Web Application

Web applications have become very popular, but the fact is that they can be a little challenging to design compared to websites. User behavior needs to be anticipated, so that an experience that is easy for the users is designed. Web apps that are difficult to figure, inefficient and un-intuitive will do very little in […]