# Rebecca Franks - @riggaroo

riggaroo.dev

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Building a Pride Rainbow Easter Egg into the Over Android App 🏳🌈

DevFeed: [Building a Pride Rainbow Easter Egg into the Over Android App 🏳🌈](<https://devfeed.tech/articles/building-a-pride-rainbow-easter-egg-into-the-over-android-app-27882.md>)

Original publisher: [Read original article](<https://riggaroo.dev/building-a-pride-rainbow-easter-egg-into-the-over-android-app/>)

Author: Rebecca Franks

Published: 2021-06-13T09:39:08Z

Content type: tutorial

Language: en

Sources: [Rebecca Franks - @riggaroo](<https://devfeed.tech/sources/rebecca-franks-riggaroo.md>)

Topics: [OpenGL](<https://devfeed.tech/topics/opengl.md>), [Android](<https://devfeed.tech/topics/android.md>), [glsl](<https://devfeed.tech/topics/glsl.md>), [implementation](<https://devfeed.tech/topics/implementation.md>), [render](<https://devfeed.tech/topics/render.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [glsl](<https://devfeed.tech/tags/glsl.md>), [guide](<https://devfeed.tech/tags/guide.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [opengl](<https://devfeed.tech/tags/opengl.md>), [pride](<https://devfeed.tech/tags/pride.md>), [rainbow](<https://devfeed.tech/tags/rainbow.md>), [render](<https://devfeed.tech/tags/render.md>), [ui](<https://devfeed.tech/tags/ui.md>)

### AI overview

This tutorial explains how the Over Android app implements a Pride-themed Easter egg: text containing selected LGBTQ+ terms changes a text-layer outline into an animated rainbow. It focuses on rendering the gradient bounding box with OpenGL, Android SurfaceView, and GLSL shaders.

### Source excerpt

This post originally appeared here on the GoDaddy Engineering blog. The Over App is a playground for creating beautiful content for social media. As developers on the app, we are often inspired by the pictures and videos that our users make. To inspire our users a bit more, we decided to create a small easter [...] The post Building a Pride Rainbow Easter Egg into the Over Android App 🏳🌈 appeared first on Rebecca Franks - @riggaroo.

## Writing a better Tech Resume / CV

DevFeed: [Writing a better Tech Resume / CV](<https://devfeed.tech/articles/writing-a-better-tech-resume-cv-27886.md>)

Original publisher: [Read original article](<https://riggaroo.dev/writing-a-better-tech-resume/>)

Author: Rebecca Franks

Published: 2021-04-18T08:31:53Z

Content type: tutorial

Language: en

Sources: [Rebecca Franks - @riggaroo](<https://devfeed.tech/sources/rebecca-franks-riggaroo.md>)

Topics: [Job](<https://devfeed.tech/topics/job.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [career](<https://devfeed.tech/tags/career.md>), [curriculum-vitae](<https://devfeed.tech/tags/curriculum-vitae.md>), [cv](<https://devfeed.tech/tags/cv.md>), [job](<https://devfeed.tech/tags/job.md>), [resume](<https://devfeed.tech/tags/resume.md>), [tech](<https://devfeed.tech/tags/tech.md>), [tips](<https://devfeed.tech/tags/tips.md>), [writing](<https://devfeed.tech/tags/writing.md>)

### AI overview

A practical guide to improving technology resumes and cover letters. It recommends making cover letters personal, brief, role-specific, and original, while emphasizing that resume structure is as important as content.

### Source excerpt

Your resume doesn't need to be boring! In the past couple of years of my career I've been involved in the recruitment process of software engineers, which has meant reading a lot of resumes and deciding when to move forward with a candidate based on its content. I've seen some really great resumes and unfortunately, [...] The post Writing a better Tech Resume / CV appeared first on Rebecca Franks - @riggaroo.

## Practical Advice for Starting a Career in Tech

DevFeed: [Practical Advice for Starting a Career in Tech](<https://devfeed.tech/articles/start-your-career-in-tech-27885.md>)

Original publisher: [Read original article](<https://riggaroo.dev/startyour-career-in-tech/>)

Author: Rebecca Franks

Published: 2021-04-06T18:39:56Z

Content type: opinion

Language: en

Sources: [Rebecca Franks - @riggaroo](<https://devfeed.tech/sources/rebecca-franks-riggaroo.md>)

Topics: [Learning](<https://devfeed.tech/topics/learning.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [career](<https://devfeed.tech/tags/career.md>), [career-in-software](<https://devfeed.tech/tags/career-in-software.md>), [coding](<https://devfeed.tech/tags/coding.md>), [community](<https://devfeed.tech/tags/community.md>), [conferences](<https://devfeed.tech/tags/conferences.md>), [developer](<https://devfeed.tech/tags/developer.md>), [experience](<https://devfeed.tech/tags/experience.md>), [job](<https://devfeed.tech/tags/job.md>), [learning](<https://devfeed.tech/tags/learning.md>), [meetup](<https://devfeed.tech/tags/meetup.md>), [tech-industry](<https://devfeed.tech/tags/tech-industry.md>)

### AI overview

The author shares personal advice for starting a career in tech, including finding a supportive community through meetups and conferences, building a professional network, and staying flexible about code and project changes.

### Source excerpt

Getting starting in the tech industry is a daunting experience. I remember being fresh out of university back in 2012 with big expectations of what the working world would be like. Navigating the industry for the past 9 years has taught me a few key ideas that I feel really helped me steer my career [...] The post start("Your Career in Tech"); 🚀 appeared first on Rebecca Franks - @riggaroo.

## Language Injections in Android Studio / IntelliJ IDEA 💉

DevFeed: [Language Injections in Android Studio / IntelliJ IDEA 💉](<https://devfeed.tech/articles/language-injections-in-android-studio-intellij-idea-27883.md>)

Original publisher: [Read original article](<https://riggaroo.dev/language-injections-in-android-studio-intellij-idea/>)

Author: Rebecca Franks

Published: 2021-01-20T09:19:12Z

Content type: tutorial

Language: en

Sources: [Rebecca Franks - @riggaroo](<https://devfeed.tech/sources/rebecca-franks-riggaroo.md>)

Topics: [Android Studio](<https://devfeed.tech/topics/android-studio.md>), [Syntax Highlighting](<https://devfeed.tech/topics/syntax-highlighting.md>), [ide](<https://devfeed.tech/topics/ide.md>), [IntelliJ IDEA](<https://devfeed.tech/topics/intellij-idea.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [glsl](<https://devfeed.tech/topics/glsl.md>), [Kotlin](<https://devfeed.tech/topics/kotlin.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-studio](<https://devfeed.tech/tags/android-studio.md>), [glsl](<https://devfeed.tech/tags/glsl.md>), [ide](<https://devfeed.tech/tags/ide.md>), [idea](<https://devfeed.tech/tags/idea.md>), [intellij-idea](<https://devfeed.tech/tags/intellij-idea.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [language-injection](<https://devfeed.tech/tags/language-injection.md>), [opengl](<https://devfeed.tech/tags/opengl.md>), [sql](<https://devfeed.tech/tags/sql.md>), [studio](<https://devfeed.tech/tags/studio.md>), [syntax-highlighting](<https://devfeed.tech/tags/syntax-highlighting.md>)

### AI overview

This tutorial explains how language injection in Android Studio and IntelliJ IDEA enables embedded code such as SQL or GLSL to receive syntax highlighting, validation, suggestions, and separate-editor support. It also describes using annotations and the GLSL Support Plugin for Kotlin string literals.

### Source excerpt

Android Studio is a powerful IDE with a multitude of features that I'll probably never discover. However, when I do discover a feature of the IDE that I've been dreaming about, I get irrationally excited about it (and often times write a blog post such as this one). One feature that really piqued my interest [...] The post Language Injections in Android Studio / IntelliJ IDEA 💉 appeared first on Rebecca Franks - @riggaroo.

## Resources for Learning OpenGL - An Android Developers Guide

DevFeed: [Resources for Learning OpenGL - An Android Developers Guide](<https://devfeed.tech/articles/resources-for-learning-opengl-an-android-developers-guide-27884.md>)

Original publisher: [Read original article](<https://riggaroo.dev/resources-for-learning-opengl-an-android-developers-guide/>)

Author: Rebecca Franks

Published: 2021-01-08T08:58:54Z

Content type: tutorial

Language: en

Sources: [Rebecca Franks - @riggaroo](<https://devfeed.tech/sources/rebecca-franks-riggaroo.md>)

Topics: [OpenGL](<https://devfeed.tech/topics/opengl.md>), [Android](<https://devfeed.tech/topics/android.md>), [Graphics](<https://devfeed.tech/topics/graphics.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [graphics](<https://devfeed.tech/tags/graphics.md>), [guide](<https://devfeed.tech/tags/guide.md>), [learning](<https://devfeed.tech/tags/learning.md>), [opengl](<https://devfeed.tech/tags/opengl.md>)

### AI overview

An Android developer shares a curated set of resources for learning OpenGL and OpenGL ES, drawing on experience migrating from Android Canvas. The guide includes courses, books, documentation, and shader-focused resources covering graphics programming fundamentals and related WebGL concepts.

### Source excerpt

In 2018, I started my journey of learning OpenGL, we were migrating our app from using the Android Canvas system to using the more flexible (but indeed more complex) OpenGL ES. OpenGL ES is a cross-platform graphics API that specifies a standard software interface for 3D graphics processing hardware. OpenGL allows you to build interesting [...] The post Resources for Learning OpenGL - An Android Developers Guide appeared first on Rebecca Franks - @riggaroo.