home posts projects about
  • How to Speak!
    #shares#speaking

    "Your success in life will be determined largely by your ability to speak, your ability to write, and the quality of your ideas, in that order."

    Added at April 9, 2025

  • AI Agents: What are LLMs?
    #personal-notes#ai#llms

    We will learn what are LLMs and how they power AI Agents. My personal notes on the journey of understanding AI Agents.

    Added at February 23, 2025

  • AI Agents: What is an Agent?
    #personal-notes#ai#agents

    My personal notes on AI Agents. Mostly quick notes and takeaways, hope you find it useful.

    Updated at February 18, 2025

  • How software engineers can stay up to date with tech trends and best practices
    #self-improvement#continuous-learning

    I will share some of my own experience and some resources that I used to keep myself up to date, not only about what's new but also best practices.

    Added at February 10, 2025

  • What is your leadership style?
    #leadership#management

    I will walk you through different leadership styles, specially in software engineering, and a few questions to help you identify your leadership style.

    Added at January 7, 2025

  • How to troubleshoot Universal Links
    #universal-link#ios#troubleshooting

    We dive into troubleshooting Universal Links on iOS when they stop working, after being previously set up correctly.

    Updated at October 23, 2024

  • NextJS Typescript - Lint and Typecheck
    #nextjs#typescript#lint#typecheck

    Learn about the inconsistency between Next.js lint and build processes and how to address it

    Updated at December 26, 2023

  • git rebase with linked/chained pull requests
    #git#rebase

    Reduce efforts when rebasing a branch on top of another branch with rebase --onto and --update-refs

    Updated at November 28, 2023

  • iOS best practices - storage sensitive data
    #security#ios

    Security is a crucial aspect of any software development project, and iOS development is no exception. In this article, we will explore several best practices to enhance the security of your iOS applications.

    Updated at November 10, 2024

  • Libraries to set up for your next iOS project
    #ios#libraries#cocoapods

    Top libraries to support developers to simplify start a new iOS project faster and safer

    Updated at April 23, 2024

  • Two pointers in algorithms
    #algorithms#two pointers

    Two pointers is a common technique used in algorithms to solve problems efficiently.

    Added at September 10, 2024

  • Why my iOS team switched to Clean Architecture
    #ios#clean#architecture

    I will discuss my team architecture's problems, the solution, and the results after switching to Clean Architecture.

    Updated at March 27, 2024

  • My #GitHubUnwrapped
    #github#activity

    This video shows my GitHub activity in 2023

    Added at January 1, 2024

  • Cloudflare image caching tips
    #cloudflare#image#caching

    Tools to debug Cloudflare image caching effectively.

    Added at December 15, 2023

  • Signing commits with GPG on macOS Guidelines
    #gpg#macos#git

    It is very important to sign your commits and tags. This guide will help you set up GPG on macOS.

    Added at November 29, 2023

  • A better architecture to implement forms in iOS applications
    #ios#swift#architecture#forms

    How to implement a clean and maintainable Form Architecture with UITableView.

    Added at May 4, 2021

  • Creating local authentication SDK on CocoaPods
    #ios#swift#sdk#cocoapods

    Step-by-step guide on how we created a biometric authentication SDK published on CocoaPods.

    Added at March 24, 2021