- 14
- 1 051
ukush
เข้าร่วมเมื่อ 5 ต.ค. 2017
I'm Uwais - a freelance software developer, tinkerer, and solopreneur with a passion for blockchain, AI, and business.
I make these videos to share my passion with you guys, in the hope you can learn something cool!
I make these videos to share my passion with you guys, in the hope you can learn something cool!
Day 3 - Building a Supply Chain dApp
Today I took a step back to think about how my app could be architected. I figured I could keep track of product relationships using a Directed Acyclical Graph (DAG) which is a data structure in which nodes are connected to each other such that no loop are formed. I think it could be used in order to track animal products to the products they are turned into and visa versa.
มุมมอง: 32
วีดีโอ
Day 2 - Building a Supply Chain dApp
มุมมอง 63 หลายเดือนก่อน
Today I decided that I wanted to re-implement my entire smart contract for the project. I will be working on this over the coming days/weeks. #solidity #blockchain
Day 1 - Building a Supply Chain dApp
มุมมอง 493 หลายเดือนก่อน
Today I created some tickets for improvements to the app.
Day 0 - Building a Supply Chain dApp (blockchain)
มุมมอง 583 หลายเดือนก่อน
This series is all about me documenting my journey, raw and unedited as I try to get hired as a new CS grad. I figured the best way to actually get hired is to get good, and the only way to get good is to practice. Hopefully you'll find these videos useful.
Why Docker is so popular
มุมมอง 1894 หลายเดือนก่อน
In this video I explain what docker is by running through the concepts of isolation, virtualisation and containerisation. These are important concepts you need to know in order to appreciate what docker is and why it's so powerful. #docker #virtualmachines ➡️ Resources: Official Docker Docs - docs.docker.com/ What is a container - www.docker.com/resources/what-container/ ➡️ Work with me: www.uk...
Manage EC2 Containers From Linux Terminal - AWS CLI Tutorial
มุมมอง 824 หลายเดือนก่อน
There are situations where you will need to manage your AWS resources from the terminal. In this video I show you how to set up AWS CLI and run some commands to create and manage EC2 instances from a Linux environment.
Running Your First Bash Script!
มุมมอง 535 หลายเดือนก่อน
In this video I'll show you how to run your very first (not last) bash script! Bash scripting opens up the doors to loads of cool stuff later on when it comes to automation, so it's important to have at least some understanding of how to do it. If you'd like to follow a written tutorial, there's a great one here: linuxconfig.org/bash-scripting-tutorial Be sure to like and subscribe for more con...
Running Website In a Docker Container
มุมมอง 2285 หลายเดือนก่อน
In this video I'll show you how to deploy a simple html website in a docker container. To follow along, you'll need the source code of a website and docker engine installed on your machine. To Install docker: docs.docker.com/engine/install/ Use a HTML web template to follow along: www.tooplate.com/ - Choose a template - Download & unzip it - Place it in the same directory that you will create t...
What is Sudo?
มุมมอง 975 หลายเดือนก่อน
In this video I'll try to explain what the sudo command is in Linux. Sudo temporarily gives root privileges to a regular user so that they can run any command.
Search and Replace Text Files using Linux Command Line - The sed Command
มุมมอง 805 หลายเดือนก่อน
In this video we'll cover how to use the Linux sed command to modify text files through the Linux terminal. No need for a text editor!
Piping and I/O Re-directions in Linux
มุมมอง 686 หลายเดือนก่อน
In this video we'll cover how to chain multiple Linux commands together to perform more complex commands. We'll also look at how to redirect inputs, outputs and errors to alternative streams.
The grep command - Linux
มุมมอง 446 หลายเดือนก่อน
In this video we'll cover the grep command. This command is extremely useful and can be used to search for patterns in files. I take you through some of the most useful options for this command and show you some basic use cases. In future videos, we'll cover some advanced use cases of grep to show you how powerful it really is! But for now, just practice with the basics.
MUST know Linux Commands - ls options, ln, head, tail
มุมมอง 346 หลายเดือนก่อน
In this video we cover some more basic Linux commands. We'll go over how to get more information when listing directories and files, how to create links to files and some more commands for printing contents of files. We also cover how to see your computers disk space and usage.
Navigating Directories in Linux Ubuntu
มุมมอง 316 หลายเดือนก่อน
This is a gentle introduction to some basic Linux terminal commands you will no doubt encounter on your programming journey. We cover commands to navigate through directories, list what's inside them, copy, move and create new files and directories and more. Hope you enjoy!
I am going to follow your path and get hired too
I'm your 10th subscriber. Don't forget about me when you make it to the big time
I appreciate your support! We're on this journey together my man 💪
Wow, thank you for this..it helps me a lot on my Master research
@@travelinganito6273 Awesome! I'm glad it helps. Good look with your master's
Sudo - pronounced as sue-doo not psuedo.. sue, as in I will sue you.. and doo, sounds like poo.. Sudo for Super User Do.. root, being the super user in the system does not need sudo privileges, only regular users..
Now that I think about it... Yeah that makes perfect sense 😂 Thanks for correcting me!
first