Bookmarks tagged programming

8 Nov 2023 github.com
A collection of concise write-ups on small things I learn day to day across a variety of languages and technologies. These are things that don't really warrant a full blog post. These are things I've picked up by Learning In Public™ and pairing with smart people at Hashrocket.
https://dev.to/jbranchaud/how-i-built-a-learning-machine-45k9
29 Sep 2023 google.github.io
This is a free Rust course developed by the Android team at Google. The course covers the full spectrum of Rust, from basic syntax to advanced topics like generics and error handling.
The goal of the course is to teach you Rust. We assume you don’t know anything about Rust
#Rust + #programming
29 Sep 2023 jojozhuang.github.io
Mermaid is a JavaScript-based tool that transforms Markdown-style text into dynamic diagrams, allowing you to create and modify them effortlessly. Mermaid makes it easy to generate diagrams and visuals using simple text and code
29 Sep 2023 github.com
Congratulations for deciding to participate in a 30 days of Python programming challenge . In this challenge you will learn everything you need to be a python programmer and the whole concept of programming. In the end of the challenge you will get a 30DaysOfPython programming challenge certificate.
29 Sep 2023 github.com
Pygame is a free and open-source cross-platform library for the development of multimedia applications like video games using Python. It uses the Simple DirectMedia Layer library and several other popular libraries to abstract the most common functions, making writing these programs a more intuitive task.
29 Sep 2023 questdb.io
Fuzz testing is an automated software testing technique that involves providing invalid, unexpected, or random data as inputs to a computer program. The program is then monitored for exceptions such as crashes, failing built-in code assertions, or potential memory leaks.
#programming #testing +