Best of Code Like A GirlMay 2023

  1. 1
    Article
    Avatar of colkgirlCode Like A Girl·3y

    How to Build a RESTful API with Node.js and Express

    How to Build a RESTful API with Node.js and Express, we will explore how to build a high-performance API using Node.JS and Express. By the end, you’ll have the knowledge and skills to create your own scalable and efficient API.

  2. 2
    Article
    Avatar of colkgirlCode Like A Girl·3y

    The Power of Web Performance: How I Increased the Score from 27 to 99

    The Power of Web Performance: How I Increased the Score from 27 to 99. Delivering a great user experience is critical for improving customer traffic to your website and business. This blog contains the list of things I did to improve the quality and performance of my NextJS website.

  3. 3
    Article
    Avatar of colkgirlCode Like A Girl·3y

    Git 101- Merge, Rebase, Cherry pick, and Commit Hashes

    Both methods combine changes from one branch into another but differ in their approach and the resulting commit history. Merging is relatively straightforward, especially for teams and projects with multiple developers. Rebasing, on the other hand, is the process of moving or combining a sequence of commits to a new base commit.