I wrote a lot of blog posts over my time at Parse, but they all evaporated after Facebook killed the product. Most of them I didn’t care about (there were, ahem, a lot of “service relia…| charity.wtf
At Allegro, we continuously improve our development processes to maintain high code quality and efficiency standards. One of the significant challenges we encounter is managing code migrations at scale, especially with breaking changes in our internal libraries or workflows. Manual code migration is a severe burden, with over 2000 services (and their repositories). We need to introduce some kind of code migration management.| blog.allegro.tech
Assumed Audience: practitioners or interested lookers-on for software development—especially indies. Today, I had about 3½ hours dedicated to working on rewrite and I did make progress… but it sure didn’t feel like it. For the past month or so, I’ve been sidelined from working on the project by way of getting very sick and then being swamped with travel for a conference followed by a friend’s wedding. I resolved, however, to get some things done today. I enjoyed that sense of mome...| Chris Krycho
Assumed Audience: practitioners or interested lookers-on for software development—especially indies. This week, I started the actually writing software phase of working on rewrite. As of yesterday evening, I actually have a bit of code that, although useless in every way, and not especially attractive, does in fact displays a single reference on an iPhone screen. I have an incredibly, impossibly long way to go. It doesn’t matter: I started. I had the day off on Monday courtesy of Labor Da...| Chris Krycho
I am trying to start actually building rewrite… and I actually have no idea how to do this!| v4.chriskrycho.com
Assumed Audience: people interested in note-taking, research, and long-form writing. For the past four years, I have been dreaming of an absurdly ambitious application: a tool that can actually handle research writing well. Good research writing—whether it’s a college paper or a Ph.D. thesis, a journal publication or a magazine article, a scholarly blog or a big book—is a complex and challenging task. At a minimum, research writing includes: finding resources, tracking references to th...| Chris Krycho
(Is the title a little dramatic? Maybe? Eh, I’m going to roll with it.) So! You need to rewrite your novel. Bummer, right? All those hours of work only to be told that this draft just isnR…| Martin Cahill
I joined Mozilla 3 years, 4 months, and 6 days ago. Time flies!| Lucas Rocha
Stalwart Mail Server continues its tradition of constant innovation and advancement with the release of version 0.3.2. Address rewriting has always been a highly requested feature, and we've delivered in a big way. The 0.3.2 update introduces sender and recipient address rewriting using both regular expressions and Sieve scripts. This means you now have the ability to manipulate and manage email addresses like never before, providing unparalleled flexibility in routing your emails.| stalw.art
Git understands that humans are not perfect, and that often we want to change our minds about what we did. To help with this, git offers many tools to undo our changes and even change history. The trick is knowing when to use which tool.| Git Cookbook
We dive into the git rebase command and take away all the fear around it.| Git Cookbook
Ever committed something very large or sensitive? Find out how you can remove it from your repository.| Git Cookbook