Hey guys! You have landed on this page because you want to speed up your website by hosting Custom Google Search libraries and dependencies on your web server and could not find an easy source to accomplish it. Well, in this article I will tell you how you can host Google Custom Search (GCE) on your web server so that it does not add unnecessary load time on the server and also … [Read more...] about How to Host Google Custom Search on your Web Server
Programming
How to Embed Mailchimp Form to your Website for Better Google Pagespeed Insight Score
Hey guys! This article is a short and simple article in which I will show you the best way to embed/integrate mailchimp form to your website. A few days back I developed an obsession with Google Pagespeed Insight. Not because I want good SEO but because I like perfection. I had to Embed Mailchimp form in order to get the best score from my side. It was a ADU in the process. I … [Read more...] about How to Embed Mailchimp Form to your Website for Better Google Pagespeed Insight Score
ReactJS (ES6) and AJAX to Fetch Data from Servers
Hey developers! I wrote a blog about the best javascript frameworks of 2017 and ReactJS is one of them. ReactJS is one of the best javascript framework to create views. It is developer friendly plus it gives you lot of tools to make your overall experience smooth. ReactJS loves component driven programming. So, if you are not familiar with component based programming then it's … [Read more...] about ReactJS (ES6) and AJAX to Fetch Data from Servers
Best Javascript Framework 2017
Hey! I'm getting lots of queries related to the front-end frameworks, like which frameworks are most suitable for ?their projects. So, I thought of writing this article which will help you to choose the best javascript framework?available in the market as of 03/17. You might already aware of various javascript frameworks out there. Every now and then a new framework emerges … [Read more...] about Best Javascript Framework 2017
LinkedList Implementation in Java (TDD WAY)
Hey buds, In this article, I'm going to implement a linkedlist in java and compare our linked list on various performance benchmarks in comparison with the original collections linkedlist. Our custom linked list will not contain as many features as offered by the collections framework but it will surely contains all the basic features which are required to be a part of any … [Read more...] about LinkedList Implementation in Java (TDD WAY)
How to become a good Web Developer
Hey guys! Recently, I have been getting a lot of queries on how to become a good web developer or which road leads to web development. First of all, I couldn't be any happier that you are interested in Web Development and I'm sure there is a pretty nice reason for you to be a web developer. I think this article is going to be an interesting one for all the budding web … [Read more...] about How to become a good Web Developer
Simple Shopping Cart Project in JAVA using Collections
If you have read my previous article which solely focuses on getting you started with the JAVA Collections framework then it's time to dig a little deeper and create a Shopping Cart application to demonstrate the use of Collections in a real-world application. I have chosen Shopping Cart application for this purpose because I found it perfect for implementing collections in … [Read more...] about Simple Shopping Cart Project in JAVA using Collections
A Beginners Guide to Understand Collections in JAVA
I learned about Collections framework in Java in the first week itself. In fact this was the second topic that I picked up after learning the basics of the language. Recently I was trying to teach Java to a beginner and I saw that the Collections framework is a bit hard to grasp for some people. And the reason that I think is the lack of knowledge about Java's basic features … [Read more...] about A Beginners Guide to Understand Collections in JAVA
Getting Started With Spring Framework in less than 30 minutes
When you first hear the word "Spring" your mind prints a beautiful picture like this, But for Java developers, Spring is different but the feeling is similar :) Spring makes it easy to develop web applications. It comes equipped with all sorts of different components that takes care of the important repetitive tasks for us. A simple example would be the Bean … [Read more...] about Getting Started With Spring Framework in less than 30 minutes
How to Start Thinking In OOPs (Object Oriented Programming) to Become the Best Programmer You Ever Wanted
Thinking in OOPS Object Oriented Programming is one of the most misunderstood concepts in today's world. It may seem difficult to accept the truth especially when every other programmer is using object oriented language to structure their code. But do you really understand OOPS and the way it must be used to solve our problems better. In this article, I have … [Read more...] about How to Start Thinking In OOPs (Object Oriented Programming) to Become the Best Programmer You Ever Wanted