pragdave
@pragdave.bsky.social
📤 874
📥 75
📝 32
Accident prone programmer, speaker, and writer.
https://pragprog.com
reposted by
pragdave
Saron Yitbarek
7 months ago
Honored to be asked to review
@pragdave.bsky.social
's new book for programmers, Simplicity. It was such a joy to read -- like having your super experienced senior dev best friend share all their coding and productivity secrets. It's now in beta, check it out ❤️
pragprog.com/titles/dtcod...
loading . . .
simplicity
Fight complexity and reclaim the original spirit of agility by learning to simplify how you develop software. The result: a more humane and effective environment, and a happier you.
https://pragprog.com/titles/dtcode/simplicity/
2
21
3
I had a really nice chat with
@bruceeckel.bsky.social
and
@jamesward.com
about programming, need, and satisfaction
creators.spotify.com/pod/show/hap...
loading . . .
#107 The Joy of Programming with Dave Thomas by Happy Path Programming
We chat with Dave Thomas, co-author of The Pragmatic Programmer, about the joy of programming and the tensions between our and others needs. Discuss this episode: discord.gg/XVKD2uPKyF
https://creators.spotify.com/pod/show/happypathprogramming/episodes/107-The-Joy-of-Programming-with-Dave-Thomas-e2sq78t/a-abmuu1r
9 months ago
1
12
4
Day 7 of the
#AdventofCode
. I'm really please with the first part: generating all permutations of the two operators by adding one to a count.
loading . . .
2024 Advent of Code, day 7
This one had a fun first part but I think I must have missed something obvious in the second: it runs way too sloe.
https://buff.ly/4gESENj
10 months ago
0
4
0
And
#AdventOfCode
day 4 is up, including a wee little data-driven search...
youtu.be/Uy02EnbHvbA
loading . . .
2024 Advent of Code, Day 4
YouTube video by pragdave
https://youtu.be/Uy02EnbHvbA
10 months ago
0
2
1
Day 3 of AoC is up. Lots of regular expressions and bad typing...
youtu.be/8WC8kks2Mws
loading . . .
2024 Advent of Code, Day 3
YouTube video by pragdave
https://youtu.be/8WC8kks2Mws
10 months ago
0
4
2
reposted by
pragdave
The Pragmatic Bookshelf ✅
10 months ago
This week's PragProg Best Sellers: 1. Agile Web Development with Rails 8 by
@intertwingly.net
2. Network Programming in Elixir and Erlang by
@whatyouhi.de
3. Real-World Event Sourcing by
@kevinhoffman.bsky.social
https://pragprog.com/best_sellers/
0
7
5
Day 2 of my
#AdventOfCode
exploration is now online.
www.youtube.com/watch?v=_6EL...
loading . . .
2024 Advent of Code, Day 2
YouTube video by pragdave
https://www.youtube.com/watch?v=_6ELdnK5nQw
10 months ago
0
4
1
ust as an experiment, I'm recording myself working through the Advent of Code challenges. The videos are pretty raw: I edit out long silences and the occasional dog park, but otherwise they've just me bumbling along. Enjoy:
www.youtube.com/watch?v=oEI2...
loading . . .
2024 Advent of Code, Day 1
YouTube video by pragdave
https://www.youtube.com/watch?v=oEI2oVgHE1Y
10 months ago
1
11
3
Massive congratulations to Chris McCord and the team for reaching the amazing milestone of LiveView 1.0.
10 months ago
0
26
3
Most framework curators seem to value signing up new users over supporting existing users and their apps–each major release will adopt the libraries and ideas du jour, attracting people who want to play with them to the detriment of existing users who now have to spend time fixing their code.
10 months ago
1
6
2
This is Finley. Finley's parents work in our ebook department, where they enjoy picking out the best 1s and 0s as they craft each download. They would really appreciate it if you'd pick up one of the books they made, because they hope to buy Finley a wheel for Christmas.
10 months ago
2
5
1
reposted by
pragdave
Margaret Eldridge
10 months ago
7 skills in 7 weeks! Dive into coding, databases, and web frameworks with our
#BlackFriday
sale. Use code turkeysale2024. Details in the article:
medium.com/pragmatic-pr...
#coding
#web
#programming
#pragprog
#books
@pragprog.com
2
6
3
Aerospace might well be the workspace manager for OS X that I've been looking for. Anyone got any other favorites?
10 months ago
3
2
0
I just tried installing eight popular CMS apps under Rails 8. Only one of them got past the initial install stage. Makes me want to use Java.
11 months ago
0
6
0
This afternoon I submitted an issue to the JRuby team. Five hours later they had the fix ready to merge. I'm seriously impressed.
11 months ago
0
14
1
On the face of it, Payload and Drizzle have a nice looking take on database migrations. During development, the scheme just updates automatically. When a feature is complete, you then ask it to create a migration to formalize the little changes you've made.
11 months ago
0
2
0
reposted by
pragdave
Rebecca Skinner
11 months ago
I really try not to do too much self promotion. I think it's annoying, and I generally believe that the best way to get interest in your work is to give people something they value. That said, new platform so I'll do this once: I wrote a book about Haskell:
www.pragprog.com/titles/rshas...
loading . . .
Effective Haskell
Build efficient applications that exploit the unique benefits of a pure functional language, learning from an engineer who uses Haskell to do practical work.
https://www.pragprog.com/titles/rshaskell/effective-haskell/
7
116
25
reposted by
pragdave
Adolfo Neto
11 months ago
I have just finished reading Currently Away, by
@redrapids.bsky.social
and
@maggietate.bsky.social
. It is not a book about a boat trip. It is a book about two fascinating human beings that decided to take that trip (known as The Great Loop). In some chapters you cry, but most of the time you laugh.
3
11
4
"What I do now is type English sentences in increasingly desperate attempts to get ChatGPT to output what I want (or provide snippets to Copilot to get the right autocompletion), which -- as they are pretty much black boxes -- is frustrating and non-linear: it either "just works," or it doesn't. "
11 months ago
1
3
2
We don't stop playing because we grow old; we grow old because we stop playing. George Bernard Shaw
11 months ago
0
12
2
reposted by
pragdave
Noel Rappin
11 months ago
For
#rubyconf
, I've got a coupon code. 35% off the Pickaxe ebook at
pragprog.com/titles/ruby5...
with the code: rubyconfchicago Good through the end of November...
loading . . .
Programming Ruby 3.3 (5th Edition)
Programming Ruby is the most complete book on Ruby, covering both the language itself and the standard library as well as commonly used third-party tools.
https://pragprog.com/titles/ruby5/programming-ruby-3-3-5th-edition/
0
15
13
reposted by
pragdave
Margaret Eldridge
11 months ago
Now out of beta, Serverless Apps on Cloudflare by Ashley Peacock helps you focus on code, not servers. Medium:
medium.com/pragmatic-pr...
ebook:
pragprog.com/titles/apapps
Paper:
www.biblio.com/bookstores/
#serverless
#cloudflare
#cloudcomputing
#webdevelopment
#pragprog
#books
0
4
1
you reached the end!!
feeds!
log in