rssed

a collection of dev rss feeds - blogroll

Add a new feed


Erica Pisani

Posts

How to search and filter issues and pull requests in Github by author 🔗

If you ever find yourself needing to find issues or pull requests created by someone (or a few someones) in Github, here are a few quick tips for how [...]

Building my first Rust project 🔗

When I first joined Netlify, I worked on the Frameworks team which focuses on ensuring that all major web frameworks run out-of-the-box when deployed [...]

Is the proliferation of edge data centres counterproductive towards the goal of more sustainable software? 🔗

Proponents of edge computing (myself included) have argued that the edge can help us create more environmentally friendly software. While removing the [...]

Tips for maintaining peak health before conference speaking 🔗

Being a speaker is intense energy- and time-wise and we can sometimes forget to take care of ourselves as a result. While there are a lot of guides an [...]

Exploring the world of AI-powered code mods with Intuita 🔗

In a past job life, a lot of the codebase I had been working in was written in Coffeescript. There was a strong desire to move towards Typescript, but [...]

Hopping on the AI-powered bandwagon 🔗

For the past year, it seems like every other day there's a new AI-powered tool being released. Not sure how everyone else is feeling but for me it sta [...]

The 418 🔗

I grapple more often than I'd like to admit with a sense that I don't entirely 'belong' in the tech community. I don't enjoy trying out every shiny ne [...]

Edge Side Includes 🔗

A popular use case for edge computing among web and full stack developers is the injection of dynamic content into static assets and pages. This techn [...]

Bug in dependency or module resolution issues? Debugging with Selective Dependency Resolutions 🔗

When multiple versions of a dependency are used in your Node project and you start seeing build or import errors related to that dependency, it can be [...]

How edge computing can reduce your software's carbon footprint 🔗

I think often about how I can apply my skills as a software engineer in ways that contribute to the betterment of society. The climate crisis in parti [...]

Avoid package resolution errors by setting a package manager in the package.json 🔗

Be explicit - use the 'packageManager' property in your project's package.json to tell developers which package manager to use. [...]

Using API layers on the edge for mobile apps 🔗

Recently I've been investigating how edge computing (also referred to as 'the edge') can boost the performance of mobile applications ('apps'). 🧑‍🎓 [...]

I'm not a web developer: buying vs. building my site 🔗

Recently, I was chatting with a close friend and former colleague about rebuilding my site.  I was feeling guilty for considering a paid hosted blog s [...]

Boost your career with a brag sheet 🔗

🎥 I gave a talk on this topic as part of Girl Geek X: Elevate 2023. If you'd like to check it out, you can find the recording here. When I started m [...]

How to encrypt your existing Roam Research graph 🔗

I've been using Roam Research for the past couple of years as my second brain/notebook and was excited when they announced support for encrypted hoste [...]