
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
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
Code a 2D Game Engine using Java – Full Course for Beginners
- Frank
- January 6, 2022
- GameDev
- Java
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
Sending Email Using in 5 Python Statements
Using smtplib library, you can easily send an email using python.
Read More
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
Clean Code Lesson 1 with Uncle Bob
- Frank
- October 17, 2021
- Agile
- App
- Applications
- architecture
- arguments
- C#
- C++
- Clean Code
- computing
- cycle
- declarations
- Design
- Development
- edsger dijkstra
- Ethics
- expectations
- Functions
- Future
- grady booch
- human relations
- InteliJ
- Java
- kotlin
- methodology
- Microsoft
- Optimization
- polite code
- practice
- Productivity
- programmer
- Programming
- programming language
- purpose
- responsibility
- robert cecil martin
- rules
- scrum
- shrunk code
- society
- Software
- structure
- study
- tdd
- Technology
- test driven development
- uncle bob
- Web
“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
What is the Fastest Computer Language?
- Frank
- July 4, 2021
- 2021
- Ada
- ARM ASM
- bash
- basic
- best programming language
- C#
- code racing
- coding languages
- Dart
- daves garage
- Delphi
- F#
- fastest computer language
- for beginners
- FORTRAN
- Go
- Haskel
- Java
- Julia
- learn programming
- learn to code
- learn to program
- learning programming
- Lisp
- Lua
- Nim
- node
- OCaml
- Octave
- Pascal
- Perl
- PHP
- PowerShell
- Programming Languages
- Python
- Ruby
- rust
- Scala
- software drag racing
- SQL
- swift
- top programming languages
- TypeScript
- X86 ASM
- Zig
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
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
Graph Theory Tutorial
- Frank
- January 14, 2020
- Algorithms
- algorithms course
- algorithms for beginners
- coding interview
- Computer Science
- cracking the coding interview
- Data Structures
- data structures and algorithms
- Graph Theory
- graph theory course
- graph theory for beginners
- graph theory tutorial
- Java
- java algorithms
- java data structures
- java graph theory
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
- Frank
- November 13, 2019
- Developer
- Java
- Python
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