- 39
- 47 582
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.
มุมมอง: 8
วีดีโอ
Covered Call
มุมมอง 1328 วันที่ผ่านมา
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
มุมมอง 952 หลายเดือนก่อน
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
มุมมอง 7111 หลายเดือนก่อน
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
มุมมอง 4811 หลายเดือนก่อน
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
มุมมอง 230ปีที่แล้ว
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
มุมมอง 130ปีที่แล้ว
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
มุมมอง 7Kปีที่แล้ว
The above video introduces the basic hadoop commands.
Unit test using Nunit for windows form with C sharp dot net
มุมมอง 1.4Kปีที่แล้ว
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.1Kปีที่แล้ว
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
มุมมอง 235ปีที่แล้ว
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
มุมมอง 84ปีที่แล้ว
Subscribe to my channel for short intresting technology learning videos
Node an Express in 5 minutes
มุมมอง 140ปีที่แล้ว
The video describes how to create a simple application in Node using express.
Entity Relationship Diagram for a simple blog
มุมมอง 632ปีที่แล้ว
Entity Relationship Diagram for a simple blog
Simple banking application using Test driven development
มุมมอง 27ปีที่แล้ว
Simple banking application using Test driven development
Run the API created by Spring boot using SQL | Part 10
มุมมอง 2.4K2 ปีที่แล้ว
Run the API created by Spring boot using SQL | Part 10
Create a simple REST api using Spring Boot | Part 9
มุมมอง 3.3K2 ปีที่แล้ว
Create a simple REST api using Spring Boot | Part 9
Configure the project with swagger and database | Part 8
มุมมอง 4.4K2 ปีที่แล้ว
Configure the project with swagger and database | Part 8
Create a simple Spring Boot project | Part 7
มุมมอง 4K2 ปีที่แล้ว
Create a simple Spring Boot project | Part 7
Create a Database and table in SQL | Part 6
มุมมอง 3K2 ปีที่แล้ว
Create a Database and table in SQL | Part 6
Install Intelj community edition | Part 4
มุมมอง 1.2K2 ปีที่แล้ว
Install Intelj community edition | Part 4
Create a GitHub account and repository | Part 2
มุมมอง 2.1K2 ปีที่แล้ว
Create a GitHub account and repository | Part 2
Create a REST api using Spring Boot | Part 1
มุมมอง 6K2 ปีที่แล้ว
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
มุมมอง 1392 ปีที่แล้ว
Part 6 Create a console client application
Part 4 Create a WCF service to insert data to SQL Server
มุมมอง 9722 ปีที่แล้ว
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