-
React vs Angular
Reading Time: < 1 minutes React Vs Angular React The React. js framework is an open-source JavaScript framework and library developed by Facebook. It’s used for building interactive user interfaces and web applications quickly and efficiently with significantly less code than you would with vanilla JavaScript. Angular AngularJS is a structural framework for dynamic web apps. It lets you use […]
-
JavaScript Roadmap
Reading Time: < 1 minutes JavsScript Roadmap Basics Runing Javascript Variables DataTypes and Data structure Primitive Non–Primitive Data structure Type conversion Conditional Statements Loops Operators Functions Built-in methods this Prototype Asynchronous JS Few More Concepts
-
The Ultimate Guide to HTTP Status Codes
Reading Time: 5 minutes The Ultimate Guide to HTTP Status Codes HTTP Status Codes HTTP Request Methods HTTP defines request methods to indicate the desired action for a resource. Here are the 9 important request methods: HTTP Status Codes Here is the complete list of HTTP status codes. 1XX Informational 2XX Successful 3XX Redirection 4XX Client Error 5XX Server […]
-
Command Query Responsibility Segregation
Reading Time: 2 minutes Command Query Responsibility Segregation CQRS Stands For : Command Query Responsibility Segregation. What is CQRS? CQRS is an architectural pattern that separates the concerns of reading data from the concerns of updating data, by having different objects handle reading and updating data. Okay, okayI will explain You Example From The Kitchen Conclusion By Separating the […]
-
What’s New in PHP 8.2
Reading Time: 3 minutes What’s New in PHP 8.2 Introduction PHP 8.2 is a major update of the PHP language. It contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties, performance improvements and more. Read Only Classes You can now make the whole class as just read-only. Disjunctive Normal Form (DNF) […]