Unfriending Facebook, Instagram and Goodreads

On the last day of 2021, I deleted my Facebook and Instagram accounts. Two days later, I also deleted my Goodreads account. Not exactly a new year’s resolution, but more like a decision to not bring those things with me into my new year. This decision was something I saw as an ev … | Continue reading


@angeliqueweger.com | 2 years ago

A love letter to LFTM

Exactly three years ago, I made my own private copy of Coraline’s lftm and pushed my first commit. Unbelievably, I have kept it up, almost every workday, since then. LFTM stands for low-friction task management system, and I’ve mentioned it before here. LFTM introduction # The RE … | Continue reading


@angeliqueweger.com | 3 years ago

Skill building as a dev

There’s a fair amount of angst about how much there is to learn in web development (and often front-end dev specifically).1 As someone who wrote her first HTML 25 years ago, I get it. It’s a lot, and it keeps growing. Which is why, especially when hiring devs, I care way more abo … | Continue reading


@angeliqueweger.com | 3 years ago

Helpful accessibility resources for all

Today is Global Accessibility Awareness Day (GAAD), an opportunity to share and spread knowledge about digital accessibility and inclusion. Building awareness remains an important goal for web accessibility1, as many folx who are building for the web are unfamiliar with web acces … | Continue reading


@angeliqueweger.com | 3 years ago

Better remote teams

In this series, I’ve shared how and why I started working remotely, what has made me a successful remote employee for over a decade, and why I think 2020 was more about working through a pandemic than a great experiment in remote work. Hopefully this was good, relevant or even va … | Continue reading


@angeliqueweger.com | 3 years ago

Lessons learned working remotely for over a decade

To wrap up this series on remote work, I’m going to focus on the things that improve a remote worker’s life. In this article, I’ll share what has worked for me on an individual level and, in a later post, tackle what can be done and offered at the company/team level. First, a rea … | Continue reading


@angeliqueweger.com | 3 years ago

Working remotely through a pandemic

Since the middle of 2020, folx have been fretting and opining about worker productivity in articles, in blogs, on Twitter. Newly remote workers had barely plugged in and opened their laptops, and yet there was a sudden gnashing of teeth about whether anything would get done in th … | Continue reading


@angeliqueweger.com | 3 years ago

My journey to becoming a remote worker

I have been working remotely since 2007. When I accepted that first work-from-home role, I didn’t expect it to be a lifestyle and was simply making a convenient choice: My husband was already commuting over 40 miles one way for his job We had a single car We were raising my broth … | Continue reading


@angeliqueweger.com | 3 years ago

She Coded 2021

For the last five years, the community at Dev.to has used International Women’s Day as an impetus to share the stories of women who code. Since I’ve been active there as a reader and commenter (in addition to cross-posting my blog there), I decided to participate. Read my post fo … | Continue reading


@angeliqueweger.com | 3 years ago

Migrating from Middleman to Eleventy

Before sharing some of the details and process I used to migrate this site from Middleman to Eleventy, I think it’s helpful to provide some context behind my choice. First and foremost, there’s not a damn thing wrong with Middleman. 🤷🏻‍♀️ Honestly, working on Midd … | Continue reading


@angeliqueweger.com | 3 years ago

Lessons learned hiring in tech

Since my team is currently hiring, how we go about hiring for tech roles is very much on my mind right now. I’ve participated in hiring on three different teams now (on both sides of the hiring equation), and my own thinking and process has evolved. Designing an interview gauntle … | Continue reading


@angeliqueweger.com | 3 years ago

Leading with humanity

On January 6, like so many other Americans, I watched a scary and violent thing unfold in our nation’s Capitol. Because I watched things happening in real time on my screen — on the PBS News Hour livestream, but also in people’s responses in Twitter and various community Slacks — … | Continue reading


@angeliqueweger.com | 3 years ago

Fresh paint, fresh start

Last year, in what must have been a pique of new year energy, I started working on both redesigning this blog and investigating what it might take to migrate it from Middleman to Eleventy. While all my previous experience with static site generators had been with ones that were R … | Continue reading


