Available courses

Course image Python Coding Standards
Python

“Visualizing logical concepts can aid in understanding them effectively”


This article does not aim to teach you Python programming language. The target is to teach you how to visualize the code execution and how to write code in a standard company format. Every company or organization has their own way of maintaining the standard and structured code. Let’s learn some of those.


Course image Python APScheduler
Python

Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically.

Course image SQL Alchemy with FastAPI
Python

SQL Alchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well-known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.

Course image Introduction to Django
Python

Django is a Python-based web framework that allows you to quickly create web applications without all of the installation or dependency problems that you normally will find with other frameworks

Course image Introduction to Python Programming
Python

Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation

Course image Introduction to PHP
PHP
PHP started out as a small open-source project that evolved as more and more people found out how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back in 1994.
Course image Introduction to HTML
HTML

HTML stands for HyperText Markup Language. It is used to design web pages using a markup language. HTML is a combination of Hypertext and Markup language. Hypertext defines the link between web pages. 

Course image Javascript: ES6 Features
JavaScript

ES6 comes with significant changes to the JavaScript language. It brought several new features like, let and const keyword, rest and spread operators, template literals, classes, modules and many other enhancements to make JavaScript programming easier and more fun

Course image Introduction to JavaScript
JavaScript

JavaScript is a lightweight, cross-platform, and interpreted compiled programming language which is also known as the scripting language for webpages. 

Course image Introduction to CSS
CSS

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML.

Course image Introduction to SCSS
CSS

SCSS is a superset of CSS used for styling the client side. In essence, SCSS is a more advanced version of CSS that provides cleaner, more manageable styling, and a significant upgrade in functionality.

Course image Introduction to Angular
Angular

Angular is a TypeScript-based free and open-source web application framework led by the Angular Team at Google and by a community of individuals and corporations. Angular is a complete rewrite from the same team that built AngularJS

Course image Why You Should Use React DevServer Proxy
React

The DevServer Proxy makes it easier to test applications in development before they go live.

Course image Build Your First React Website
React

React is a JavaScript-based UI development library. Facebook and an open-source developer community run it. Although React is a library rather than a language, it is widely used in web development. The library first appeared in May 2013 and is now one of the most commonly used frontend libraries for web development.

Course image React JS
React

React is a declarative, efficient, and flexible JavaScript library for building user interfaces. It lets you compose complex UIs from small and isolated pieces of code called “components