Suboptimal engineer смотреть онлайн

play_arrow
69
4

00:03:49

Coding a Piano Shader | Learning Computer Graphics

Coding a Piano Shader | Learning Computer Graphics

Suboptimal Engineer

In this video, we go over my journey of learning computer graphics in 6 months by self-studying 2 semesters of courses taught by ...

play_arrow
7 тыс
19

00:09:00

Coding a Boids Flocking Simulation

Coding a Boids Flocking Simulation

Suboptimal Engineer

Boids is an algorithm developed by Craig Reynolds in 1986. It aims to emulate the flocking behavior of birds by applying three ...

play_arrow
7 тыс
10

00:05:27

How to Improve Developer Productivity on VS Code

How to Improve Developer Productivity on VS Code

Suboptimal Engineer

In this video, I go over my thoughts on how to maximize your coding productivity as a full-stack web developer in Visual Studio ...

play_arrow
15 тыс
49

00:06:56

What is Three.js | Introduction to 3D Programming | Coding for the Metaverse

What is Three.js | Introduction to 3D Programming | Coding for the Metaverse

Suboptimal Engineer

In this introduction to Three.js video, we go over how full-stack software engineers can get started building for the metaverse.

play_arrow
14 тыс
23

00:06:51

Three.js Geometry Tutorial for Beginners

Three.js Geometry Tutorial for Beginners

Suboptimal Engineer

In this basics of 3D programming video, we go over Three.js geometries. We start off by looking at examples of 3D geometries ...

play_arrow
14 тыс
78

00:09:44

Introduction to Phong Lighting

Introduction to Phong Lighting

Suboptimal Engineer

In this GLSL shader tutorial, we will go over the basics of Phong lighting. We start off by understanding the importance of lighting ...

play_arrow
8 тыс
34

00:06:38

What is Voronoi Noise?

What is Voronoi Noise?

Suboptimal Engineer

In this GLSL shader tutorial, we will go over Worley (or Voronoi) noise. We start by setting up a GLSL shader in VS Code. Then we ...

play_arrow
1 тыс
8

00:08:18

Top 10 VS Code Keyboard Shortcuts

Top 10 VS Code Keyboard Shortcuts

Suboptimal Engineer

In this video, I go over my top 10 recommended Visual Studio Code keyboard shortcuts for beginners. These tips should help you ...

play_arrow
2 тыс
10

00:05:26

Checkerboard Shader Tutorial | Graphics Programming Interview Question

Checkerboard Shader Tutorial | Graphics Programming Interview Question

Suboptimal Engineer

In this shader tutorial, we will go over how to write a GLSL shader that produces a checkerboard pattern. This is a common ...

play_arrow
7 тыс
24

00:05:32

NPX Create React App Explained

NPX Create React App Explained

Suboptimal Engineer

In this React JS video, I give an in-depth explanation of the NPX command create-react-app. I also dive into Babel and Webpack.

play_arrow
2 тыс
5

00:04:11

Coding a Physics Game with JavaScript + Three.js

Coding a Physics Game with JavaScript + Three.js

Suboptimal Engineer

In this game dev experiment, I coded Frantic Architect, a mobile game originally made by Will Kwan. Unlike the original game ...

play_arrow
63 тыс
3 тыс

00:14:09

What is WebGPU?

What is WebGPU?

Suboptimal Engineer

In this video, we will go over everything you need to know about WebGPU. We'll start with a history lesson on the state of 3D ...

play_arrow
64 тыс
3 тыс

00:13:25

Introduction to the Metaverse for Software Engineers

Introduction to the Metaverse for Software Engineers

Suboptimal Engineer

In this tech talk, we go over everything you need to know about coding for the metaverse (as a software engineer). We start off by ...

play_arrow
4 тыс
15

00:04:46

I Coded Snake but with Portals in JavaScript

I Coded Snake but with Portals in JavaScript

Suboptimal Engineer

In this game dev experiment, I coded a snake game with portals using Three.js and JavaScript. Check out the playable demo on ...

play_arrow
6 тыс
28

00:07:30

What is Gaussian Blur?

What is Gaussian Blur?

Suboptimal Engineer

In this shader tutorial, we will go over two common image processing techniques: box blur and Gaussian blur. We start by ...

play_arrow
4 тыс
13

00:11:50

Getting Started with Visual Studio Code

Getting Started with Visual Studio Code

Suboptimal Engineer

In this developer productivity video, I go over the three key concepts I wish I knew about before I installed Visual Studio Code.

play_arrow
16 тыс
62

00:10:57

What is Ray Marching?

What is Ray Marching?

Suboptimal Engineer

In this shader tutorial, we will go over the basics of Ray Marching with Signed Distance Fields. We start by understanding the ...

play_arrow
42 тыс
34

00:10:30

How to Customize Visual Studio Code Settings.json

How to Customize Visual Studio Code Settings.json

Suboptimal Engineer

In this developer productivity video, we will go over how to customize your Visual Studio Code settings. First, we go over what VS ...

