Julian Krispel·Nov 8, 2020Writing terraform with typescriptYou may or may not have heard about the release of the terraform cdk (short for cloud development kit). It’s HashiCorps answer to the aws…
Julian Krispel·Oct 18, 2019Zettel ✎ A library for building editorstldr: zettel.software, github.com/juliankrispel/zettel
Julian Krispel·Aug 30, 2017Redux isn’t slow, you’re just doing it wrongIt’s not very obvious how to optimize react applications that use Redux. But it’s actually fairly straightforward. Here’s a short guide…
Julian Krispel·Jul 5, 2017Focus is all — How to successfully work with freelance developersWhether you’re an organisation looking to for a freelance engineer or vice versa. In this post I go over what I’ve learnt can enable an…
Julian Krispel·Jul 5, 2017Best practices when working with draft jsThis is a collection of tips and opinions on using draft-js. Given the framework’s youth and lack of guidance on the internet, I feel like…
Julian Krispel·Jun 28, 2017Draft-js building search and replace functionalityIn this tutorial you’ll learn how to implement a search and replace functionality. You’ll use Modifiers to update state and decorators to…
Julian Krispel·Jun 23, 2017Draft-js and Redux — the perfect coupleIn this tutorial you’ll learn how to use Draft.js together with Redux, our favorite state management system for react apps.
Julian Krispel·Jun 21, 2017Draft-js — Saving data to the serverPersisting data with draft js is not very obvious but actually fairly straightforward. In this tutorial you will learn how you would…A response icon3A response icon3
Julian Krispel·Jun 21, 2017Getting started with draft.js pluginsDraft.js is a very powerful on its own. But if you’ve ever used draft js to build apps, you’ll know that you quickly end up building a…
InDailyJSbyJulian Krispel·Jun 20, 2017Getting started with draft.jsDraft.js is a powerful framework for creating text based editors. It removes a lot of the complexity of working with contentEditable. This…A response icon2A response icon2