Amazing the power of RabbitMQ for messaging.
This blog is about my history as a software engineer utilizing technologies C#, Java, React, JavaScript, .NET Core, SQL Server , Oracle, GIT, GitHub, Jira, Azure, AWS and HTML5. “I have not failed. I've just found 10,000 ways that won't work.” Thomas A. Edison. Please click on all my ADVERTISING links to help support this blog. Thank you.
What can I say, but how awesome Boot.dev is!!! I just finished their Learn SQL course and although I have been working with databases for 25 years Boots just help solidified my skills and polished them. I wish I would have took the course one day earlier because one of my recent interview questions was:
How to you limit the results from a read query. Answer: limit <integer> at the end of the query.
Example:
SELECT * FROM USERS limit 50; -- MySQL, PostgreSQL, SQLite
SELECT TOP(50) * FROM USERS; -- MSSQL
SELECT * FROM USERS FETCH FIRST 50 ROWS ONLY; -- ORACLE
Very good theory training on increasing database speed by way of normalization and indexes.
Adding to my blog the command once you have WSL 2 running in Windows to connect to https://github.com
gh auth login
This will prompt you to go to https://github.com/ and enter the code provided in the WSL Linux Terminal
Cannot express enough how awesome the following Website is for learning backend programming or filling gaps to questions you have always had - https://www.boot.dev?bannerlord=moojjoo
Hard study and work pay off.
Passed Microsoft Azure Fundamentals - https://www.credly.com/badges/59c5f638-ee43-4e66-ae57-65fba5cf8bc0/public_url