Channel Avatar

Refactored Codes @UCyXOXXp0YS2z2G9iZog1i4Q@youtube.com

259 subscribers - no pronouns :c

I have been working as a software engineer for over 10 years


40:17
LeetCode 208 - Java Trie Implementation - With insert - search - startswith operations #leetcode
22:11
Write powershell script to print directory content in tree format #powershell #scripting #devlog
01:46:57
Write a http 1.1 web server from scratch in java #java23 #http #devlog #JavaProjects
05:29
Different ways to create empty files in powershell #powershellscripting #powershell #scripting
21:06
Group files by their extension type #powershell #powershellscripting #scripting
11:02
Customizing your powershell prompt to show current git branch #powershell #shellscripting #scripting
06:56
Customizing your powershell prompt to show line numbers #powershell #powershellscripting #windows
06:06
Get-Content -Tail to read tail logs in powershell #powershell #powershellscripting
08:38
Pipe Get-ChildItem to Sort-Object - find the oldest file and newest file #powershell #scripting
20:44
Select-String to Print the line number and the matched Lines in custom color #powershell #scripting
06:30
Select-String to extract unique ip addresses and write it to a file
23:54
Select-String to search string in powershell, like grep in linux #powershellscripting #Powershell
05:16
Powershell : How to get number of lines, words and characters in a text file, like wc in linux
19:43
Powershell Calculator : Covers Mandatory Positional Parameter, Pipelining, SwitchCase, ValidateSet
05:17
Write your first module in powershell #powershellscripting #powershell #Scripting
03:59
Write your first function in poweshell with and without parameters Vlog-3 #powershell #scripting
04:24
How to define parameters and pass arguments in a poweshell script, using command line in windows
05:22
How to run a powershell script from CommandLine In Windows : #powershellscripting #DevLog 1
09:04
Demo : Http Server implemented from scratch in java, to work as a Live Server for frontend dev work
26:00
JAVA ALGORITHMS ARRAY : Print all the sub-arrays of an array in linear time.
25:02
JAVA DATA STRUCTURE ARRAY : Remove duplicate elements from a sorted array, with/out extra space
43:03
Functional Programming : Let user decide how to handle Null-case in an API
53:36
Interview Preparation : Object Oriented Design : Poker Card and Call Center
01:09:12
Interview Preparation for Data-Structures And Algorithms : A Twitch Stream
44:54
Interview Preparation for Data-Structure Algorithms : A Twitch Stream
01:03:31
Interview Preparation for Data-structure Algorithms : A Twitch stream
34:18
Interview Preparation Twitch Stream : Data-Structure And Algorithms
46:34
Interview Preparation Twitch Stream : Data-Structure And Algorithms
01:20:50
Twitch Stream Day 1 : A Javafx application using Sqlite to keep track of time spent per task.
09:56
How to install and unistall Lombok plugin in eclipse on ubuntu 20
42:13
SPRING BOOT CRUD Application implemented with different application level layers
23:33
JAVA DATA STRUCTURE LINKED LIST : How To Detect And Remove A Loop In A Linked List
17:59
JAVA DATASTRUCTURE LINKED LIST : Rotate a linked list N number of times
20:33
JAVA DATASTRUCTURE LINKED LIST : Add Two Numbers in linked list format
21:10
JAVA BASICS : What is the difference between java classes and java records. When to use which?
02:57:00
TWITCH STREAM : Writing A Java DeCompiler From Scratch : Completed The Constant Pool Info Table
55:26
TWITCH STREAM : Chaillax Java Decompiler Programming : Show proper access flags for class
10:07
JAVA -Xplugin : Write a basic plugin using com.sun.source.util.Plugin with java module system
01:40:47
TWITCH STREAM : Writing A Java De-Compiler : Day 3
01:46:28
TWITCH STREAM : Writing A Java De-Compiler : Day 2
12:03
JAVA DATA STRUCTURE BINARY TREE : Print The Nth Level In A Binary Tree
26:41
CURRYING IN JAVA : Curry A HashMap - Functional Programming In Java
13:10
HASKELL FOR JAVA DEVEOLPERS : Code a fizzbuzz solution in java and haskell
08:31
JAVA MODULE SYSTEM : How to create a module, compile it and run the modular app from command line
13:04
JAVA DATA STRUCTURE BINARY TREE : Check If a binary tree is a sub tree of another binary tree.
10:08
JAVA DATA STRUCTURE BINARY TREE : Print level order traversal of a binary tree
03:15
JAVA DATA STRUCTURE BINARY TREE : Find Height Of Binary Tree
04:40
JAVA DATA STRUCTURE BINARY TREE : Print The Ancestors Of A Node
05:22
JAVA DATA STRUCTURES BINARY TREE : Find Diameter Of A Binary Tree
29:01
JAVA DATA STRUCTURE STACK : Use Stack To Convert Infix To Postfix
12:45
JAVA DATA STRUCTURE STACK : Evaluate A Postfix Operation Using A Stack
19:19
JAVA DATA STRUCTURE STACK : How to check for balanced paretheses using stack datastructure
05:47
JAVA DATA STRUCTURE STACK : How To Reverse A String Using A Stack
01:01:27
CRITIQUE FIZZBUZZ TEST VIDEO : Bad Coders vs Good Coders vs Great Coders : A For-Loop Can Tell
08:35
JAVA DATA STRUCTURE STACK : Print The Next Greater Element For Element In An Array
10:36
JAVA DATA STRUCTURE STACK : How To Reverse A Stack Using Recursion
13:43
JAVA DATA STRUCTURE STACK : Sort A Stack Using Recursion
07:46
JAVA DATA STRUCTURE BINARY SEARCH TREE : Find If A Binary Tree Is A Binary Search Tree Or Not
21:05
JAVA ALGORITHMS : Find path for a rat in maze using an extra matrix to store path
13:49
JAVA ALGORITHMS : How To Find All Permutations Of A String