tomorrow November 28 we're doing a Big Zine Sale!
-
next: How Containers Work!
Docker containers are actually many different Linux features mashed together, and I found containers WAY easier to understand when I understood the individual Linux features: namespaces! capabilities! pivot_root! overlay filesystems! seccomp!
https://wizardzines.com/zines/containers/
(3/16)
next: Hell Yes! CSS!
I used to be terrified of CSS. What helped me was starting to really take CSS seriously as a technology and accept that I was just going to have to spend hours debugging tiny "formatting" issues. This zine is about some CSS basics that made me feel more comfortable.
(4/16)
-
next: Hell Yes! CSS!
I used to be terrified of CSS. What helped me was starting to really take CSS seriously as a technology and accept that I was just going to have to spend hours debugging tiny "formatting" issues. This zine is about some CSS basics that made me feel more comfortable.
(4/16)
next: Oh Shit, Git!
This was a collab with the amazing Katie Sylor-Miller (@ksylor), the author of https://ohshitgit.com
It's a reference for what to do to git out of a git mess
https://wizardzines.com/zines/oh-shit-git/
(5/16)
-
next: Oh Shit, Git!
This was a collab with the amazing Katie Sylor-Miller (@ksylor), the author of https://ohshitgit.com
It's a reference for what to do to git out of a git mess
https://wizardzines.com/zines/oh-shit-git/
(5/16)
next: How Git Works!
This is our best-selling zine of all time (probably because so many people struggle with Git ❤). It explains git’s core concepts (commits! branches! merging! remotes!) with minimal jargon and a focus on the actual problems that can ruin your day.
https://wizardzines.com/zines/git/
(6/16)
-
next: How Git Works!
This is our best-selling zine of all time (probably because so many people struggle with Git ❤). It explains git’s core concepts (commits! branches! merging! remotes!) with minimal jargon and a focus on the actual problems that can ruin your day.
https://wizardzines.com/zines/git/
(6/16)
next: Help! I Have a Manager!
I wrote this a few years after I started my first job where I had a manager. I initially didn't understand what my relationship with my manager was supposed to look like and this is about what I learned from working with a great manager. (shoutout to Jay Shirley & everyone else who helped me)
https://wizardzines.com/zines/manager/
(7/16)
-
next: Help! I Have a Manager!
I wrote this a few years after I started my first job where I had a manager. I initially didn't understand what my relationship with my manager was supposed to look like and this is about what I learned from working with a great manager. (shoutout to Jay Shirley & everyone else who helped me)
https://wizardzines.com/zines/manager/
(7/16)
next: HTTP: Learn Your Browser's Language
Learning how HTTP works really made websites click for me. I just think it's so cool that when your browser is communicating with a website, you can go into the network tab, click on a request, and see exactly what's going on in a (relatively) human-readable way.
(8/16)
-
next: HTTP: Learn Your Browser's Language
Learning how HTTP works really made websites click for me. I just think it's so cool that when your browser is communicating with a website, you can go into the network tab, click on a request, and see exactly what's going on in a (relatively) human-readable way.
(8/16)
next: Bite Size Linux!
I was still getting started with zines at this point and part of what motivated me to publish this was that I posted a comic about /proc on Twitter and it got 5000 retweets. (/proc is AMAZING)
This is about some of the basic building blocks on Linux (files! signals! system calls!), what's weird about them (buffering!) and how you can inspect them (like with /proc)
It's one of the first zines so it's all handwritten.
https://wizardzines.com/zines/bite-size-linux/
(9/16)
-
next: Bite Size Linux!
I was still getting started with zines at this point and part of what motivated me to publish this was that I posted a comic about /proc on Twitter and it got 5000 retweets. (/proc is AMAZING)
This is about some of the basic building blocks on Linux (files! signals! system calls!), what's weird about them (buffering!) and how you can inspect them (like with /proc)
It's one of the first zines so it's all handwritten.
https://wizardzines.com/zines/bite-size-linux/
(9/16)
next: Bite Size Command Line
This is a reference for the basic Linux command line tools (grep! awk!) with only the command line arguments that I actually use and examples for each one.
I wrote this because I was mad that man pages don't have examples (still am but I made my own in the meantime :) )
https://wizardzines.com/zines/bite-size-command-line/
(10/16)
-
next: Bite Size Command Line
This is a reference for the basic Linux command line tools (grep! awk!) with only the command line arguments that I actually use and examples for each one.
I wrote this because I was mad that man pages don't have examples (still am but I made my own in the meantime :) )
https://wizardzines.com/zines/bite-size-command-line/
(10/16)
next: Bite Size Bash!
I love writing simple bash scripts (you can do so much!) but bash has some weird gotchas. This zine explains all the surprising bash things that have tripped me up.
reading the reader testimonials for this one is always funny to me because they're so positive they feel made up: "I bought this, and in 28 pages it gave me more useful information than my fat Bash books."
(12/16)
-
next: Bite Size Bash!
I love writing simple bash scripts (you can do so much!) but bash has some weird gotchas. This zine explains all the surprising bash things that have tripped me up.
reading the reader testimonials for this one is always funny to me because they're so positive they feel made up: "I bought this, and in 28 pages it gave me more useful information than my fat Bash books."
(12/16)
next: The Pocket Guide to Debugging
I wrote this because my brother was learning to program, I wanted to recommend a guide to debugging to him, but I couldn't find one.
It's a mix of practical tips ("see if you can find an old version of the code that works!") and ways to manage all of the FEELINGS that come up while debugging.
(13/16)
-
next: The Pocket Guide to Debugging
I wrote this because my brother was learning to program, I wanted to recommend a guide to debugging to him, but I couldn't find one.
It's a mix of practical tips ("see if you can find an old version of the code that works!") and ways to manage all of the FEELINGS that come up while debugging.
(13/16)
next: How DNS Works!
DNS is frustrating, but I think the way it works is really cool. This explains about how the DNS protocol works, every weird thing I know about DNS caching, and how to use `dig` to debug DNS problems.
https://wizardzines.com/zines/dns/
(14/16)
-
next: How DNS Works!
DNS is frustrating, but I think the way it works is really cool. This explains about how the DNS protocol works, every weird thing I know about DNS caching, and how to use `dig` to debug DNS problems.
https://wizardzines.com/zines/dns/
(14/16)
next: Become a SELECT Star!
This is a quick intro to some of the surprising things about SQL! (like how NULL is not equal to NULL), as well as some fun features like window functions.
I wrote this after spending a huge amount of time running SQL queries to do data analysis.
https://wizardzines.com/zines/sql/
(15/16)
-
next: Become a SELECT Star!
This is a quick intro to some of the surprising things about SQL! (like how NULL is not equal to NULL), as well as some fun features like window functions.
I wrote this after spending a huge amount of time running SQL queries to do data analysis.
https://wizardzines.com/zines/sql/
(15/16)
finally: How Integers and Floats Work
This one started out life as "a zine about how computers represent data in binary", but then once we'd explained how numbers work we ran out of space. But a lot of what computers represent IS numbers so I still think of this as the "binary zine".
https://wizardzines.com/zines/integers-floats/
That's all of the zines! They're all on sale tomorrow! You can add https://wzrd.page/cal to your calendar if you want a Google Calendar reminder.
(16/16)
-
undefined oblomov@sociale.network shared this topic on
undefined filobus@sociale.network shared this topic on