RSSAmplifier

Blog

Bakedbean

Recent content on Bakedbean

bakedbean.org.ukRSS feed ↗13 posts

Latest posts

AirDrop Anywhere - Part 4 - Making it work on Windows

Part four of the journey towards implementing AirDrop on any platform using .NET Core. This episode we cover receiving files on a non-Apple device from an Apple device via an intermediary using .NET.

AirDrop Anywhere - Part 3 - Receiving files

Part three of the journey towards implementing AirDrop on any platform using .NET Core. This episode we cover receiving files from one Apple device to another using a .NET implementation of AirDrop.

AirDrop Anywhere - Part 2 - Writing some code

Part two of the journey towards implementing AirDrop on any platform using .NET Core. This time we talk about the implementation of the base services needed to support AirDrop.

AirDrop Anywhere - Part 1 - Introduction

Part one of the journey towards implementing AirDrop on any platform using .NET Core. In this instalment we dig into the problem and poke at some potential solutions.

Fun with IConfiguration

These days a .NET application is typically configured at startup using an extensible API known as the configuration builder API. This allows the use of arbitrary sources of configuration - typically, out of the box, that means environment variables, command line args and JSON files (e.g. appsettings.json) but can also mean more “exotic” sources; anything from INI files to a SQL…

Developing Stack Overflow on MacOS

After a whole lot of months in the making we finally finished porting Stack Overflow to .NET Core 3.1 🎉! When you hit any part of Stack Overflow or the wider Stack Exchange network you’re now hitting our main application running on .NET Core behind IIS using the in-process execution model. We plan to have a whole series of blog posts about the port - the good, the bad & the ugly, but today…

Authenticating to Google using PowerShell and OAuth

At Stack we’ve written and maintain a set of scripts named “Dev-Local-Setup” that our developers and designers can use to quickly provision their local environments. They assist in installing pre-requisites (things like Chocolatey, SQL Server, VS 2019, .NET Core SDKs), pulling down repos and provisioning databases and websites used by specific teams. They’re packaged as a…

Building Stack Overflow Job Search - Transforming Queries

Last time we talked about how we built a parser that can take a string input (written in Jobs Query Language or JQL) and parse it into an abstract syntax tree (AST) representing the query. This episode explores the reasons why we would do this and what we can do with the tree once we have it. Syntax Tree Uses We could take an input string representing JQL and directly translate into a query…

Building Stack Overflow Job Search - Parsing Queries

In Part 1 we talked about some of the shortcomings of Stack Overflow’s job search and how we planned to address them. In this episode we’ll dive into how our parser is written. Some Background Most people seem to get scared the moment the words lexer or parser get mentioned. I’d highly recommend watching Rob Pike’s talk on the Go lexer and parser; it clears up a lot of…

Building Stack Overflow Job Search

Stack Overflow Jobs has always had the ability to perform searches across jobs on the site and, until a couple of years ago, used a simplistic implementation that served us well for a long time. It did have its quirks, however, and solicited a fair amount of feedback on our meta sites (Meta Stack Exchange and Stack Overflow Meta) from developers feeling that they were unable to really filter…

Integrating NFig with .NET Core

Over the past few weeks we’ve been busy laying the groundwork needed to support migrating Stack Overflow to ASP.NET Core . Our roadmap for the migration extends out to later this year, but we’ve been tackling a lot of pre-requisites:

Welcome

Welcome! I’ll be posting here semi-regularly about some of the day-to-day work we do at Stack Overflow. Coming soon: fun with .NET Core!

About

Hi there! My name is Dean Ward and I’m a principal engineer in the Azure App Services group at Microsoft. I mostly work on building performant systems and the infrastructure to allow others to do so. Once upon a time I used to work on the Platform Engineering Team at Stack Overflow doing similar stuffs.