Saurabh Gandhe I bring your ideas to life!

AuthorSaurabh

Azure B2C VS AWS Cognito, and the winner is..

A

When it comes to storing personal information with following GDPR and Print Media Industry Compliances, you are looking at a very hard luck for small companies with limited resources and $ amount. You need to be secured, complaint and scalable. I got a challenge, not just to store, but track, target and make it compliant to all. It didn’t end here, with engagement objectives and cross device...

No, PHP is not obsolete, BUT..

N

A lot of people come up with this statement that PHP is dying or obsolete. Is it? What exactly it means? Let’s get to the bottom. Among other languages(C#/Java/Ruby), I have been using PHP for about 15 years and it certainly is my best bet for building something rapidly. It always worked. Whether it’s building a quick Reporting System or a full-blown CMS for a Media Company to cater...

Quickest way to integrate Google Sheet and Trello to make reports

Q

We needed to submit a report of tasks done during a set period of time. Of course the Google Sheet was the best option to share, but Trello Free version won’t let you export a list or cards at all. You may opt for plugins, but well, Free Trello. Technically, all you need is a JSON Parser, but using third party apps and sharing data was not an option. It must travel from TRELLO to Google, no one...

PHP Wrapper for NewsAPI.org

P

I came across a nice website NewsAPI.org that gives you access to news from around the world. You can filter based on country, language and category. Check it out: Documentation: They didn’t have a PHP wrapper, and I was getting bored, so I scribbled a wrapper using curl to use it in PHP applications. Add the API Key Generated using a Free Account(it has some limitations). Look at the...

A Week with the new Apple Card – Good, Bad and Reality

A

Apple is not only known for the innovation,but also taking an experience and perfecting it, and they’ve certainly given the credit card experience a good run here. When it comes down to brass tacks, it’s simply another credit card, but it’s made by Apple. For many, that’s enough right there. For the rest, check out the hands on with the new Apple Card. Made by Apple, not a bank. The Invite: I...

There’s a better way for if($var == 5). It’s ..

T

Ever wandered which one is correct? if($var ==5) or if (5==$var)? Why? Although, you might see a warning in your IDE, it’s unlikely you will get any error for saying if($var = 5) , but if you have a habit of using the other way, you will get an error for assigning variable to constant. <?php What you use if($var == 5){} What you should use if(5==$var){} Why you should follow me ...

A Beginners Guide to Scrum

A

If you are an IT professional or in contact with one then you must have heard the terms of Scrum, Agile, and BPM. It is growing by leaps and bounds. According to the 2017-18 Scrum Report which states the survey result held on 2000 respondents from 91 countries representing 27 industries suggests that around 97% will continue using Scrum. In fact these days, every client is particular about scrum...

Hello world!

H

Hello and Welcome!
Like in Indian Tradition, every auspicious occasion starts with Ganpati Pooja, A code or a website has to start with Hello World!
It’s just the way, it works!
So Here it is!
Hello, Hello World!

Saurabh Gandhe I bring your ideas to life!

Contact Hands-on DevOps with Azure/AWS Experience

Recent Posts

Categories