Use lein -U deps to force leiningen to update SNAPSHOT and RELEASE dependencies in a Leiningen project. The post Updating RELEASE dependencies in ClojureScript appeared first on Alex Eberts .
TL;DR: A beginner-level exploration of a ClojureScript REPL session complete with mistakes of the type made by me so that you might avoid these common pitfalls when starting your own ClojureScript adventures. I love the interactivity of working with code in a Clojure(Script) REPL (REPL = read-evaluate-print-loop ). Understanding a few basic concepts can help ease [ ] The post Exploring the…
TL;DR: Here’s a simple excel template to help you plan your daily routine and (hopefully) increase your productivity. For the impatient, download the: Daily Planning Template Daniel Markovitz wrote an interesting article on blogs.HBR.org titled “To-Do Lists Don’t Work”. I agree with Daniel that traditional to-do lists lack “commitment devices” and I’ve definitely felt overwhelmed while [ ] The…
tl;dr Bind Command + j , k , l , and ; to the cursor movement keys for a more fluid, productive text editing experience on MacOS. (For the impatient: Jump straight to the implementation) I recently read a great post by Jamie Buelta titled Vim speed is not really the point . In the post, Jamie argues that [ ] The post Efficient Text Editing on MacOS appeared first on Alex Eberts .
Do you ever run into the problem where you sit down at your desk with the goal of getting that important report done only to find that it’s 11am and you haven’t started yet? Well, here’s a tip for getting off to the right start on your day: Check your calendar and your todo list before jumping [ ] The post Tip: Check Your Calendar First appeared first on Alex Eberts .