Skip to content
View adriennetacke's full-sized avatar
🍰
Probably eating cake
🍰
Probably eating cake

Organizations

@am-tech
Block or Report

Block or report adriennetacke

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
adriennetacke/README.md

Kumusta! πŸ‘‹

// That means "hello" in Tagalog!

Adrienne Tacke in a leather jacket and sunglasses looking pretty badass

Blog | The Code Review Book | Courses | Twitter | YouTube | Instagram

I'm a Filipina software engineer based in 🌡 Las Vegas.

Currently, I'm writing another book -- this time, it's all about code reviews. It should really be required reading for all software developers, in my opinion. I also speak at conferences, create courses, and occasionally blog. During the day, I'm also a Senior Developer Advocate for Cisco DevNet.

See where I'm speaking next, check out my first published book, or see my past experience. Thanks for stopping by ✌🏼


Still here? Nice! I'm sure you'll find something useful down here:

🎀 Some of my Talks:

Map of Adrienne's speaking locations

YouTube Video: Conducting Humane Code Reviews YouTube Video: Documentation: The Missing Pieces by Adrienne Tacke YouTube Video: Embrace the Wasp Sting: How Failure Helps Your Team YouTube Video: Up and Running with Azure DevOps YouTube Video: AWS re:Invent - A developer's guide to data modeling with document databases

🎬 Check out my Linkedin Learning Courses:

πŸŽ™ Latest podcasts I've been on:

πŸ‘©β€πŸ’» Previous Work

MongoDB

πŸƒ MongoDB Tutorials:

πŸ•Ή Game Development with MongoDB:

πŸ“° MongoDB $weeklyUpdate:

I established a curated, weekly DevRel roundup of tutorials, videos, and updates! Also revived MongoDB's Dev.to profile by crossposting our $weeklyUpdate there :)

Ultius

How Ultius works video

In this role, I created an animated walkthrough of how our business worked. This was viewed by potential customers. I used Adobe Illustrator and Adobe After Effects to create a custom, animated video for the Ultius hompage.

How Ultius Works

HealthCare Partners

Intercept Survey Demo

I developed a feedback survey that would be administered to patients at several healthcare clinics across Las Vegas. These would be on tablets and mostly taken by older patients.

Clinic Wait Time Demo

I developed an innovative way for doctors and estimated wait times to be displayed in our clinic waiting rooms. I used large photos, increased font sizes, and updated doctor rosters in real-time.


πŸ‘‹πŸΌ Yay, you made it to the end! Now go check out my book, seriously! Your code reviews will never be the same (and that's a good thing).

Pinned

  1. advent-of-code-2020 advent-of-code-2020 Public

    My JavaScript solutions for Advent of Code 2020

    JavaScript 23 6

  2. delightful-durable-function-patterns-examples delightful-durable-function-patterns-examples Public

    Code samples shared in my talk Delightful Durable Function Patterns. Presented at NDC London 2020

    C#

  3. tug.io tug.io Public

    A minimal and quick but incredibly fun digital game of tug of war.

    HTML 1

  4. Countdown timer in pure JavaScript Countdown timer in pure JavaScript
    1
    function countdown(endDate) {
    2
      let days, hours, minutes, seconds;
    3
      
    4
      endDate = new Date(endDate).getTime();
    5
      
  5. delicious-js delicious-js Public

    Presentation for my talk Delicious JavaScript: Delightful Explanations of the Power of JS

    JavaScript

  6. advent-of-code-2019 advent-of-code-2019 Public

    Advent of Code 2019 πŸŽ„ JavaScript Solutions - Adrienne Style

    JavaScript 12 1