Pas de Code
76 subscribers
106 photos
1 file
402 links
What I cannot create, I do not understand.

DM: @alexey_mileev
Original channel in RU: @devballet
Twitter: twitter.com/pasdecode_
Download Telegram
I can't help but share this link: ask me anything with SpaceX software team on Reddit. Lots of interesting stuff: e.g. for state management they use Redux model outside the UI layer.
 
#software #programming #spacex
A very practical page of Elm guides: Types as Sets. By using well-tailored types we can protect ourselves from different kinds of invalid states in our programs. So why not just use this approach?

#type #programming #math
Interruptions are frustrating to developers, it's a fact. In this post you'll find some trivial tips on minimizing them, but you'll also find a somewhat beautiful analogy between building a picture of a piece of code in your head and building a card tower, really liked that one.

#focus #programming
Yet another talk by Rich Hickey. He discusses the difference between simple and easy, why simplicity is important and how to spot the lack of it in your tools and systems.

#talk #programming
A short post on history of programming languages, systems' simplicity, and, surprise-surprise, Go.

"Somewhere between Objective-C and Swift you ended up with one framework from the past, one framework from the future, and one tangled mess in the present."

#programming #golang
A short post from our JS neighbors: Angular is too complex, it's harder to use it than not to use it, let's just switch to vanilla JS with a little bit of jQuery.

#programming #fragmework
Outstanding bug! Someone has spotted a ~49.7 days period in the count of used CPU cores. Spoiler: integer overflow. Go read what has actually happenned!

#time #programming #bug
Awesome stuff!
The Grug Brained Developer.
A long post about different aspects of our job written in a "Hulk angry" style.
Almost any line could be an amazing quote, I've picked these:
- "grug brain developer not so smart, but grug brain developer program many long year and learn some things although mostly still confused"
- "Microservices: grug wonder why big brain take hardest problem, factoring system correctly, and introduce network call too"
- "javascript developers call very special complexity demon spirit in javascript "callback hell" because too much closure used by javascript libraries very sad but also javascript developer get what deserved let grug be frank"

#programming #humor
Not sure how to summarize this post. Author shares his thoughts on soft and languages, experiments with UI-frameworks, and, finally, implements a JVM language. It's a longread, but it's worth it.

#ui #programming #language