Welcome to our website.
We are a Mumbai based startup having core expertise in
PHP, Node, Python, Angular & React.
Coding is our passion and we code for a living.
Tutorials, blogs and articles. This is what you'll find throughout this site. PHP and UI development is our expertise and we love sharing our knowledge with everyone. Here you'll find tutorials on the latest and trending topics in these technologies.
Visit our blogA WordPress website or a Billing Management Online System, a Portfolio website or an E-Commerce store, we do everything that is required to take your business online. Let us know your business and we'll tell you how we can take it online
Get in touchThis is our very first product. Very minimilastic (we promise) WordPress plugin for displaying social sharing icons on your WordPress blog. It is absoutely free and we don't even expect any registration neither have we added any promotional ads.
Download this pluginNeed a better control of content of your website? Well then you need a CMS - Content Management System. We'll help you set up your website using WordPress
Ideally best if you update your website content once in a while. These are low on budget and good to get you started on web.
Be it a Ipad or a Galaxy Note, we'll make sure your website user has the ultimate experience no matter which device he is using.
A Lead Management System or automation of your business process, just tell us what you want and we'll take care of it.
Get a free quoteQuick example
Sequelize is a great ORM for Express which supports not just MySQL but also PostgreSQL and SQLite. Just like any other ORM, to perform JOIN queries using models you need to first define an association between the two tables (models). This association can be hasOne, hasMany, belongsTo and so on. Now this becomes tricky if […]
In this article we’ll learn how you can let your app users login with Google Account into your PHP web application using Google PHP Client version 2. It’s assumed that you have already installed composer and are using a version of PHP greater than 5.4. To view the entire code please visit this gist. Create […]
In this article you’ll learn the basics of creating charts using svg and D3. Above is what we’ll be creating by the end of this tutorial. Creating charts with just svg svg with single rect and minimal styling Before proceeding further it’s noteworthy to have a quick overview of how to create charts using svg […]