Thirdy Gayaressoftware-engineer.thirdygayares.com·Oct 7, 2024TypeScript Data StructureArray Objects List Of Objects Note: Ensure you have typescript globally npm install -g typescript How to run? Example: tsc array.ts node array.js Arrays in TypeScript An array is a data structure that stores a collection of elements (values), u...Angularthirdy
Thirdy Gayaressoftware-engineer.thirdygayares.com·Sep 26, 2024Managing Users and Roles in MySQLIn MySQL, you can easily create users, define roles, and assign privileges to control access to specific databases. Here's a guide on how to create a user, set up a role, and grant permissions in MySQL, for example with the role student_api and the u...MySql Database Managing Users and Roles in MySQL
Thirdy Gayaressoftware-engineer.thirdygayares.com·Aug 3, 2024Database Objects in DBMSIn a Database Management System (DBMS), various objects are used to organize, manage, and retrieve data efficiently. These objects play crucial roles in maintaining the integrity and performance of databases. Here’s a detailed explanation of the most...MySql Databasethirdy gayares
Thirdy Gayaressoftware-engineer.thirdygayares.com·Jul 31, 2024GitHub Fork and Github Pull RequestA GitHub fork is an essential feature for developers, enabling them to create a personal copy of an existing repository. This new copy, called a fork, allows you to make changes independently without affecting the original project (known as the upstr...73 readsGithubGitHub