
C++ Dev Containers in Visual Studio
Dev Containers generalise containers for use in not only running applications, but also in developing and building them. Find out how you can use them for C++ development in Visual Studio. Read more in this blog post: https://devblogs.microsoft.com/cppblog/dev-containers-for-c-in-visual-studio/
Read More
Unlock the Benefits of the Latest LED Software and Hardware Platform!
Dave from Dave’s Garage introduces the Mesermerizer, an amazing new LED module based on the ESP32 that includes over 30 built-in effects ranging from Music Visualizers to the current Weather. Join the project by visiting NightDriverLED.com for technical info. NOTE: Contains flashing lights and effects.
Read More
Give your Arduino project a chatGPT AI brain for free
Programming Electronics Academy provides this Arduino lesson on intergrating ChatGPT into your Arduino projects.
Read More
1 Problem, 24 Programming Languages
code_report created this video that looks at 24 programming language solutions (C, Go, C++, Rust, D, Clojure, Ruby, Elixir, Haskell, Racket, Python, APL, J, BQN, PHP, Scala, Erlang, Typescript, Javascript, Java, Kotlin, Swift, Dart, C#) to one problem. Solutions on GitHub: https://github.com/codereport/LeetCode/tree/master/Problem%20327P1 ADSP Podcast: https://adspthepodcast.com/ Array Cast: https://www.arraycast.com/
Read More
C++ Full Course 2022 |
- Frank
- November 21, 2022
- C++
- simplilearn
In this C++ full course tutorial for beginners video from SimpliLearn, l learn about the essential C++ topics and concepts that will help you understand C++ in a better way. You will look at the history of C++, its uses and features, and topics such as arrays, loops, switch statements, and more. You will understand […]
Read More
Raspberry Pi: Coding Zero to Hero
- Frank
- October 12, 2022
- arduino uno
- blink an led
- blink led
- blinking led
- c cprogramming
- c programming language
- C++
- c++ programming
- Coding
- coding basics
- coding bootcamp
- coding for beginners
- how to
- how to blink an led
- pi3
- pi3b
- pi4
- projects 2022
- Raspberry Pi
- Raspberry Pi 4
- raspberry pi 4 projects
- raspberry pi pico
- raspberry pi pico projects
- raspberry pi projects
- using arduino
- using raspberry pi
- zero to hero
Dave takes you on a live coding journey using Visual Studio Code and C to take control of a Raspberry Pi at its most fundamental level: the gpio pins.
Read More
REGEX – How to match and search any pattern or validate input? (Regular expressions 30-min course)
- Frank
- August 22, 2022
- Beginner
- C++
- c++ regex
- code beauty
- codebeauty
- Crash Course
- email regex
- for beginners
- how to match and search pattern
- how to match and search pattern with regex
- how to match any pattern
- how to search pattern
- how to validate input
- match and search any pattern
- password regex
- RegEx
- regex c++
- regex course
- regex for beginners
- regex full course
- regex match
- regex search
- regex tutorial
- regular expression
- Regular Expressions
- regular expressions examples
RegEx, while not difficult, has its rough edges. Here’s a great video on how to learn RegEx quickly.
Read More
C++ Tutorial for Beginners – Learn C++ in 1 Hour
This C++ tutorial for beginners shows you how to get started with C++ quickly. Learn C++ basics in 1 hour and get ready to learn more,
Read More
Not your Grandparent’s C++
C++ has been around since the 80s, and is based on a legacy that stretches back to the 70s, 60s and earlier (depending on how you measure it). A remarkable heritage, but given the quantity and quality of “modern” programming languages available today is it really relevant anymore? Isn’t it just an overly complex behemoth […]
Read More
Functional Parsing in C++20
Is C++20 a language that supports a functional style of programming? Can we write modern C++ code in a pure functional style that would easily translate into a pure functional language like Haskell, and could that C++ code end up looking just as nice while still being reasonably efficient? In this talk, take a practical […]
Read More