PinnedKristina GroegerUX/UI Secret Tips: Extracting URLs with Code for a UX AuditAs a seasoned front-end web developer and product designer, one critical aspect of conducting a thorough UX audit involves diving deep into…Apr 7Apr 7
PinnedKristina GroegerHow to Create Reuseable Image Components Using Props with Next.js — TutorialIf you’re using React Native to make re-useable image components, it’s relatively easy. You don’t need to use the <Image /> import, and…Nov 28, 2022Nov 28, 2022
PinnedKristina GroegerCreating Reusable Components with React HooksIn React, we need to keep our code DRY (don’t repeat yourself), so we need to reuse our components instead of making multiples. It would be…Oct 8, 20223Oct 8, 20223
Kristina Groeger17 Different Ways to Use Functions in Vanilla JavascriptIn general, a Javascript function is a “mini program” that can be called by the code outside or inside the function. You can pass in a…Nov 28, 2022Nov 28, 2022
Kristina GroegerOpen Github Repo in CodeSandboxHow to open a public Github repo immediately in a CodeSandboxNov 23, 2022Nov 23, 2022
Kristina GroegerProvide Better User Experience to Your Medium Articles Using Anchor and Back to Top LinksSometimes when writing a long article, people want to simply click through and peruse to the specific paragraph they’re looking for. This…Nov 14, 2022Nov 14, 2022
Kristina GroegerHow to Not Completely Suck at Being a Tech Recruiter (From a Developer’s Point of View)Maybe we can together make the tech job hunting process a little more professional and respectful for each other.Nov 12, 2022Nov 12, 2022
Kristina GroegerWho Uses these HTML5 Element Tags, Anyway?I’ve been brushing up a lot on tech as I am looking for a new role. The other day, I had a technical coding test that had an HTML element I…Nov 12, 2022Nov 12, 2022
Kristina GroegerUse Any Emoji as a Favicon in Less Than One MinuteThis will be a super quick tutorial, as it’s simply a code snippet. I always like to remove the Vercel logo when making a new project and I…Nov 7, 2022Nov 7, 2022
Kristina GroegerSetting Up a Live Dev Environment on Your Mobile Devices Using Vercel, Localhost, and a BrowserToday I’m going to write a quick little tutorial on how I view my development environment live on my devices. This is based on a Next.js…Oct 7, 2022Oct 7, 2022