play_arrow
4 тыс
23

00:07:55

What is Value Noise?

What is Value Noise?

Suboptimal Engineer

In this GLSL shader tutorial, we will go over the basics of value noise. We start by setting up a GLSL shader in VS Code. Then we ...

play_arrow
21 тыс
24

00:10:18

How to Customize Keyboard Shortcuts in Visual Studio Code

How to Customize Keyboard Shortcuts in Visual Studio Code

Suboptimal Engineer

In this developer productivity video, we go over how to customize your Visual Studio Code keyboard shortcuts. First, we go over ...

play_arrow
121 тыс
6 тыс

00:06:35

6 Months of Learning JavaScript Game Dev in 6 Minutes

6 Months of Learning JavaScript Game Dev in 6 Minutes

Suboptimal Engineer

In this video, we go over my 6-month journey of learning game development in JavaScript. Initially, I talk about why I decided to ...

play_arrow
67 тыс
1 тыс

00:10:45

Why I'm Switching from Vue to React

Why I'm Switching from Vue to React

Suboptimal Engineer

In this video, I go over my reasons for switching frontend frameworks from Vue to React. It's not an easy decision but after having ...

play_arrow
25 тыс
74

00:08:15

Productive MacOS Terminal Setup with Vim, Iterm2, and Oh My Zsh

Productive MacOS Terminal Setup with Vim, Iterm2, and Oh My Zsh

Suboptimal Engineer

In this developer productivity video, I go over how to optimize your programming on Mac with Iterm2, Oh My Zsh, and Vim. Code ...

play_arrow
4 тыс
20

00:06:10

Learning Unity Game Development in 30 Days

Learning Unity Game Development in 30 Days

Suboptimal Engineer

In this video, we go over the 10 games I made to learn Unity game development in 1 month. Huge thanks to Game Maker's Toolkit, ...

play_arrow
26 тыс
1 тыс

00:09:00

Introduction to Signed Distance Fields

Introduction to Signed Distance Fields

Suboptimal Engineer

In this GLSL shader tutorial, we will go over the basics of Signed Distance Fields (SDFs). We will start by setting up a GLSL shader ...

play_arrow
21 тыс
47

00:04:59

How to Write GLSL Shaders in VS Code

How to Write GLSL Shaders in VS Code

Suboptimal Engineer

In this video, we go over the two extensions that make it easy to write GLSL shaders in Visual Studio Code: WebGL Editor, and ...

play_arrow
16 тыс
20

00:05:24

Three.js Lighting Tutorial with Examples

Three.js Lighting Tutorial with Examples

Suboptimal Engineer

In this coding tutorial, we go over four different types of lights available in Three JS. These are ambient lighting, directional lighting ...

play_arrow
3 тыс
13

00:09:12

Best VS Code Extensions for Web Development

Best VS Code Extensions for Web Development

Suboptimal Engineer

In this video, we go over how to set up extensions in Visual Studio Code and my top 7 extensions for the IDE as a full-stack web ...

play_arrow
4 тыс
11

00:05:45

Three.js Groups Tutorial | How to Organize Code with Three.js Groups

Three.js Groups Tutorial | How to Organize Code with Three.js Groups

Suboptimal Engineer

In this coding tutorial, we go over Three.js groups. Understanding groups is essential for building complex 3D scenes because ...

play_arrow
6 тыс
23

00:05:57

Noise Functions: Fractional Brownian Motion, Domain Warping, Calculating Normals

Noise Functions: Fractional Brownian Motion, Domain Warping, Calculating Normals

Suboptimal Engineer

In this GLSL shader tutorial, we will go over techniques you can apply to noise functions such as fractional Brownian motion, ...

play_arrow
70 тыс
3 тыс

00:18:36

The Best Tech Stack for Web Developers

The Best Tech Stack for Web Developers

Suboptimal Engineer

When I first started learning web dev, I was completely lost with all the frameworks and tech stacks - I wish someone just told me ...

play_arrow
15 тыс
42

00:03:34

Three.js Raycaster Tutorial | How to Handle Mouse Input in Three.js

Three.js Raycaster Tutorial | How to Handle Mouse Input in Three.js

Suboptimal Engineer

In this coding tutorial, we go over raycasting in Three JS. We start off by learning when you may want to use a raycaster.

play_arrow
2 тыс
8

00:10:57

How to Learn Full Stack Web Development in 2022

How to Learn Full Stack Web Development in 2022

Suboptimal Engineer

I've seen lots of videos going over which web development framework is the best to learn, why you should learn that framework ...

play_arrow
2 тыс
3

00:02:59

I Made a Video File Browser with React.js + Electron

I Made a Video File Browser with React.js + Electron

Suboptimal Engineer

Orbital is an open-source, local-first video file browser built with React, TypeScript, Tailwind CSS, and Electron. It helps you ...

play_arrow
9 тыс
24

00:12:25

VS Code Integrated Terminal Workflow

VS Code Integrated Terminal Workflow