@angeliqueweger.com | 3 years ago

Works well with others

I’ve been thinking a lot about teams and, based on my own lucky experiences, what makes them work well. I’ve been at Fractured Atlas for almost three months now and am legitimately delighted at how quickly and easily I gelled with my new team. The one thing I keep coming back to … | Continue reading


@angeliqueweger.com | 7 years ago

First week on macOS

With the exception of an original iMac I worked on for a couple years after graduation, my personal computers have always been, well, PCs. I’ve also had a progression of Android smartphones and tablets, plus a mostly abandoned Ubuntu laptop, but 99% of the time I’m sitting down t … | Continue reading


@angeliqueweger.com | 7 years ago

Vagrant + Middleman = Victory

I finally conquered a technical challenge that had been stumping me for awhile. This blog runs on Middleman, which requires Ruby and a slew of other things that aren’t necessary in my work dev environment (i.e., the laptop I usually take with me when I travel). This is clearly so … | Continue reading


@angeliqueweger.com | 8 years ago

Encouraging highs, crushing lows

While this could easily be a commitment to a new year, a reboot for my blog (I know it’s been awhile), first I have to look back, to write something that’s been in my head since September and shares things beyond even 2015. (Spoiler alert: This post is going to be just a word dum … | Continue reading


@angeliqueweger.com | 8 years ago

Customizing your Windows command prompt

I wrote previously about how to set up your Windows command prompt to work better and wanted to add to that ways I’ve customized my interface of choice (Cmder FTW) to make my command line more efficient and enjoyable for me to use. Changing the appearance # First, as with all thi … | Continue reading


@angeliqueweger.com | 9 years ago

Improving Your Windows command prompt

When I started using Git and later learning Ruby, the command line became a place I hung out regularly. Being a Windows user, there were some early frustrations because many of the commands referred to in tutorials and walkthroughs weren’t available to me, e.g. pwd, touch, sudo. … | Continue reading


@angeliqueweger.com | 9 years ago

Review of Code: Debugging the Gender Gap

There’s been enough coverage in the last year, that most folx accept tech has a diversity problem. The documentary Code: Debugging the Gender Gap looks at this issue1, it’s history, causes and impact. While, honestly, I went into this documentary with the sense that it would be a … | Continue reading


@angeliqueweger.com | 9 years ago

Sass resources for web designers and front-end developers

If you’ve decided Sass is snazzy and want to learn more, I’ve gathered up some links I’ve found useful and hope you do, too. Reading & learning about Sass # While you might not start out reading the Sass documentation, sooner or later you’ll end up there in order to learn more ab … | Continue reading


@angeliqueweger.com | 9 years ago

Naming your color variables

Using variables for colors is awesome; naming those variables can be…complicated. I’ve worked through a few different methodologies and wanted to share a bit about what I’ve learned along the way. Need an into to WHY colors and Sass are awesome? I wrote about this and gave some e … | Continue reading


@angeliqueweger.com | 9 years ago

Getting Sassy with variables and colors

Back in the days when I was still intimidated by the command line, the lure of variables convinced me to figure out how to start using Sass in my projects. Just like I no longer memorize phone numbers because they’re all pre-programmed into my cell phone, I also don’t have to mem … | Continue reading


@angeliqueweger.com | 9 years ago

Blogging with Middleman

True story: I wrote my first lines of Ruby in February and used that wee bit of knowledge that to motivate myself to start this blog using a Ruby-on-Rails-based static site generator (Middleman FTW!) and used that experience to give a talk to the Bmore on Rails meetup…46 days aft … | Continue reading


@angeliqueweger.com | 9 years ago

Mission statement

I don’t follow all the advice I receive via social media and blogs (because, oh, what a surreal life I would lead then!), but a blog by Garann Means found its way to my Twitterstream via Andy Mangold, and it is pretty much why this blog exists. Because I have been out here adapti … | Continue reading


@angeliqueweger.com | 9 years ago