Content tagged with “programming”

There are item(s) tagged with “programming” on this site.

Other tags used more than once by these items: tech, web, javascript, business, design, content-management, node, philosophy, math, css, drupal, project-management, software-engineering, search, java, networking, dojo, publishing, xml

Beginning Ethereum Smart Contracts Programming: With Examples in Python, Solidity, and JavaScript
Pages
312
Author
Wei-Meng Lee
Published
2019
Date
Tags
crypto, tech, javascript, programming

“On the plus side, this book had a good explanation of blockchain in the beginning. It also explains the basics of Smart Contracts. But it’s essentially a user manual for a bunch of software tools. A lot of the book is screenshots of UIs. It was hard to ‘zoom out’ and get a longer view of what the…”

Bitwise: A Life in Code
Pages
304
Author
David Auerbach
Published
2018
Date
Tags
programming, philosophy, tech, biography

“The book is weird. It’s not about ‘code,’ really. It’s about human representation in code. It’s really about how humans relate to code, and about how humans are represented as code. Two chapters in the middle are representative, and neither have anything to do with code – One discussed the…”

Bitwise Operations
Date
Tags
programming, math

“This is a computer programming term. It refers to operations that are performed on sequences of bits, in aggregate. A byte is made up of eight bits, which can be 0 or 1. So a byte might look like this: 00011011 A bitstring (or bitpattern) is any sequence of bits – not necessarily an entire byte. A…”

C# 9 and .NET 5: Build intelligent apps, websites, and services with Blazor, ASP.NET Core, and Entity Framework Core using Visual Studio Code
Pages
0
Author
Mark J. Price
Published
2020
Date
Tags
programming

“I’ve been coding C# for more than a decade, but I still found so much in here that I missed over the years. Lots of these things were basic language features that I was just working around, in complete ignorance. Other things were changes in the platform over the years. Fact is, we get stuck in…”

Code: The Hidden Language of Computer Hardware and Software
Pages
480
Author
Charles Petzold
Published
2022
Date
Tags
tech, programming

“This book started so well, but then it got way more in-depth than I wanted to get, and it ultimately lost me. This is a book about how computers work. Literally how the computer thinks. The author starts off with basic codes, like Morse Code, explaining how more complex concepts can be made from…”

CSS Master
Pages
354
Author
Tiffany B. Brown
Published
2018
Date
Tags
programming, css

“The book was a bit scattered, though I’m not sure what I expected. I was looking for a book on CSS best practices, and there is some of that in here, but there’s also a re-hash of a lot of non-secret CSS stuff. Like, there’s a whole chapters on transforms and another on transitions, which isn’t…”

CSS: The Definitive Guide
Pages
1123
Author
Eric A. Meyer
Published
2017
Date
Tags
programming, css, design, web, tech

“An absolutely magisterial work that explores every last corner of the CSS spec. The advancements that have come along since I learned CSS are amazing – you can almost write executable code in CSS now. This book explores every edge case, no matter absurd, to probe every last corner of the spec. I…”

Declarative vs. Prescriptive
Date
Tags
programming

“These are two terms you mostly hear in programming (when used together), but which apply to a lot of other things as well. You need to consider their roots: Declare: ‘Get me this thing’ Prescribe: ‘Here is how to get this thing’ In programming, ‘prescriptive code’ specifies exactly how to do…”

The DevOps Handbook: How to Create World-Class Agility, Reliability, and Security in Technology Organizations
Pages
437
Author
Gene Kim
Published
2016
Date
Tags
tech, programming, business, economics, research

“A very complete look at all the steps necessary to manage devops in a software shop. Some of it was lost on me, because it’s exactly what it purported to be: a comprehensive review of everything you might do to manage the process of releasing and supporting software. Of interest was some emphasis…”

Drupal for Humanists
Pages
396
Author
Quinn Dombrowski
Published
2016
Date
Tags
content-management, programming, drupal

“Good book for what it is. If you know Drupal, you’ll be bored. But if you have no idea what a CMS is, this is a good overview. There is zero code. This is all ‘Drupal by configuration,’ which is a school of thought which may or may not appeal to you. Gets bogged down in individual module…”

Getting Started With Ghost
Pages
152
Author
Kezz Bracey
Published
2014
Date
Tags
programming, content-management, design, publishing, tech

“I’m rating this five stars because it accomplished everything it set out to do, but books like this really defy rating. This is a procedural book. You’re meant to have this open while you do stuff. There’s not a lot of words – it’s largely screencaps and code listings. Books like this also become…”

