Skip to content
  • AI
  • Github

Scratch that

Bite sized bits

  • AI
  • Github
  • ⤫

Posts Published by admindeep

End-to-end testing for react applications

As a React developer, you want to ensure that your applications are stable and reliable, and provide a smooth user experience. One way to do this is by setting up end-to-end (E2E) testing for your React applications. In this blog post, we’ll discuss what E2E testing is, and how you can set it up for

Posted by Posted on

Top 3 Software Engineering Best Practices for JavaScript Developers

As a JavaScript developer, you want to write high-quality, maintainable code that is well-suited to the needs of your project and your team. To achieve this, it’s important to follow best practices for software engineering. In this blog post, we’ll discuss some of the top software engineering best practices for JavaScript developers, and provide examples

Posted by Posted on

Coding Challenge – sort and group product orders

Sorting and grouping data is a common task in software development. In this blog post, we’ll demonstrate how to sort and group orders and products from a JSON file using JavaScript. We’ll provide a sample JSON file and a code example to illustrate the techniques and concepts involved. Parsing the JSON data The first step

Posted by Posted on

What is a STAR technique

The S.T.A.R. method (or Situation, Task, Action, Result method) is a technique that can be used to structure and organize your answers to behavioral interview questions. The S.T.A.R. method is a way of organizing your response to a question that asks you to describe a situation where you demonstrated a particular skill or behavior. The

Posted by Posted on

Introduction to Test Driven Development (TDD)

Test Driven Development (TDD) is a popular software development methodology that focuses on writing automated tests for your code before you actually write the code itself. This approach can help you create more reliable and maintainable software, as well as improve your development workflow and productivity. In this blog post, we’ll introduce the principles of

Posted by Posted on

The Importance of System Design in Building Effective Software

Introduction: System design is a crucial part of creating effective and user-friendly software. It involves planning and organizing the various components of a software system to ensure that they work together seamlessly and efficiently. In this blog post, we’ll discuss the importance of system design in building effective software and how you can apply best

Posted by Posted on

Software design patterns

Software design patterns are a set of best practices and common solutions to common problems that arise in software design. They provide a way for software designers to reuse proven solutions to recurring problems, which can help make the development process faster and more efficient. There are many different types of design patterns, each with

Posted by Posted on
0

Javascript Hype Trains

JavaScript frameworks have become increasingly popular in recent years, with new frameworks appearing on a regular basis. While some developers argue that these frameworks are a valuable tool for building modern web applications, others believe that they are more trouble than they’re worth. In this essay, I will argue the latter position and explain why

Posted by Posted on
0

Interview process rant

In recent years, the technical interview process for software developers has become increasingly complex and demanding. With the growing demand for skilled developers, many companies have implemented highly rigorous and challenging technical interviews in order to find the best candidates for their teams. However, this trend has led to many problems and has made it

Posted by Posted on
0

Solid Principals

Software design is an important aspect of the software development process, as it determines the overall structure and organization of the codebase. One of the key principles that software designers follow is the SOLID principles, which were first introduced by Robert C. Martin (aka “Uncle Bob”) in his book “Agile Software Development: Principles, Patterns, and

Posted by Posted on
0

Posts pagination

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