Search Results

Blog Archive

SQL: SQL Basics – 1 (CRUD)

CRUD Operations: What is SQL SQL (structured Query Language) is a programing language designed for managing designed for managing data in relational database. How to...
Continue reading

JS Shortened Notation

JavaScript provides several shortened notations to make your code more concise and efficient. Here are some examples: 1. Property Shorthand: When assigning an object property,...
Continue reading