Git for Humans
Pages
134
Author
David Demaree
Published
2016
Date
Tags
programming

“this book prompted me to re-acquaint myself with a word: ‘grok.’ To grok something is to understand it intuitively, down to its bones. The term comes from a Robert Heinlein book, it turns out. ‘Git for Humans’ took me a step closer to grokking Git. Lots of tutorial books are of the ‘insert tab A…”

Hypermedia Systems
Pages
350
Author
Carson Gross, Adam Stepinski, Deniz Akşimşek, William Talcott, Mike Amundsen
Published
2023
Date
Tags
tech, programming

“I’ve used HTMX for a number of years (I currently use it on the very website this review was posted to). As such, this book is preaching to the choir quite a bit. Like a lot of situations with technology, the book exists on two levels: To evangelize the use of HTML (‘hypermedia’) to build…”

The Imposter’s Handbook
Pages
463
Author
Rob Conery
Published
2016
Date
Tags
programming

“A good look at all the skills you should know but don’t if you’re a programmer without a CS degree. My degree was in Political Science (I was going to go to law school), and I’m a self-taught developer. This book covered a lot of things I sort of knew but had never really studied (especially data…”

Instant Npm
Pages
0
Author
Juzer Ali
Published
2013
Date
Tags
programming, npm, tech, javascript

“ Very short, solid book that delivers exactly what it claims. It covers npm well, concisely, and to-the-point. I learned a lot without a ton of overhead. ”

Java Pocket Guide: Instant Help for Java Programmers
Pages
290
Author
Robert Liguori
Published
2017
Date
Tags
programming, java, tech

“Exactly what the title says – it’s a very short, concise guide to the Java language. It’s especially helpful for developers of other languages who want to see how things are done in Java. I read it over the course of a day – kept it in my back pocket while I walked around the Mall of America. I’d…”

Learning React: Functional Web Development with React and Redux
Pages
350
Author
Alex Banks
Published
2017
Date
Tags
programming, react, tech, web

“This is a solid overview of React. Good examples, but like most coding books, they get long. Also, ‘React’ isn’t just one thing – it’s an entire stack of technologies that work together, and this book seems to cover them all. Well-written, clear. (I find technical books hard to assign star ratings…”

Linked Data
Pages
336
Author
David Wood
Published
2013
Date
Tags
programming, web

“This is a comprehensive and primer review of RDF. I don’t know if ‘linked data’ is a specific term, but in this book, it’s RDF, and not just ‘casual’ RDF. It’s not just embedded metadata – this is a hardcore look at creating what are essentially distributed databases based on RDF data. Not for the…”

On Sharing Code…
Date
Tags
programming

“There’s a tendency to get really weird about sharing code, which prevents people from doing it. I’m trying to get better about this. The average programmer will be writing something handy, and they’ll think, ‘I should publish this…’ But then they get freaked out, because it has to be… better. It…”

Programmer’s Guide to Drupal
Pages
114
Author
Jennifer Hodgdon
Published
2012
Date
Tags
programming, drupal, content-management, web, tech

“ If you’re a developer and you just never ‘got’ Drupal, this is your book. If this book succeeds at one thing, it’s to change your mindset about Drupal – to understand the different paradigms you need to adopt to work with it. Highly recommended in that sense. ”

Refactoring: Improving the Design of Existing Code
Pages
431
Author
Martin Fowler
Published
1999
Date
Tags
programming, tech

“This is one of the great books of computer science. As the title would imply, it’s about fixing the internals of computer programs, without changing how the program functions from the ‘outside.’ This is a time-honored task in computer science – programs get all twisted and crufty over time as…”

Working with MediaWiki
Pages
314
Author
Yaron Koren
Published
2012
Date
Tags
wikis, programming, mediawiki

“ Really wonderful book that covers all the high points. It delves as deep as it needs to, and invites you to explore things that interest you more, which is the hallmark of a good technical book. If you know nothing, this gives you a nice base, and a roadmap for where to go from here. ”

You Don’t Know JS: this & Object Prototypes
Pages
174
Author
Kyle Simpson
Published
2014
Date
Tags
programming, javascript, tech

“Deeply opinionated book that is violently opposed to the use of JS as an object-oriented language. It’s well-written, and has clear information and code samples, but the author is pushing an agenda which gets a little tiresome. I felt like I had to decide: do I believe the entire design team behind…”