photo of the author

@victoria.dev

278 days ago

The most recent integration between Visual Studio Code and GitHub can help make development accessible and welcoming: Codespaces in GitHub!

Now in beta, GitHub Codespaces provide an online, in-the-browser IDE powered by Visual Studio Code. This lets you use this full-featured IDE, complete with …

#open source #coding #tech team

photo of the author

@victoria.dev

280 days ago

It’s hard to see something you’re ignoring.

Opportunity costs are incurred when you choose one thing over another. If you can only choose one of two options for what to do with your Saturday – say, attend an industry conference and win new clients, or go on a hike with your kids …

photo of the author

@victoria.dev

285 days ago

I feel like watching someone trash and pillage an entire island should be adequate grounds for retracting your agreement to go and live with them.

photo of the author

@victoria.dev

289 days ago

The first people you sell to are the ones who work for you.

For a very brief moment a bajillion years ago I was an office manager at a very new marketing startup.

The not-exactly-like-that organization chart

The CEO had just signed the lease for the office. It smelled like dust and packing tape. There was no furniture yet besides a …

photo of the author

@victoria.dev

289 days ago

My new favorite way to completely underuse a Makefile? Creating personalized, per-project repository workflow command aliases that you can check in.

Can a Makefile improve your DevOps and keep developers happy? How awesome would it be if a new developer working on your project didn’t start out …

#coding #ci/cd #docs #tech team

photo of the author

@victoria.dev

292 days ago

Let’s rename “soft skills” to “basic skills” and see if that helps.

photo of the author

@victoria.dev

292 days ago

In 2017, I climbed Mt. Fuji, in Japan.

Mt. Fuji is, some folks would say, the cakewalk of mountain climbing. Physically, the hardest portions amount to scrambling over some big boulders; most of it is no more taxing than a hike or climbing a set of stairs. For spiritual reasons, some Japanese folks …

photo of the author

@victoria.dev

298 days ago

Do not fail silent into that good night. Rage, rage, against the passing of –quiet.

photo of the author

@victoria.dev

299 days ago

Add to your .bashrc for a more useful tree output:

alias tree="tree -aI 'test*|.git|node_modules'"

photo of the author

@victoria.dev

300 days ago

GitHub’s new profile page README feature is having the wonderful effect of bringing some personality to the Myspace pages of the developer Internet. Though Markdown lends itself best to standard static text content, that’s not stopping creative folks from working to create a next-level …

#ci/cd #go