Java

Developer

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
CosmosDB

How to use Azure Cosmos DB from your Spring Boot App

In this episode, Mark Brown welcomes Principal Cloud Advocate Mark Heckler to the show to discuss using Azure Cosmos DB as a data store for your Spring Boot Application. Spring offers powerful abstractions for Java developers, allowing devs to focus on delivering real business value faster and with less boilerplate. What if your database could […]

Read More
GameDev Java

Code a 2D Game Engine using Java – Full Course for Beginners

Learn how to program a 2D game engine from scratch using the Java Programming Language. You will use the game engine to create a Super Mario Clone but the engine can be used to create other games as well. 💻 Code: https://github.com/codingminecraft/MarioYoutube/tree/master Time stamps: (00:00:06) Introduction (00:07:54) Setting up the Window with LWJGL (00:25:20) Adding […]

Read More
Python

Sending Email Using in 5 Python Statements

Using smtplib library, you can easily send an email using python.

Read More
Developer

What is the MEAN Stack?

Wondering what “MEAN stack” refers to – or looking for a better way of building dynamic web applications? In this video, Jamil Spain explains the acronym “MEAN” and how this platform can help you quickly build better, more responsive web apps.

Read More
Developer

Clean Code Lesson 1 with Uncle Bob

“Coding Better World Together” is a set of master lessons from the famous Uncle Bob (Robert Cecil Martin), where he gives us a broad vision of the importance and future of Software in today’s society. In this first lesson, Uncle Bob demonstrates the need to write a clean code and establishes the bases to achieve […]

Read More
Developer

What is the Fastest Computer Language?

A constant source of debate for computer geeks, retired Microsoft engineer Dave Plummer takes us on a guided tour of 45 different computer languages and drag races each against one another using a prime sieve benchmark.

Read More
Developer Java Windows

Java Developer Productivity on Windows

Explore new ways to setup your Windows dev environment MUCH more quickly and easily than before. Along the way we’ll learn about a bunch of new and exciting productivity-boosting features and technologies that will enable you to write and build your Java code for Windows and Linux – side by side, in harmony.       Related Links: […]

Read More
Data Science Mathematics

Graph Theory Tutorial

This full 6 hour+ course provides a complete introduction to Graph Theory algorithms in computer science. Code: https://github.com/williamfiset/algorithms Slides: https://github.com/williamfiset/Algorithms/tree/master/slides/graphtheory Course created by William Fiset. Check out his YouTube channel: https://www.youtube.com/channel/UCD8yeTczadqdARzQUp29PJw ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Graph Theory Introduction ⌨️ (0:13:53) Problems in Graph Theory ⌨️ (0:23:15) Depth First Search Algorithm ⌨️ (0:33:18) Breadth […]

Read More
Python Just Overtook Java On GitHub, But How Did It Fair Overall?
Developer Python

Python Just Overtook Java On GitHub

Data science and AI have been the force behind the rise of Python adoption . According to the State of the Octoverse report, Python has beaten out Java to become the second most used language after JavaScript. The growth of Python can be correlated with a wide range of tools and frameworks. The most notable […]

Read More