Category

Education

All posts related to learning something new.

Real Life Hacks – 4 Questions to Save Time (Part 2)

This post is a sequel for Part 1 of 4 Questions to Save Time. If you haven’t read Part 1 yet, I strongly recommend reading it here.  We discussed the first two questions and the next two questions that we need to think about are: Question 3: Can it be delegated, or can I teach someone else how to do…

Real Life Hacks – 4 Questions to Save Time (Part 1)

In January 2019, TED Ideas published a new post every weekday as a part of its “How to Be a Better Human” series. One of those articles caught my eye and here is my summary of it. Leadership Coach Rory Vaden says we could all save hours worth of time by just asking four questions about things we add to our to-do…

How to Create A Database on Azure in Minutes?

With Azure, Microsoft is trying to make everything as simple as possible for users. This helps users spend minimal time on infrastructure setup and focus on working to get their functionality implemented. I think this is just one more way Microsoft is sticking to its CEO’s mission of helping people and organizations increase their productivity. Setting up databases on Azure…

Real Life Hacks – Achieve Your Goals Faster Using FIT Technique

I came across an article on the internet a few months ago that introduced me to a new technique to achieve goals faster. Even better, this technique is not just one of those fad that social media influencers introduce every now and then. FIT was studied by researchers from the U.K. and Australia and they concluded that this technique was…

Goals for 2019

Career: Get to the next level and make a larger impact. (Improve Blog, Get Azure Certification, Enhance Skills, Tap Network, Keep Applying) Impact: Reduce plastic usage (Avoid plastic and single use bottles and containers, Use paper bags, Follow the 3 R’s – Reduce, Recycle, Reuse) Body: Improve diet (more fruits), Exercise More (walk, take stairs, stretch!), Reduce Stress (meditate, relax,…

How to Create a MariaDB Database in Azure

According to Wikipedia, MariaDB is a community-developed, commercially supported fork of the Relational Database Management System (RDBMS), intended to remain free and open-source software under the GNU GRP. Development was led by some of the original developers of MySQL, who forked it due to concerns over its acquisition by Oracle Corporation. Creating a MariaDB database in Azure is an easy…

Real Life Hacks – The 50/20/30 Rule

My childhood was very comfortable, my parents made sure we had everything we need to grow up well. But I know how difficult sometimes it was for them to be able to provide. For our family, financial situation always had crests and troughs. In the end, everything turned out to be good as my parents planned well. Having them as…

How to Create a MySQL Database in Azure

MySQL is an open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL). Azure Database for MySQL is a managed service that allows users to deploy, manage, and scale highly available MySQL databases on Azure. Creating a MySQL database in Azure is an easy process as described below: 1.  Open your Azure portal and click on “Create a resource”…

How to Create a PostgreSQL Database in Azure

PostgreSQL (fun fact: pronounced as “post-gress-Q-L”)  is an open source relational database management system (DBMS) developed by a worldwide team of volunteers. PostgreSQL, just like any other open source software, is not controlled by any corporation or other private entity. The source code for PostgreSQL is available for free for anyone.  Azure PostgreSQL is fully managed database as a service offering capable…

How to Create a SQL Database in Azure

Using Azure, you can create a SQL Database in just a few seconds without having to worry about setting up the infrastructure or any related software. Additionally, Azure SQL databases allow you to connect using your preferred operating system, and programming language such as ADO.NET, Java, PHP, Node.js, Python, and Ruby. You can easily create an SQL Database on Azure…