RRoy-Wanyoikeinroywanyoike.hashnode.dev·Mar 21, 2023 · 2 min readData Binding in Angularangular series Data binding is a powerful feature of the Angular framework that allows for communication between the component class and the view template. Angular supports several types of data binding, including interpolation, property binding, eve...00
RRoy-Wanyoikeinroywanyoike.hashnode.dev·Mar 21, 2023 · 4 min readGetting started with angularWeb development has been growing rapidly. Since the evolution of Javascript several frameworks have been developed to ease the building process. Just like other constructions which sees several tools rise to help same it is in programming.In this tut...00
RRoy-Wanyoikeinroywanyoike.hashnode.dev·Mar 15, 2023 · 2 min readUnderstanding Git Rebase and git MergeGit merge and git rebase are two ways to integrate changes from one branch into another. Here are the differences between the two: Git Merge: Merges changes from one branch into another Creates a new commit that combines the changes from the source b...00
RRoy-Wanyoikeinroywanyoike.hashnode.dev·Mar 15, 2023 · 1 min readunderstanding git rebasegit rebase is a Git command that allows you to modify the history of a branch by moving the branch to a new base commit. This can be useful in situations where you want to incorporate changes from one branch into another branch, or to clean up the hi...00
RRoy-Wanyoikeinroywanyoike.hashnode.dev·Mar 7, 2023 · 2 min readEssential SQL Commands for Data ScienceSQL (Structured Query Language) is a powerful tool for managing and manipulating relational databases. It is an essential skill for data scientists, as it allows them to extract, clean, and analyze large datasets. Here are some essential SQL commands...00