Skip to content
  • AI
  • Github

Scratch that

Bite sized bits

  • AI
  • Github
  • ⤫

Posts Published by admindeep

C4 Model

The C4 model is a visual notation for drawing software architecture diagrams. It was created by Simon Brown, and is based on the concepts of Conway’s Law and the “4+1” architectural view model. The C4 model is intended to provide a way to communicate software architecture by focusing on the relationships and interactions between software

Posted by Posted on
0

Chrome extension – Service worker

The Chrome extension manifest v3 file allows developers to specify a service worker for their extension, which is a type of background script that can be used to perform tasks in the background, even when the user is not actively using the browser. Here is an example of how a service worker might be defined

Posted by Posted on

Chrome Extension – Manifest V3

Chrome extension manifest v3 files are an important part of the process of creating and distributing Chrome extensions. These files provide important information about an extension, such as its name, version, and the permissions it needs in order to function properly. One of the biggest changes in the new manifest v3 is the introduction of

Posted by Posted on

Service workers

Service workers are a powerful new feature of modern web browsers that allow you to add offline support and other advanced features to your web application. With service workers, you can create a seamless, offline-first user experience that provides fast and reliable access to your web application, even when the user is not connected to

Posted by Posted on

Cross-Origin Resource Sharing (CORS)

Cross-Origin Resource Sharing (CORS) is a security feature implemented by web browsers that prevents web pages from making requests to a different domain than the one that the web page is served from. This is known as the “same-origin policy”. For example, if a web page is served from “https://example.com”, it will not be able

Posted by Posted on

The Hitchhiker’s Guide to the Galaxy” is a Philosophical Book

The Hitchhiker’s Guide to the Galaxy is a beloved science fiction comedy series, written by Douglas Adams and first published in 1979. The series follows the adventures of the hapless human Arthur Dent and his alien friend Ford Prefect, as they travel through space and encounter a variety of strange and wonderful beings. While the

Posted by Posted on

Understanding Tuckman’s Ladder: The Stages of Group Development

As a team leader or manager, you want to help your team members to work effectively together and achieve their goals. One way to do this is by understanding the stages of group development, which can help you to support your team members and facilitate their progress. In this blog post, we’ll discuss Tuckman’s Ladder,

Posted by Posted on

Making Your Website Accessible for All Users

As a web developer, you want to create websites that are accessible to all users, regardless of their abilities or disabilities. By making your website accessible, you can ensure that everyone has the opportunity to access and use your content and services. In this blog post, we’ll discuss what web accessibility is, and how you

Posted by Posted on

Building a Design System for Consistent, High-Quality User Interfaces

As a designer, you want to create user interfaces that are consistent, high-quality, and easy to use. To achieve this, you can use a design system, which is a set of standards, guidelines, and resources that help you design and build user interfaces. In this blog post, we’ll discuss what a design system is, and

Posted by Posted on

What is DDD (Domain-driven design)?

As a software developer, you want to create high-quality, maintainable code that is well-suited to the needs of your project and your team. To achieve this, it’s important to use a structured approach to software development. One such approach is domain-driven design (DDD), which focuses on the domain, or the problem space, of the application.

Posted by Posted on

Posts pagination

Page 1 … Page 4 Page 5 Page 6 … Page 8
  • Algorithms
  • Front-end
  • Javascript
  • Philosophy
  • Project Management
  • Psychology
  • Science
  • Technology
  • Uncategorized
Copyright © 2025 - Scratch that // By - Deepak Anandrao