- 34
- 62 254
kodebot
Приєднався 1 сер 2017
Welcome to our channel. We share tutorial and other videos covering range of programming languages, tools and technologies in this channel.
Basics of JSON Web Token (JWT)
Fundamentals, terminologies and structure of JSON Web Token is discussed in this video. We also go through how centralised authorisation and authentication works and understand how JWT helps to decentralise authentication and authorisation.
We also make things concrete by looking at JWT token in a very useful website called jwt.io/.
We also make things concrete by looking at JWT token in a very useful website called jwt.io/.
Переглядів: 24
Відео
Basics of Authentication and Authorisation
Переглядів 2612 годин тому
Basics of Authentication and Authorisation explained with an example of a secure website that a user is trying to access. We also talk about authentication token and how cookie is used to maintain authentication session. This is not a scripted video, I explain concepts on the file with examples that comes to my mind.
tar - Linux Utility Basics
Переглядів 20816 годин тому
Learn to use Linux utility tar (tape archive) for most common scenarios in this video. This includes, creating, extracting and listing tar file. We also explore how to use it compression options. This video covers the basics of tar with a goal of exposing you to this utility. Once you learned the basics, you can explore all the options using tar's manual.
SOLID Principles
Переглядів 1,4 тис.5 років тому
We are looking at SOLID Principles in this video. We look at each of the principle with an example that violates the principle and the refactored code that confirms to the principle. If you prefer reading then visit kodebot.com/tutorials/solid-principles/ TOC: 1. What is SOLID? ua-cam.com/video/StT2I0mwjus/v-deo.html 2. Single Responsibility Principle ua-cam.com/video/StT2I0mwjus/v-deo.html 3. ...
Automated Unit Testing - Basics
Переглядів 3,6 тис.5 років тому
This is Automated Unit Testing Basics course. This course covers the basics of automated unit testing in a language and framework agnostic way to help developers with different language/framework background.
Promise in TypeScript
Переглядів 22 тис.5 років тому
In this video, we are taking a look at Promise in TypeScript
Callback functions in TypeScript
Переглядів 12 тис.5 років тому
In this video, we are taking a brief look at callback functions in TypeScript
Introduction to Asynchronous Programming in TypeScript
Переглядів 6705 років тому
In this part we are taking a brief look at what is Asynchronous Programming in TypeScript
TypeScript Basics | 25 Destructuring
Переглядів 1,2 тис.6 років тому
In this part we are taking a look at Destructuring in TypeScript
TypeScript Basics | 24 Module Resolution
Переглядів 1,2 тис.6 років тому
In this part we are taking a look at how TypeScript resolves modules.
TypeScript Basics | 23 Modules
Переглядів 7246 років тому
In this part we are taking a look at Modules in TypeScript
TypeScript Basics | 22 Generators
Переглядів 5006 років тому
In this part of TypeScript basics, we are taking a look at Generators. TypeScript Basics | 21 Iterable and Iterator: ua-cam.com/video/IlSs-pJlWUM/v-deo.html
TypeScript - Create Custom Iterable
Переглядів 3146 років тому
In this video, we are looking at how to create custom iterable in TypeScript. TypeScript Basics - Iterable and Iterator ua-cam.com/video/RRbW1Wa-dq8/v-deo.html
TypeScript Basics | 21 Iterable and Iterator (for..of loop)
Переглядів 5166 років тому
In this part, we are taking a look at Iterable and Iterator and constructs that use Iterable, especially, for..of loop
TypeScript Basics | 20 Symbols
Переглядів 3387 років тому
In this part of TypeScript basics we are taking a look at Symbols.
TypeScript Basics | 18 Inheritance and abstract class
Переглядів 4,2 тис.7 років тому
TypeScript Basics | 18 Inheritance and abstract class
TypeScript Basics | 17 Template Strings (aka. String Interpolation) and tag function
Переглядів 6667 років тому
TypeScript Basics | 17 Template Strings (aka. String Interpolation) and tag function
TypeScript Basics | 15 Object Literal
Переглядів 1,4 тис.7 років тому
TypeScript Basics | 15 Object Literal
TypeScript Basics | 14 Access Modifiers
Переглядів 1,3 тис.7 років тому
TypeScript Basics | 14 Access Modifiers
TypeScript Basics | 13 Class and Object
Переглядів 8817 років тому
TypeScript Basics | 13 Class and Object
TypeScript Basics | 12 Loops (for, while and do..while)
Переглядів 5497 років тому
TypeScript Basics | 12 Loops (for, while and do..while)
TypeScript Basics | 11 Control flow - Decision making (if, if..else, if..else if, switch)
Переглядів 5277 років тому
TypeScript Basics | 11 Control flow - Decision making (if, if..else, if..else if, switch)
TypeScript Basics | 10 Higher Order Function
Переглядів 1,3 тис.7 років тому
TypeScript Basics | 10 Higher Order Function
TypeScript Basics | 08 Optional and Default Parameters
Переглядів 5797 років тому
TypeScript Basics | 08 Optional and Default Parameters
TypeScript Basics | 06 Undefined and Null
Переглядів 6287 років тому
TypeScript Basics | 06 Undefined and Null
TypeScript Basics | 05 Types and Variables
Переглядів 3327 років тому
TypeScript Basics | 05 Types and Variables
Thanks
that's just Javascript.... where are the types
nice explanation!!
Thanks for the amazing video I am sitting in office and learning typescript. Appreciate your effort.
thxs for sharing
Very nice video, thank you 🙂!
thanks!
Excellent breakdown. Very well done. Subscribed!
Thanks for this short clear explanation of this topic
wait... how to use callback in second case... please show us I want after to be printed after the welcome is printed
Great video! thank you
I am glad you made this video. It really helped out.
Some types would be nice
Out of the 5 videos i have seen on TS abstract classes, this is the best in explaining everything in a precise manner. Half of the others feel like they don't even know what they are explaining.. Or they just assumed that all JS devs have CS backgrounds or some such
Clear and concise
Nice presentation. Keep up the good work.
Great Video really helpful
Good video thanks
I advice you to practice English pronounciation with a speech to text engine (No offense!). I think your explanation would have much more value with better pronounciation. At the moment part of your explanation is very difficult to understand because your "swallowing" vowels.
Good one. thanks
nice explanation .very simple and sufficient
What? usefull? where is explanation of the Promise Type... it is js... it is not type script
Perfect video. Thank you.
Nice.
5:53 Node module resolution strategy for relative paths 7:31 Node module resolution strategy for absolute paths
thanks a lot sir
thanks for sharing your knowledge ....i like your lecture
Striaghtforward and simple to understand. New sub.
Thank you sir. you help me a lot in understanding the "Class and Object" in typescript
Nice video. Thank you
What is the difference between an abstract class and an interface? nice vid!
an abstract class is different from a normal class because it does not implement all of its methods. So it lets child classes implement the abstract method. Reason being is that in the child classes the method marked abstract will have the same name but different bodies, different implementation. So an abstract class is partly implementative , partly descriptive. On the other hand, an interface is 100% descriptive and 0% implementative. It describes what members must be implemented in the class that uses the said interface. But there cannot be any implementation in an interface. Also, a child class can only be derived from one abstract class while any number of interfaces can be applied to a class.
Nice explanation. But please, work on your pronunciation, that's really hard to understand some phrases and definitions
Thanks for sharing!
Thank you sir!
Great explanation!
Also dong hesitate to share ur identity bro. U r doing a great work.
I have seen all ur vdos. And u know what bro. U R awesome
in the constructor method is it used to call the constructor. because when i shall make the object like person, car, school in one page then it should need to take. so here i just come to confirm is it mendatory in typescipt to make constructor for every object. otherwise channel is good and tutorial.
How can I access protected method in child class from parent class
Great tutorial for beginners. Keep it up!
I found you as a suggestion! Great job explaining this... Definitely one of the best explanations that I've seen. Subscribed.
agree, this is the best explanations over the others
Very nice explanation. Thank you!
Good one
Keep going
Your videos are very good.