- 39
- 50 632
AlloyMobile
Приєднався 22 чер 2022
Synonym Finder A simple ChartGPT large language model
Today, we’ll create a powerful synonym finder application using Node.js, MongoDB, OpenAI API. By the end, you’ll have a fully functional app that takes a word and finds its synonym using AI. let's get started.
Complete code: github.com/alloymobile/words
to run the application add your .env file with the OpenAI api key mongodb database url.
Complete code: github.com/alloymobile/words
to run the application add your .env file with the OpenAI api key mongodb database url.
Переглядів: 27
Відео
Covered Call
Переглядів 132 місяці тому
A covered call is an options trading strategy where an investor owns the underlying stock and sells a call option against it. This generates income from the option premium while capping potential upside if the stock price exceeds the option's strike price. It’s often used for income generation and to hedge against modest downside risk.
What are call and put options
Переглядів 1004 місяці тому
In this video we will learn What is a call and put option. What is In the money, Out of money and At the money What are Option contracts. Role of Market maker and Broker How an option contract is assigned and exercised. Who are option buyers and sellers
Tables and Relationship in a Database
Переглядів 72Рік тому
Welcome to our exploration of tables and relationships in Relational Database Management Systems (RDBMS). In this video, we'll dive into the fundamental building blocks of databases, understanding how tables organize data and the crucial role relationships play in structuring information. From the basics of table creation to the intricate web of connections between data entities, join me as we ...
Introduction to Relational Database
Переглядів 48Рік тому
A fundamental lesson on relational database management systems (RDBMS) introduces key concepts essential for understanding data organization. It covers entities, which represent real-world objects or concepts, translated into tables where each entity becomes a table comprising attributes or fields defining its characteristics. Forms enable data entry, while queries extract specific information ...
Routing in Springboot
Переглядів 253Рік тому
Routing in Spring Boot refers to the process of directing incoming requests to the appropriate endpoints or controllers within a Spring Boot application. Spring Boot uses a flexible and powerful mechanism to define routes, making it easy to handle different types of requests such as RESTful API calls or web page navigation.
Automation testing using selenium with Csharp dot net
Переглядів 135Рік тому
The video provides a small demo of system testing using Selenium with Csharp dot net for automation
Run basic hadoop commands on Cloudera quickstart vm
Переглядів 8 тис.Рік тому
The above video introduces the basic hadoop commands.
Unit test using Nunit for windows form with C sharp dot net
Переглядів 1,6 тис.Рік тому
The above program demonstrate how to write unit test in c sharp dot net using nunit and microsoft test SDK.
Create unit test in C# using nunit and dot net framework
Переглядів 2,4 тис.Рік тому
Create a unit test to test even and odd for a simple c# program. The unit test use nunit, and microsoft test sdk. Test is created as a seperate library project and add to the application.
Entity relationship diagram to relational database tables
Переглядів 237Рік тому
The video converts a simple ER diagram to relational databse tables in SQL server. It shows how we set primary keys, relationships, script tables and generate an ER diagram in SQL server.
Subscribe to alloymobile
Переглядів 88Рік тому
Subscribe to my channel for short intresting technology learning videos
Node an Express in 5 minutes
Переглядів 142Рік тому
The video describes how to create a simple application in Node using express.
Entity Relationship Diagram for a simple blog
Переглядів 644Рік тому
Entity Relationship Diagram for a simple blog
Simple banking application using Test driven development
Переглядів 272 роки тому
Simple banking application using Test driven development
Run the API created by Spring boot using SQL | Part 10
Переглядів 2,6 тис.2 роки тому
Run the API created by Spring boot using SQL | Part 10
Create a simple REST api using Spring Boot | Part 9
Переглядів 3,5 тис.2 роки тому
Create a simple REST api using Spring Boot | Part 9
Configure the project with swagger and database | Part 8
Переглядів 4,6 тис.2 роки тому
Configure the project with swagger and database | Part 8
Create a simple Spring Boot project | Part 7
Переглядів 4,2 тис.2 роки тому
Create a simple Spring Boot project | Part 7
Create a Database and table in SQL | Part 6
Переглядів 3,2 тис.2 роки тому
Create a Database and table in SQL | Part 6
Install Intelj community edition | Part 4
Переглядів 1,2 тис.2 роки тому
Install Intelj community edition | Part 4
Create a GitHub account and repository | Part 2
Переглядів 2,2 тис.2 роки тому
Create a GitHub account and repository | Part 2
Create a REST api using Spring Boot | Part 1
Переглядів 7 тис.2 роки тому
Create a REST api using Spring Boot | Part 1
Create a simple REST api using Spring Boot | Part 9
Переглядів 452 роки тому
Create a simple REST api using Spring Boot | Part 9
Part 6 Create a console client application
Переглядів 1442 роки тому
Part 6 Create a console client application
Part 4 Create a WCF service to insert data to SQL Server
Переглядів 9992 роки тому
Part 4 Create a WCF service to insert data to SQL Server
Hello sir, When I execute the command hdfs dfs -mkdir /today. Giving me error as mkdir: Permission denied: user=cloudera, access=WRITE, inode="/": hdfs:supergroup:drwxr-xr-x. Kindly inform how to resolve this issue.
The /user/ directory is owned by "hdfs" with 755 permissions. As a result only hdfs can write to that directory. Unlike unix/linux, hdfs is the superuser and not root. So you would need to do this: sudo -u hdfs hadoop fs -mkdir /user/,,myfile,, sudo -u hdfs hadoop fs -put myfile.txt /user/,,/,, If you want to create a home directory for root so you can store files in his directory, do: sudo -u hdfs hadoop fs -mkdir /user/root sudo -u hdfs hadoop fs -chown root /user/root Then as root you can do "hadoop fs -put file /user/root/". Hope this helps.
i got an error at point 03:25 saying permission denied please resolve the error
sir how i download cloudera in mac m1 pllzz Help me
Plz make video on kerberos command
Do you have institution ?
I teach my own for now
Hi Sir How Can I Contact You ?
Sure you can connect.
Sir, please make videos on automated testing using playwright-java.
Sure will make it too
How to fix the this issue ---> Failed to invoke the service. Possible causes: The service is offline or inaccessible; the client-side configuration does not match the proxy; the existing proxy is invalid. Refer to the stack trace for more detail. You can try to recover by starting a new proxy, restoring to default configuration, or refreshing the service.
can you show some tutorial about get, update and delete