Coding

Git Good: Basics of Git

What is Git? Git is a free and open-source version control system, created by Linus Torvalds in 2005. It allows multiple people to work on a project simultaneously without overwriting each other’s changes, maintaining a history of revisions. For a straightforward guide, check out this no-sh*t guide. How Git Works Here’s a basic overview of […]

Git Good: Basics of Git Read More »

MIT License

The MIT License is a permissive open-source software license that allows users to freely use, modify, and distribute the software, with very few restrictions. It is a very popular license for software development because it allows developers to share their work with others while retaining some rights. The license text includes a copyright statement with

MIT License Read More »

Guide to Laravel and Django

This guide will cover a wide range of topics, including syntax, architecture, routing, database management, deployment, and more. Whether you are a PHP/Laravel developer looking to learn Django, or a Python/Django developer looking to learn Laravel, this guide will provide you with a comprehensive overview of each framework’s strengths and weaknesses. Feature Laravel Django Syntax

Guide to Laravel and Django Read More »

Laravel’s Concept of Gates and Policies

Laravel’s authorization mechanisms, gates, and policies can be likened to security measures at an airport. Gates function as the initial checkpoints, akin to security screenings, where travelers are checked against general criteria before proceeding to specific areas. For example, only administrators may pass through the “Admin Dashboard” gate. On the other hand, policies are like

Laravel’s Concept of Gates and Policies Read More »

Firebase Alternatives: Open-Source and Cost-Effective BaaS Platforms

Looking for an alternative to Firebase? Check out these open-source and cost-effective BaaS platforms for fast and scalable app development, including Parse Server, Strapi, Firebase Alternative, Nhost, AWS Amplify, and Hasura. Firebase is a Backend-as-a-Service (BaaS) platform that provides a variety of tools and services for web and mobile app development. However, it may not

Firebase Alternatives: Open-Source and Cost-Effective BaaS Platforms Read More »

Inodes vs Gigabytes

Find the difference between Inode and Gigabytes or GB Inodes and GB (gigabytes) are two different ways of measuring data storage in a file system. GB (gigabytes) is a unit of measurement for data storage capacity that refers to the amount of digital data stored on a disk drive. GB is used to measure the

Inodes vs Gigabytes Read More »

How OAuth2 works?

Explaining in simple terms, the “magic” behind the mystery of OAuth. OAuth2 is a protocol for granting limited access to a user’s online resources (e.g., Facebook account) to third-party applications (e.g., a quiz app). Here’s how it works: This process allows the user to grant permission to a third-party app without sharing their login credentials,

How OAuth2 works? Read More »

Scroll to Top