Andrew Meredith

Andrew Meredith @kendru

About: I'm an application developer who is slowly evolving into a systems engineer. I <3 SQL databases and distributed systems.

Location:
Colorado
Joined:
Jul 7, 2019

Andrew Meredith
articles - 32 total

What are micro frontends anyway?

I have a good bit of experience as a developer, and I still honestly don't understand what micro...

Learn More 2 1Oct 29 '21

How to Grow as a Software Engineer - 5 Tips

So you got a job as a software engineer. What now? There are 1,000 technical skills that you can dig...

Learn More 7 0Oct 27 '21

Sorting a Dependency Graph in Go

Recently, I was thinking about how many of the nontrivial problems that I run into with software...

Learn More 11 0Oct 26 '21

So, I wrote a book

I just finished writing my very first book! It is an introduction to the ClojureScript programming la...

Learn More 24 15Feb 20 '21

Concurrency with core.async

This article is Lesson 25 of Andrew's book, Learn ClojureScript Asynchronous programming loves at...

Learn More 10 0Feb 8 '20

Handling Exceptions and Errors

This article is Lesson 24 of Andrew's book, Learn ClojureScript We would like to think of program...

Learn More 9 0Feb 2 '20

Namespaces and Program Structure

This article is Lesson 23 of Andrew's book, Learn ClojureScript In ClojureScript, the unit of mod...

Learn More 5 0Jan 9 '20

Managing State

This article is Lesson 22 of Andrew's book, Learn ClojureScript This lesson has been a long time...

Learn More 8 0Jan 5 '20

Functional Programming Concepts

This article is Lesson 21 of Andrew's book, Learn ClojureScript ClojureScript sits at the interse...

Learn More 15 0Nov 20 '19

Capstone 3 - Contact Book

This article is Lesson 20 of Andrew's book, Learn ClojureScript Over the past few lessons, we hav...

Learn More 6 0Nov 1 '19

Mastering Data With Maps and Vectors

This article is Lesson 19 of Andrew's book, Learn ClojureScript In this lesson, we will explore s...

Learn More 8 0Oct 24 '19

Summarizing Data

This article is Lesson 18 of Andrew's book, Learn ClojureScript So far we have learned some usefu...

Learn More 9 0Oct 24 '19

Discovering Sequence Operations

This article is Lesson 17 of Andrew's book, Learn ClojureScript Programming is all about abstract...

Learn More 3 0Oct 20 '19

Grokking Collections

This article is Lesson 16 of Andrew's book, Learn ClojureScript So far, we have been working with...

Learn More 4 0Oct 19 '19

Capstone 2: Temperature Converter

This article is Lesson 15 of Andrew's book, Learn ClojureScript Over the past few lessons, we hav...

Learn More 5 0Oct 14 '19

Performing I/O

This article is Lesson 14 of Andrew's book, Learn ClojureScript Web applications are all about in...

Learn More 2 0Oct 11 '19

Interacting With JavaScript Data

This article is Lesson 13 of Andrew's book, Learn ClojureScript One of the advantages of ClojureS...

Learn More 9 3Oct 7 '19

Reusing Code With Functions

This article is Lesson 12 of Andrew's book, Learn ClojureScript ClojureScript is a functional pro...

Learn More 8 0Oct 5 '19

If you could build any software product, what would it be?

Imagine that you had endless resources to devote to a single project, what would it be - and why?

Learn More 8 4Sep 17 '19

Looping

This article is Lesson 11 of Andrew's book, Learn ClojureScript In the last chapter, we looked at...

Learn More 8 0Sep 17 '19

Rate Limiting with a Token Bucket

Recently I was looking into options to add rate limiting to a specific endpoint in an application at...

Learn More 6 0Sep 16 '19

Making Choices

This article is Lesson 10 of Andrew's book, Learn ClojureScript Up to this point, we have mostly...

Learn More 8 0Sep 14 '19

Using Variables and Values

This article is Lesson 9 of Andrew's book, Learn ClojureScript ClojureScript takes what we think...

Learn More 9 0Sep 13 '19

Capstone 1: Weather Forecasting App

This article is Lesson 8 of Andrew's book, Learn ClojureScript Over the past couple of chapters,...

Learn More 6 0Sep 12 '19

Can Rust replace C/C++ as a systems language?

I have been watching the CMU Advanced Database Systems course lectures on YouTube and have been tryin...

Learn More 6 6Sep 12 '19

REPL Crash Course

This article is Lesson 7 of Andrew's book, Learn ClojureScript In the previous chapter, we learne...

Learn More 6 0Sep 11 '19

Receiving Rapid Feedback with Figwheel

This article is Lesson 6 of Andrew's book, Learn ClojureScript In the last chapter, we only execu...

Learn More 7 0Sep 10 '19

Bootstrapping a ClojureScript Project

This article is Lesson 5 of Andrew's book, Learn ClojureScript Until this point, our discussion o...

Learn More 9 0Sep 9 '19

Expressions and Evaluation

This article is Lesson 4 of Andrew's book, Learn ClojureScript As we briefly touched on in the pr...

Learn More 2 0Sep 8 '19

Building Blocks (Learn ClojureScript)

This article is Lesson 3 of Andrew's book, Learn ClojureScript With an understanding of what Cloj...

Learn More 10 0Sep 5 '19