< YALU STUDIO >

< YALU STUDIO >

Stay hungry, stay foolish.

Change of Address Checklist
Government agencies [ ] myGov [ ] SkillSelect [ ] ATO Utility Internet - TPG Electricity/ Gas - Dodo Health insurance - Allianz OVHC Phone - Optus Bank Commonwealth Investment [ ] CommSec [ ] Computershare InvestorServe Link Market Services Loyalty Everyday Rewards Delivery...
How to use Git Bash as Visual Studio Code Terminal on Windows
Use Ctrl + Shift + P to open the command search Type “Open User Settings” and hit Enter Click Open Settings (JSON) at the top right corner Set settings for "terminal.integrated.shell.windows" 12345{ // Some other settings... // The setting might look like this "termina...
C# .NET Notes
Code snippet shortcutPress tab twice to use code snippets cw -> Console.WriteLine(); props String Format C or c -> Currency Console.WriteLine("{0:c}", 99999); > $99,999.00 D or d -> Decimal numbers with padding Console.WriteLine({0:d9}, 99999); > 000099999 F or f -> Fixe...
Fail to install .NET Core SDK on Mac
SystemmacOS Catalina Version 10.15.2 Error Message1dotnet-sdk-3.1.100-osx-x64.pkg can't be opened because Apple cannot check it for malicious software. Solution Right click the downloaded package and Show in Finder Right click the file and Open With > Installer (default)
Developer Job interview experiences
HUAWEI Programming Test Three algorithms problems, probably one easy, one medium and one hard Personality Test Technical Interview #1 Coding - Leetcode easy - Binary tree Projects/ Experience SQL 12INSERT INTO table_name(column1, column2, column3, ...)VALUES(value1, value2, value3, ...); ...
SQL Notes
SQLSQL stands for Structured Query Language. RDBMS stands for Relational Database Management System. DDL - Data Definition Language CREATE - Creates a new table, a view of a table, or other object in the database 12345678CREATE TABLE table_name(column1 datatype,column2 datatype,column3 datatype,...
Interview Questions Preparation
Tell me about yourselfName Location Career Aspiration Your Past Experience Your Hobbies What are your strengthsPoints & cases What are your weaknessesPoints & cases What you know about this company company website financial earning where are the company heading company slogan how to add v...
Node.js Notes
1234567// Create a package.json for a new projectmkdir example-projectcd example-projectnpm init -y// Install and update the package.json filenpm install --save express Looking for modulesOrder core modules -> node_modules in current directory -> node_modules in parent directory (keep tryin...
Preparing for Australian PR after Graduation
Points Category Item Points Check Age at least 25 but less than 33 years 30 √ English Competent English 0 Proficient English 10 √ Superior English 20 Overseas skilled employment Less than 3 years 0 √ Australian skilled employment Less than 1 year 0 At least 1 but less than...
Yalu
I code, therefore I am