Free Code Camp

Python

How to Create a Programming Language and Learn Advanced Python – Full Course

This video is from freeCodeCamp.org and shows you how to make your own programming language while learning advanced Python.

Read More
Developer

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
GameDev Javascript

Easy JavaScript Game Development with Kaboom.js

Learn how use JavaScript and Kaboom.js to create three classic video games. Watch how to create games similar to Space Invaders, Super Mario Bros. and Legend of Zelda.

Read More
Data Security

Basics of SQL Injection – Penetration Testing for Ethical Hackers

In case you’re wondering why I am posting a lot of security related content today, the reason is simple: it impacts everyone. If you’re a data engineer and think that you are immune to security concerns, think again. SQL injection is a common hacking technique used to retrieve or destroy data from a database without […]

Read More