Suboptimal Engineer

In this developer productivity video, I go over why switched from Iterm2 to the Visual Studio Code integrated terminal. I also go ...

play_arrow
3 тыс
16

00:06:00

The History of React

The History of React

Suboptimal Engineer

In this video, we go over the story of React JS. We start off by looking at the web technologies that existed in the 2010s like ...

play_arrow
2 тыс
3

00:06:42

Why Use React with TypeScript?

Why Use React with TypeScript?

Suboptimal Engineer

I recently started learning React.js with TypeScript and wanted to test out my knowledge by coding a kanban board productivity ...

play_arrow
14 тыс
52

00:07:49

What is Perlin Noise?

What is Perlin Noise?

Suboptimal Engineer

In this GLSL shader tutorial, we will go over Perlin noise. We start by setting up a GLSL shader in VS Code. Then we create a grid ...

play_arrow
4 тыс
15

00:08:30

Coding a Slime Simulation

Coding a Slime Simulation

Suboptimal Engineer

In this video, we go over the process of creating a Physarum slime mold simulation in Unity. The code for this project, and links to ...

play_arrow
2 тыс
5

00:11:27

I Made a Markdown Editor with Vue.js and Electron

I Made a Markdown Editor with Vue.js and Electron

Suboptimal Engineer

In this basics of Vue.js video, we go over the open-source, local-first Markdown note-taking app I made using Vue, Electron.js, and ...

play_arrow
2 тыс
5

00:08:26

Coding a Retro Snake Game with JavaScript + Three.js

Coding a Retro Snake Game with JavaScript + Three.js

Suboptimal Engineer

In this game dev experiment, we go over the process of coding a 3D snake game inside a retro computer using Three JS. We start ...

play_arrow
189 тыс
7 тыс

00:08:14

Getting Started with Vim in Visual Studio Code

Getting Started with Vim in Visual Studio Code

Suboptimal Engineer

In this developer productivity video, I go over why you should use Vim commands in VS Code and help you get started with the ...

play_arrow
1 тыс
2

00:07:32

How to Code a Responsive Navbar with Tailwind CSS

How to Code a Responsive Navbar with Tailwind CSS

Suboptimal Engineer

Last week, I made a Reddit clone using Tailwind CSS and learned a lot about responsive UI. In this video, I go over how Reddit ...

play_arrow
2 тыс
8

00:32:15

Coding a 3D Piano with JavaScript + Three.js

Coding a 3D Piano with JavaScript + Three.js

Suboptimal Engineer

In this game dev experiment, we will go over the process of coding a 3D piano with JavaScript. We start off by setting up the React ...

play_arrow
11 тыс
24

00:09:48

Why I Chose Heroku Over DigitalOcean for my Full Stack Web App

Why I Chose Heroku Over DigitalOcean for my Full Stack Web App

Suboptimal Engineer

In this web dev tech talk, I go over why I chose Heroku dynos over Digital Ocean droplets for my side project written with Vue, ...

play_arrow
1 тыс
2

00:08:49

Coding a Wordle Clone with JavaScript + Three.js

Coding a Wordle Clone with JavaScript + Three.js

Suboptimal Engineer

In this game dev experiment, we will go over the process of coding a 3D Wordle game in JavaScript. We start off by cloning the ...

play_arrow
10 тыс
29

00:06:38

How to Setup Vim Commands in Chrome Using the Vimium Extension

How to Setup Vim Commands in Chrome Using the Vimium Extension

Suboptimal Engineer

In this video, I'll help you elevate your “internet exploring” skills by getting you started with using Vim Commands in Chrome via ...

play_arrow
3 тыс
5

00:21:30

How to Code a Pokedex with React.js and Tailwind CSS

How to Code a Pokedex with React.js and Tailwind CSS

Suboptimal Engineer

In this basics of React.js code review, I go over how to create a randomized Pokemon card generator with the PokeAPI. This code ...

play_arrow
31 тыс
1 тыс

00:09:13

Three.js Setup Guide Tutorial | Getting Started with React + Three.js

Three.js Setup Guide Tutorial | Getting Started with React + Three.js

Suboptimal Engineer

In this intro to 3D coding video, we go over how to set up a Three.js project. We start off by creating a React app with Vite JS.

play_arrow
6 тыс
6

00:03:45

Coding a Rubik's Cube with JavaScript + Three.js

Coding a Rubik's Cube with JavaScript + Three.js

Suboptimal Engineer

In this game dev experiment, we go over my process of coding an unsolvable Rubik's cube with Three.js - the JavaScript library ...


По вашему поисковому запросу Suboptimal engineer, мы нашли популярное видео на данную тему. После просмотра видео рекомендуем посмотреть онлайн Coding a Piano Shader | Learning Computer Graphics бесплатно и в хорошем качестве, которое загрузил пользователь Suboptimal Engineer 03 Сентябрь 2024 продолжительностью 03 минут 49 секунд, у него 6 просмотров и 6 тысяч лайков.