Cobol
23. Oktober 2024 / 23. Oktober 2024 von Daniel Annen | Kommentar schreiben
Fireship (11.04.2020 COBOL is the hottest programming language of 2020. Learn how it powers the world’s mainframe computers in 100 seconds.
Weiterlesen »
Schlagworte
History JavaScript
6. September 2024 / 6. September 2024 von Daniel Annen | Kommentar schreiben
Fireship (18.06.2019) The history of JavaScript over the last 25 years. How did a simple scripting language for Netscape evolve into the world’s most widely used programming language?
History Programmierung
29. August 2024 / 29. August 2024 von Daniel Annen | Kommentar schreiben
NDC Conferences (20.0.2022) There’s something good you can say about every programming language. But that’s no fun. Instead, let’s take the worst features of all the languages we know, and put them together to create an abomination with the worst syntax, the worst semantics, the worst foot-guns and the worst runtime behaviour in recorded history. […]
Python
15. Juni 2024 / 15. Juni 2024 von Daniel Annen | Kommentar schreiben
Python Programmer (31.01.2024) Over the last few years I have read more than 100 boos on python, There are some books that stand out as the best. Book 1 – https://amzn.to/3uq1oEe Book 2 – https://amzn.to/49fW5pT
JavaScript Programmierung Python
12. Juni 2024 / 12. Juni 2024 von Daniel Annen | Kommentar schreiben
Tech With Tim (10.02.2024) In this video, I dive into the age-old debate: Python vs. JavaScript. Join me as I break down the strengths and weaknesses of each language, helping you make an informed decision on which one is right for you. Tune in to discover the best fit for your coding journey!
Programmierung
9. Juni 2024 / 9. Juni 2024 von Daniel Annen | Kommentar schreiben
Vlad Arama (0.04.2024) After spending multiple hours researching the job market, here are the 5 programming languages you should learn in 2024.
C Fortran Programmierung Python
20. Mai 2024 / 9. Juni 2024 von Daniel Annen | Kommentar schreiben
The Math Sorcerer (25.04.2024) In this video about learning and why it’s important to learn what you really want to learn. We take a look at books on C programming, Fortran, and Python.
5. Februar 2024 / 5. Februar 2024 von Daniel Annen | Kommentar schreiben
the native web GmbH (05.02.2024) Es ist jedes Jahr das Gleiche: Unzählige Entwicklerinnen und Entwickler fragen sich, welche Programmiersprache sie im neuen Jahr lernen sollen, um sich weiterzubilden und sich weiterzuentwickeln. Und jedes Jahr lautet die Antwort: Es ist egal. Jedes Jahr? Nein. Nicht ganz. Denn 2024 ist das anders: In diesem Jahr habe ich […]
Fortran History Programmierung
8. November 2023 / 9. Juni 2024 von Daniel Annen | Kommentar schreiben
FreeDOS (23.06.2023) In a conversation for a podcast, not long ago, we talked about how some computer science grads can find themselves working in organizations that have old tech. The conversation we had was about programming languages. Like, computer science grads will find they have to work with COBOL or FORTRAN, and they don’t know […]
8. November 2023 / 8. November 2023 von Daniel Annen | Kommentar schreiben
PlanetScale (03.11.2023) To learn more about PlanetScale, head to https://planetscale.com/youtube! MySQL has first party support for JSON documents and it can be a really nice escape hatch from the rigid structure of a relational database.
Programmierung Python
10. Oktober 2023 / 9. Juni 2024 von Daniel Annen | Kommentar schreiben
Derek Banas (20.08.2019) Welcome to my New Ultimate Python 3 Learn in One Video! I went out of my way to cover just about everything in this video. You’ll learn the core language taken directly from the official documentation. I go beyond that and teach about functional programming, working with databases and we’ll even make […]
3. Oktober 2023 / 9. Juni 2024 von Daniel Annen | Kommentar schreiben
techTFQ (11.01.2021) How to install Python on Mac OS and How to write and execute or run your first Python program on Mac OS will be covered in this video. We start by installing Python 3 and then go through 3 ways to write and execute Python program on Mac. 3 ways to write […]
17. April 2023 / 5. November 2023 von Daniel Annen | Kommentar schreiben
the native web Gmbh Woran erkennst Du eigentlich wirklich gute Entwicklerinnen und Entwickler? Beziehungsweise, was kannst Du machen, um selbst zu einer wirklich guten Entwicklerin oder einem wirklich guten Entwickler zu werden? In diesem Video werden acht Fähigkeiten vorgestellt, die Du brauchst, beziehungsweise auf die Du achten solltest.
8. März 2023 / 5. November 2023 von Daniel Annen | Kommentar schreiben
the native web GmbH (06.03.2023) Welche Programmiersprachen solltest Du Dir im Jahr 2023 unbedingt anschauen, wenn Du über den Tellerrand blicken und Dich als Entwicklerin oder als Entwickler weiterbilden möchtest? Golo Roden, Gründer und CTO der the native web GmbH, stellt Dir fünf Programmiersprachen vor, die – aus ganz unterschiedlichen Gründen – für Dich interessant […]
11. Dezember 2022 / 5. November 2023 von Daniel Annen | Kommentar schreiben
DistroTube A fork bomb is a piece of code that, if run via a script or entered into the terminal, will create a process that continually forks itself until the computer completely runs out of memory and locks up. Essentially, it is a denial of service (DoS) attack. You often see the “shell fork bomb” […]