Monday, September 02, 2024

image editors: Photopea, Inkscape

 Photopea | Online Photo Editor



Inkscape 1.3.2 - Windows : 64-bit : msi | Inkscape (local app, SVG vector graphics editor)


book: Nature of Code, with ps.js & ml5.js

this is a new edition, a complete rewrite to JavaScript from Java

Nature of Code free online
You can read the whole book here, thank you Creative Commons


$32, preorder 

July 2024, 640 pp


Coding Train · GitHub


The Coding Train - YouTube


Hanselminutes Technology Podcast - Fresh Air and Fresh Perspectives for Developers - Nature of Code with Daniel Shiffman

Nature of Code with Daniel Shiffman - YouTube


p5.js

p5.js is a friendly tool for learning to code and make art. It is a free and open-source JavaScript library built by an inclusive, nurturing community. p5.js welcomes artists, designers, beginners, educators, and anyone else!





p5.js has evolved from this previous Java tool.


Processing is a free graphics library and integrated development environment (IDE) built for the electronic arts, new media art, and visual design communities with the purpose of teaching non-programmers the fundamentals of computer programming in a visual context.

Processing uses the Java language, with additional simplifications such as additional classes and aliased mathematical functions and operations.

ml5.js | Friendly Machine Learning for the Web

ml5.js aims to make machine learning approachable for a broad audience of artists, creative coders, and students. The library provides access to machine learning algorithms and models in the browser, building on top of TensorFlow.js with no other external dependencies.

ml5 · GitHub

Daniel Shiffman - Wikipedia

Daniel Shiffman is a computer programmer, a member of the Board of Directors of the Processing Foundation,[1] and an Associate Arts Professor at the Interactive Telecommunications Program (ITP) at New York University Tisch School of the Arts.


book: Software Engineering at Google

 abseil / Software Engineering at Google (2020)

   

Software Engineering at Google: Lessons Learned from Programming Over Time: Winters, Titus, Manshreck, Tom, Wright, Hyrum: 9781492082798: Amazon.com: Books

Software Engineering at Google @ learning.oreilly.com


Software Engineering at Google • Titus Winters & Matt Kulukundis • GOTO 2022 - YouTube


Today, software engineers need to know not only how to program effectively but also how to develop proper engineering practices to make their codebase sustainable and healthy. This book emphasizes this difference between programming and software engineering.

How can software engineers manage a living codebase that evolves and responds to changing requirements and demands over the length of its life? Based on their experience at Google, software engineers Titus Winters and Hyrum Wright, along with technical writer Tom Manshreck, present a candid and insightful look at how some of the world's leading practitioners construct and maintain software. This book covers Google's unique engineering culture, processes, and tools and how these aspects contribute to the effectiveness of an engineering organization.

You'll explore three fundamental principles that software organizations should keep in mind when designing, architecting, writing, and maintaining code:

  • How time affects the sustainability of software and how to make your code resilient over time
  • How scale affects the viability of software practices within an engineering organization
  • What trade-offs a typical engineer needs to make when evaluating design and development decisions