Best of Code Like A GirlSeptember 2024

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

    Mastering Git: Hidden Commands Every Developer Should Know

    Git offers several hidden commands beyond the commonly used ones. Commands like git stash, git reflog, git bisect, git cherry-pick, git reset --hard, git blame, git clean, and git shortlog can significantly enhance your version control skills. These commands help in temporary save uncommitted changes, recover lost commits, identify problematic commits, selectively apply commits, reset code to a specific commit, track changes to specific lines, clean up untracked files, and summarize contributions by author.

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

    How I created an AWS System to crush the Architect exam

    The post shares insights on building a notification system using AWS services to help revise for the AWS Solutions Architect Certification. The system sends PowerPoint slides as WhatsApp messages using Lambda, S3, EventBridge, and Twilio, assisting in timely and structured revision. The architecture is scalable and can be used for any revision needs.

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

    Creating High-Fidelity Designs and Prototypes

    The post provides a comprehensive guide on creating high-fidelity designs and prototypes. It covers transforming basic sketches into detailed, interactive prototypes ready for testing. Key topics include the importance of typography, color, iconography, and layout in mockups, visual design principles like emphasis, hierarchy, and scale, and the elements of robust design systems. It also highlights the iterative process of testing and improving designs to achieve a seamless and intuitive user experience.

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

    Is Thriving in a 9–5 Job While Pursuing Passions Possible?

    Balancing a full-time job with personal passions is possible and rewarding. Clear communication, compartmentalizing work and personal life, and the motivation derived from both roles can enhance professional and personal growth. Pursuing hobbies like teaching dance can recharge and bring fulfillment, complementing one's career rather than compromising it.