
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
How to Build and Deploy a LeetCode Clone with React, Next JS, TypeScript, Tailwind CSS, Firebase
In this project tutorial freeCodeCamp.org, you will build a LeetCode clone with React, Tailwind CSS, Next.JS, Typescript, and Firebase. Also deploy it to Vercel at the end. 💻 Source Code: https://github.com/burakorkmez/leetcode-clone-youtube 💻 Github Gist: https://gist.github.com/burakorkmez/5ba4c1a910f396050a2ac2f229418f54 🔗 Demo Project: https://leetclone.vercel.app/problems/two-sum 🔗 Discord Server(to ask questions): https://discord.gg/YFn2WyheZV
Read More
What’s new in C# 12 and beyond?
- Frank
- May 25, 2023
- .NET
- Advanced (300)
- and ship
- Breakout
- BRK203H
- Build
- build 2023
- Cyrus Najmabadi
- Dustin Campbell
- English (US)
- Fred Silberberg
- Jeff Fritz
- Mads Torgersen
- Mehul Harry
- Microsoft
- microsoft build
- microsoft build 2023
- ms build
- ms build 2023
- msft build
- msft build 2023
- Nannette Sperling
- Open Source
- OSS
- Rapidly code
- test
- Visual Studio
- What’s new in C# 12 and beyond | BRK203H
Take a tour of upcoming language features in C#. While still very much in the works, C# 12 is starting to take shape. We touch on some of the longer-term work that the language design team is focused on. To learn more, please check out these resources: * https://aka.ms/learnatbuild * https://aka.ms/BuildCollectionBRK203H * https://azure.microsoft.com
Read More
What’s new in Dart and Flutter?
- Frank
- May 24, 2023
Learn the latest from Dart and Flutter, including how they enable you to build beautiful native apps for any platform. This session covers breakthrough graphics performance, seamless integration, emerging architectures and platforms, and developer experience.
Read More
Are New Frameworks Replacing React?
- Frank
- May 22, 2023
- React
- Web Development
React was one of the first frameworks to adopt the modern component model which is one of the reasons it is so popular today. React did many things to simplify frontend development, but now there are tons of new frameworks that can do everything React can, but with even more features and quality of life […]
Read More
Industrial-scale Web Scraping with AI & Proxy Networks
Learn advanced web scraping techniques with Puppeteer and BrightData’s scraping browser in this video from Beyond Fireship.
Read More
The ultimate guide to web performance
In this video is from Beyond Fireship learn how to analyze and optimize the performance of any website. In this tutorial, we explore tips and tricks to build faster UIs that are ideal for search engine optimization.
Read More
Advanced C++ – Unlock the Power of Smart Pointers, Weak Pointer, Constructor Aliasing, and Atomics
Dave from Dave’s Garage takes us a tour of some core advanced C++ features including smart pointers, weak pointers, constructor aliasing, custom deleters, and atomic operations. All examples are presented in compilable code that can be downloaded below. Code: https://github.com/davepl/shared_ptr
Read More
How to Code Modern C++: Unique Ptrs and Vectors
Dave from Dave’s Garage takes you on a tour of the modern C++ features you need to know in order to avoid memory leaks, corruption, and other common pitfalls of using C++. Code: https://github.com/davepl/blackjack
Read More
How to Use The OpenAI API to Code 5 Projects
- Frank
- April 22, 2023
- Ania Kubow
- gpt
This video is from freeCodeCamp.org. Learn how to use the OpenAI API to create five projects, including a ChatGPT clone, a DALL-E Image Creator, and a SQL Generator. This is a dive deep into the world of the OpenAI API, exploring its diverse capabilities and potential applications.
Read More