All articles by Brandon Konkle

Thumbnail image for Speedy Browserifying with Multiple Bundles

Speedy Browserifying with Multiple Bundles

Last month I talked about one of my favorite tools for JavaScript on the front end, Browserify, which allows you to create modular code for the browser using CommonJS modules and npm. It does this by combining the dependencies into …
Thumbnail image for Architecting Your App with React - Part 1

Architecting Your App with React - Part 1

In May of last year, Facebook released an open source library for building frontend components called React. It’s built around some rather unorthodox philosophies about the browser and application structure, but over time it has gained quite a bit of …
Thumbnail image for Untangle Your JavaScript with Browserify

Untangle Your JavaScript with Browserify

We’ve all been there. You’re working on an project with a lot of JavaScript, and you need to add a new widget that depends on some libraries. You have a complex template structure and you don’t know which libraries have …
Thumbnail image for Django Round-Up

Django Round-Up

For a while now we’ve sent out a regular newsletter called the Django Round-Up, a collection of recent links, packages, and jobs in the Django community, curated by Pete Baumgartner. It’s a great resource for keeping up with the Django …
Thumbnail image for /dev/loop5

/dev/loop5

Episode #5 of the /dev/loop podcast is live! Pete, Michael, Marco, and Yann talk about our emerging Salmon monitoring project, the growing world of JavaScript tools, and the challenge of web apps on mobile. You can watch the video above, …
Thumbnail image for /dev/loop4

/dev/loop4

Episode #3 of the /dev/loop podcast is live! Pete, Brian, and Yann discuss a/b testing, PaaS (Heroku, GAE, etc.), Django 1.5’s User model, and Firenze. You can watch the video above, or subscribe to one of our feeds below: Video …
Thumbnail image for /dev/loop3

/dev/loop3

Episode #3 of the /dev/loop podcast is live! Brandon, Pete, Graham, and Yann discussed the new incredibly thin X1 Carbon laptop, Learn with Lincoln Loop, Django Weekly, Getting Started with Django, Android development, and working with VMs using virt-manager and …
Thumbnail image for Introducing Learn with Lincoln Loop

Introducing Learn with Lincoln Loop

Today we’re excited to announce the launch of our premium screencast collection, Learn with Lincoln Loop. Over the years we’ve worked with a wide variety of technologies and techniques. With Learn, we’re making that accumulated knowledge available through high-quality, DRM-free …
Thumbnail image for /dev/loop2

/dev/loop2

Episode #2 of the /dev/loop podcast is live! Today I was joined by Pete, Graham, and Brian, and we discussed disk encryption and password sharing, client-side or server-side template rendering for Javascript, Django Rest Framework, and Graphite. You can watch …
Thumbnail image for /dev/loop1

/dev/loop1

This week’s episode of the /dev/loop podcast features Pete, Yann, Michael and Brandon discussing the Go programming language, the flexibility of SVG graphics on the web, and the ups and downs of the Bootstrap toolkit. You can watch the video …
Thumbnail image for /dev/loop0

/dev/loop0

Today, several members of the Lincoln Loop team recorded our first podcast, which we’re calling “/dev/loop”. Pete, Yann, Marco, Brian, and Brandon gathered together to discuss configuration management and Salt, Selenium testing in Django 1.4, and &yet;’s excellent Realtime Conference …
Thumbnail image for Load Testing with JMeter: Part 3 - Replaying Apache Logs

Load Testing with JMeter: Part 3 - Replaying Apache Logs

Part 1 | “Part 2”/blog/2011/oct/12/load-testing-jmeter-part-2-headless-testing-and-je/ | Part 3 A while ago, I wrote a couple of blog entries about load testing with JMeter. I promised a third entry covering how to use JMeter to replay Apache logs and roughly recreate …
Thumbnail image for Load Testing with JMeter: Part 1 - Getting Started

Load Testing with JMeter: Part 1 - Getting Started

Part 1 | “Part 2”/blog/2011/oct/12/load-testing-jmeter-part-2-headless-testing-and-je/ | Part 3 Last week, Yann Malet and I gave a talk at DjangoCon about using performance analysis to spot bottlenecks in your application. Because of the somewhat broad scope of the talk, we were …