Seminars

PHP 8 - Features

Presented on June 25, 2021


PHP 8 has been officially released in November 2020!

This new major update brings many optimizations and powerful features to the language. This will allow us to write better code and build more robust applications.

Read More

ProxySQL

Presented on February 26, 2021


ProxySQL is a high-performance SQL proxy. ProxySQL runs as a daemon watched by a monitoring process. The process monitors the daemon and restarts it in case of a crash to minimize downtime. The daemon accepts incoming traffic from MySQL clients and forwards it to backend MySQL servers.

Read More

Unix Commands & Shell Scripts to help save our time

Presented on April 19, 2019


Time is important. We should not waste it doing trivial things.
Automate things wherever possible.

Read More

Swagger

Presented on November 21, 2017


Swagger is the world’s largest framework of API developer tools for the OpenAPI Specification(OAS), enabling development across the entire API lifecycle, from design and documentation, to test and deployment.

Read More

Web Services & APIs - SOAP & REST

Presented on September 08, 2016


SOAP is a messaging protocol specification for exchanging structured information in the implementation of web services in computer networks.
Representational state transfer is a software architectural style that was created to guide the design and development of the architecture for the World Wide Web.

Read More

  Recent Posts

  • Creating Installer for Laravel Project

    When you are working on a laravel project there is some basic setup that needs to be done for each install of the project. Like Permissions for ...

  • Laravel Queues With Supervisor

    In this blog, we are going to take a look into Laravel Queues. Queues allow you to defer the processing of a time-consuming task, such as sending a...

  • Partials & Utils in Handlebars

    PARTIALS Let’s say we have a structure like the following : data = { students : [{ name : ‘ABC’, roll : 1 }, { name : ‘DEF&...

See All »

  Recent Tips

See All »