BWBill Weeinweewnetwork.hashnode.dev·May 26, 2022 · 2 min readThe importance of DebuggingDebugging is the process of finding syntax errors hidden in the code. The error found refers to bugs and the developer need to remove the bug. The process of finding errors is time-consuming and tedious. There are countless types of debugging. To hel...00
BWBill Weeinweewnetwork.hashnode.dev·May 25, 2022 · 2 min readCode with Typescript will be usefulWorking for a solo project or mixed project will often have bugs, one of the typical debugging is misplacing the data type and it will spend developers' time identifying before making any execution. To make every data set has its standard, Typescript...00
BWBill Weeinweewnetwork.hashnode.dev·May 19, 2022 · 2 min readWhy do we use Git?(Photo by RealToughCandy.com) Git is a software platform used by developers for collaboration. The idea of Git is to keep track of any changes made in the existing file, data, or images. It allows many users to collaborate on those files at the same ...00
BWBill Weeinweewnetwork.hashnode.dev·May 16, 2022 · 3 min readPros and Cons of Using SASS CSSCSS (Cascading Style Sheets) is a web language that describes how HTML elements are displayed from mobile, table to pc screen. Using CSS is just like adding colorful accessories to the structure of the written code on visual studio code. With CSS it...00
BWBill Weeinweewnetwork.hashnode.dev·May 10, 2022 · 3 min readHow Github help you to get a job?A project is comprised of many different elements. Each element can be distributed in terms of color, framework, file, and even small features. Simply relying on one person to finish these is impossible because he/she is not Jack (From the "Jack of a...00