An Introduction to Modern Hashing

An Introduction to Modern Hashing

A basic review of hashing by Dzejla Medjedovic, a co-author of Algorithms and Data Structures for Massive Datasets. This video is an excerpt from a live coding session by Dzejla Medjedovic.

Full Stack React & Spring Boot App Tutorial

Full Stack React & Spring Boot App Tutorial

In this tutorial, Marcus Hellberg shows how to build a full-stack todo app with a Spring Boot Java backend and a React Typescript frontend connected with the new Hilla framework.

What is Cognitive Load and How Does it Relate to Code Smells

What is Cognitive Load and How Does it Relate to Code Smells

Cognitive Load is the amount of mental effort required to complete a task or process. In software development, cognitive load can be influenced by code smells, which are indicators of potential issues in code such as duplication, overly complex logic, and poor naming conventions. Code smells can increase cognitive load by making it more difficult for developers to understand and maintain the code. Reducing code smells can help lower cognitive load and improve the efficiency and effectiveness of software development.

Building A Product From The Ground Up

Building A Product From The Ground Up

For most seasoned business owners and aspiring entrepreneurs, the product development process often carries a mystical aura. Product development refers to the complete process of taking a product to market. It also covers renewing an existing product and introducing an old product to a new market. This includes identifying market needs, conceptualizing the product, building the product roadmap, launching the product, and collecting feedback.

Harvard CS50’s Web Programming with Python and JavaScript

Harvard CS50’s Web Programming with Python and JavaScript

This web programming course from Harvard University picks up where CS50x leaves off. It dives more deeply into the design and implementation of web apps with Python, JavaScript, and SQL using frameworks like Django, React, and Bootstrap. Topics include database design, scalability, security, and user experience. You will learn how to write and use APIs, create interactive UIs, and leverage cloud services like GitHub and Heroku.

Full HTTP Networking Course

Full HTTP Networking Course

Master the HTTP networking protocol by completing over 80 coding exercises and quizzes in JavaScript. Once you’ve learned it all, we’ll build a real web crawler using Node.js to put all the concepts into practice.

HTML For Beginners

HTML For Beginners

This HTML full course will cover what is HTML, HTML classes and IDs, dropdown in HTML, content boxes in HTML, HTML image slider, HTML navigation bar, HTML registration form, and a web design tutorial using HTML.

Python Django Tutorial 2023

Python Django Tutorial 2023

In this Python Django Tutorial 2023, we will start by exploring various frameworks used for web development, from which we will be focusing on the Django framework. This Python Django tutorial will help you understand what Django is and explore its features. Further, in Python Tutorial for beginners, we will understand the MVT architecture of Django and install the prerequisites to work with it.

MySQL Full Course 2023

MySQL Full Course 2023

In this "MYSQL Full Course" tutorial by Simplilearn we will discuss everything about SQL using MYSQL Database, starting from the basics to the advanced topics. Learning SQL is one of the quickest ways to improve your career prospects since it's one of the most in demand tech skills.With this full course introduction on MYSQL, you will have a solid understanding of how to install, set up, and use MySQL for your own projects.

Getting Started with SolidJS

Getting Started with SolidJS

SolidJS made "Signals" one of the most important frontend JS framework trends you can find right now! Time to learn how to build web apps with SolidJS from the ground up!