Lisp Programmierung
25. Oktober 2022 / 9. Juni 2024 von Daniel Annen | Kommentar schreiben
Fireship (14.10.2022) Lisp is world’s second high-level programming language and is still used to build software today. It was the first to implement many popular programming techniques like higher-order functions, recursion, REPL, garbage collection, and more.
Weiterlesen »
Schlagworte
Programmierung
25. Oktober 2022 / 12. November 2023 von Daniel Annen | Kommentar schreiben
Fireship
25. August 2022 / 12. November 2023 von Daniel Annen | Kommentar schreiben
Fireship (24.08.2022) The programming iceberg is complete roadmap to the loved, hated, historical, and weird programming languages that you should now about. It starts with easy-to-learn coding tools, then descends into the most difficult low-level and esoteric languages. Featuring C, C++, C#, F#, HolyC, C–, Java, JavaScript, Python, Rust, Fortran, Lisp, V, Nim, Zig, APL, […]
HTML/CSS/JavaScript Programmierung
16. Juli 2022 / 12. November 2023 von Daniel Annen | Kommentar schreiben
The Linux Experiment (09.07.2022)
the native web GmbH (14.07.2022) Vergangene Woche wurde eine neue Laufzeitumgebung für JavaScript und TypeScript auf dem Server veröffentlicht, nämlich Bun. Im Prinzip Bun genau das Gleiche wie Node.js oder auch Deno, doch ein paar feine Unterschiede gibt es zwischen den drei Plattformen dann doch. Leider ist Vielfalt in diesem Fall jedoch kein Gewinn, sondern […]
9. Juli 2022 / 12. November 2023 von Daniel Annen | Kommentar schreiben
Gamefromscratch (31.05.2021) Today in our programming language series we check out the open source statically compiled nim programming language.
4. Juli 2022 / 13. November 2023 von Daniel Annen | Kommentar schreiben
the native web GmbH Die Programmiersprache Go (Golang) ist das C des 21. Jahrhunderts. Doch wie funktioniert Go? Was verbindet Go und C und wo liegen Unterschiede? Golo Roden, Gründer und CTO der the native web GmbH, erklärt in diesem Video die Grundlagen von Go, angefangen beim klassischen “Hallo Welt” bis hin zur Synchronisation von […]
18. Juni 2022 / 12. November 2023 von Daniel Annen | Kommentar schreiben
Esoteric Tech (19.12.2022) Learn why Golang is the best programming language you can learn in 2021. This video will explain the benefits of Go, the community behind it, and how it can impact your career. Applying the principles in this video will help you determine what languages and technologies will help you the most in […]
13. Juni 2022 / 13. November 2023 von Daniel Annen | Kommentar schreiben
the native web GmbH Die asynchrone Programmierung ist eines der wichtigsten Konzepte von JavaScript (und TypeScript). Doch leider fällt der Einstieg nicht gerade leicht, zumal es mit Callbacks, Promises und async / await einige verschiedene Konzepte für asynchronen Code gibt. Wie funktioniert das alles, und wie steigt man in das Thema am Besten ein? https://www.youtube.com/watch?v=muhtnZsSEeU
Traversy Media (21.02.2022) This is NOT another annoying top 10 programming language video. We will talk about how programming languages work including low-level & high-level, compiled, interpreted, etc. We will also talk about some of the popular languages and what they are good for.
12. Juni 2022 / 13. November 2023 von Daniel Annen | Kommentar schreiben
Traversy Media (17.03.2020) This is an introductory crash course on web components including custom elements, shadow DOM and HTML templates. Code: https://codepen.io/bradtraversy/pen/wvaXKoK
Fortran Programmierung
11. Juni 2022 / 9. Juni 2024 von Daniel Annen | Kommentar schreiben
Fireship (10.06.2022) Fortran is the world’s first high-level procedural programming language developed at IBM in the 1950’s. It made programming accessible to the average human and is still used today for scientific computing.
6. Juni 2022 / 6. Juni 2022 von Daniel Annen | Kommentar schreiben
Thinktecture (02.11.2020) Cheat sheet: https://www.thinktecture.com/digital-content/web-components/
24. Mai 2022 / 13. November 2023 von Daniel Annen | Kommentar schreiben
ZME Science (14.10.2019) Leslie Lamport is best known for his seminal work in distributed systems, and as the initial developer of the document preparation system LaTeX and the author of its first manual. Leslie Lamport was the winner of the 2013 Turing Award for imposing clear, well-defined coherence on the seemingly chaotic behavior of distributed […]
23. Mai 2022 / 23. Mai 2022 von Daniel Annen | Kommentar schreiben
the native web GmbH Funktionen sind das Mittel der Wahl, um Code zu strukturieren und zu abstrahieren. Doch wie funktioniert das? Wie strukturiert man Code mit Hilfe von Funktionen, worauf gilt es dabei zu achten, und worin unterscheiden sich Funktionen in der Programmierung von Funktionen in der Mathematik? Golo Roden, Gründer und CTO der the […]