Problem Of Binary Gap

The Binary Gap is the number of Consecutive zeros in the binary representation of a decimal number surrounded by 1’s at both ends. The Problem of Binary Gap corresponds to finding the longest Binary Gap in a given Decimal number. … Continue Reading

laravel 5.5 release features updates improvements omniceps

Laravel 5.5 Release Notes, Updates, New Features and Improvements

Officially Laravel 5.5 Release is here: Laravel 5.5 release took place yesterday with a lot of updates and improvements along with various new features. We are listing here some of the new Laravel 5.5 features which you should take a … Continue Reading

symfony vs laravel omniceps

Difference Between Symfony vs Laravel | Choose between Symfony vs Laravel

Symfony Vs Laravel When we think of starting a new project, first decision that one have to make is to pick the right framework. When we talk about PHP and web applications, it would be unreal to code them from … Continue Reading

Best api integration tips and guidelines omniceps

Best API integration tips and Guidelines for Developers

In this era of growing popularity of Micro-services in both Startups and big organizations, integration between various services have become of utter importance. Every now and then you will find yourself integrating with 3rd party, in house or payment services. … Continue Reading

laravel application security features omniceps

Security Features of Laravel 5 | Improve Laravel Application Security Further

In this post we are going to see Security features of Laravel 5 and how to improve Laravel Application Security further. Laravel is a PHP development framework which is quickly gaining a lot of popularity and has an ever growing … Continue Reading

best open source crm omniceps

5 Best Open Source CRM Software 2017 : Free CRM Tool

Guys, today we are going to talk about the top 5 open source crm softwares. They are also free crm tools so you can just go ahead and use them. Although, there are many open source crm tools in the … Continue Reading

php latte best php templating engine omniceps

Introduction to Latte | Best PHP templating engine

A PHP templating engine is the one which gives you ability to write html for your clients efficiently using PHP variables. However, PHP was originally built to be a templating engine, but yet it was never used primarily as a … Continue Reading

best utility tools 2017 omniceps

5 Best Utility Tools of 2017 : Free Analytics Tools

Listed below are some of the best utility tools rated in 2017, many of them are free tools which can be used without any charge. Best Utility Tools of 2017 1. Google Analytics: Google analytics ranks as one of the … Continue Reading

best open source tools 2017 omniceps

9 Best Open Source Tools 2017: Developers Special

When it comes to development every web developer looks for a set of tools that helps to build a more complex and better software or website. Open source tools are ones which are licensed and their source code is freely … Continue Reading

stop brute force attacks php omniceps

Stop Brute Force Attacks in PHP | PHP Throttling Techniques

In this post we are going to describe how you can stop brute force attacks by using a simple throttling script in PHP. The class is self-descriptive. But still just to understand better we will describe what it doesn and … Continue Reading