- 28
- 144 328
Integration Ninjas
เข้าร่วมเมื่อ 30 ก.ค. 2023
Instagram: integrationninjas?igsh=MTkwOHJiMjQ5aXl1ZA==
Spring AI With Ollama: Secure, Fast, Local Integration Made Easy
Running Ollama locally can be a great alternative to using cloud-based services like ChatGPT. Local setups offer better control, increased security, and faster response times since you’re not relying on external servers. This is ideal for projects where privacy is crucial or if you're developing in an environment with limited internet connectivity. In this video, we’ll dive into how to set up and integrate Ollama locally with Spring AI, ensuring your applications are both efficient and secure. Let’s see it in action!
GitHub Repository: github.com/integrationninjas/spring-ai-llama
Instagram: integrationninjas
Topmate: topmate.io/sachin_purohit
Search Queries:
Spring AI - Run Meta's LLaMA 2 Locally with Ollama
Build AI Applications FAST with Spring Boot and LLM Models! (Ollama)
Hands-on: Spring AI with Ollama
Run LLMs locally and connect from Java
AI with Spring Boot
Use AI With Spring Boot
Spring AI Ollama
How to Integrate Ollama with Spring AI
How to create chat apps with Spring AI And Ollama
How to setup Ollama and run AI language models locally
GitHub Repository: github.com/integrationninjas/spring-ai-llama
Instagram: integrationninjas
Topmate: topmate.io/sachin_purohit
Search Queries:
Spring AI - Run Meta's LLaMA 2 Locally with Ollama
Build AI Applications FAST with Spring Boot and LLM Models! (Ollama)
Hands-on: Spring AI with Ollama
Run LLMs locally and connect from Java
AI with Spring Boot
Use AI With Spring Boot
Spring AI Ollama
How to Integrate Ollama with Spring AI
How to create chat apps with Spring AI And Ollama
How to setup Ollama and run AI language models locally
มุมมอง: 176
วีดีโอ
Deploy Spring Boot Application to AWS EC2 Using GitLab CI
มุมมอง 7843 หลายเดือนก่อน
In this tutorial, I will guide you through the process of deploying a Spring Boot application to AWS EC2 using GitLab CI. This step-by-step guide covers everything from building your application with Maven to setting up a robust CI/CD pipeline with GitLab and deploying to AWS EC2. Whether you're new to continuous integration and deployment or looking to streamline your current workflow, this vi...
Deploy React App To GitHub Pages Using GitHub Actions
มุมมอง 1.2K5 หลายเดือนก่อน
In this step-by-step tutorial, we'll show you how to deploy your React app to GitHub Pages using GitHub Actions. GitHub Pages offers a hassle-free way to host static websites directly from your GitHub repositories, making it an ideal platform for showcasing your projects, sharing documentation, or even hosting a personal blog. With GitHub Actions, you can automate the deployment process, ensuri...
Exploring the power of Generative AI | Part-1
มุมมอง 695 หลายเดือนก่อน
Master the Future of AI Creativity! This video is your one-stop introduction to Generative AI and Large Language Models (LLMs). We'll break down cutting-edge models like Llama2, Llama3, and Transformers (made famous by Hugging Face) in an easy-to-understand way. Plus, we'll explore powerful tools like AWS Generative AI and databases like DataStax, Chroma, and Faiss that make it all work. Here's...
GitLab CI/CD Tutorial For Beginners
มุมมอง 8856 หลายเดือนก่อน
Welcome to this GitLab CI/CD for Beginners tutorial! In this video, I'll guide you through automating your development process with GitLab CI/CD. We'll break down complex concepts into easy-to-understand steps, helping you set up your first pipeline. Here's what you'll conquer: Automate code builds Run tests to ensure quality ✅ Craft and publish Docker images Upload and leverage artifacts effec...
Deploy Spring Boot App To AWS Elastic Beanstalk Using GitHub Actions
มุมมอง 1.3K6 หลายเดือนก่อน
Tired of manually deploying your Spring Boot application to AWS Elastic Beanstalk? This video will show you how to automate the process using GitHub Actions! We'll walk you through setting up a CI/CD pipeline that automatically builds, tests, and deploys your application to Elastic Beanstalk on every push to your GitHub repository. This tutorial is perfect for developers who want to streamline ...
Deploy GoLang Application to AWS EC2 Using GitHub Actions
มุมมอง 2.5K6 หลายเดือนก่อน
Take your GoLang deployments to the next level! This video dives into creating a fully automated deployment pipeline for your GoLang application on AWS EC2, leveraging the power of Docker and GitHub Actions. In this tutorial, you'll learn how to: Dockerize your GoLang application for efficient containerized deployment. Build and push Docker images to a container registry (e.g., Docker Hub, Amaz...
Deploy MEAN Stack App On AWS EC2 Using GitHub Actions
มุมมอง 1.6K6 หลายเดือนก่อน
In this comprehensive video tutorial, you'll conquer automating deployments for your MEAN stack application (MongoDB, Express.js, Angular, Node.js) using the power of GitHub Actions. We'll walk you through: Building a Robust CI/CD Pipeline: Harness the automation magic of GitHub Actions to streamline continuous integration and continuous delivery (CI/CD) for your project. AWS EC2 for MEAN Stack...
Deploy Next.js application to AWS EC2 using GitHub Actions
มุมมอง 6K7 หลายเดือนก่อน
Effortlessly deploy your blazing-fast Next.js application to a scalable AWS EC2 instance with the power of GitHub Actions! In this comprehensive tutorial, you'll learn step-by-step how to: Automate deployment: Leverage GitHub Actions to streamline your deployment process, triggering builds and deployments on every push. Harness the power of Docker: Package your Next.js application as a lightwei...
Deploy NodeJS application to AWS Elastic Beanstalk using GitHub Actions
มุมมอง 4.5K7 หลายเดือนก่อน
Automate Node.js deployments to AWS in MINUTES! This video combines GitHub Actions & Elastic Beanstalk for a powerful CI/CD pipeline. Effortless deploys, explained simply. Get started NOW! Sample Workflow: github.com/integrationninjas/nodejs-app/actions/runs/8317600180/workflow Source Code: github.com/integrationninjas/nodejs-app/tree/elastic-beanstalk-ec2 EB Deploy Action: github.com/marketpla...
Automate Java Code Analysis with SonarCloud & GitHub Actions
มุมมอง 1.4K8 หลายเดือนก่อน
Struggling with bugs and lengthy code reviews? Automate Java code analysis with SonarCloud & GitHub Actions! This video shows you step-by-step how to set up & run scans to find issues early, improve code quality & security, and streamline code reviews. #devops #java #sonarqube #githubactions
Amazon CodeWhisperer: A Game Changer for Developers
มุมมอง 8658 หลายเดือนก่อน
Amazon CodeWhisperer generates code suggestions ranging from snippets to full functions in real time in the IDE based on your comments and existing code. Supercharge development with expert assistant Amazon Q. Queries Solved: AI Code Generator - Amazon CodeWhisperer What is CodeWhisperer Working with Amazon CodeWhisperer AWS Toolkit for Visual Studio Code - Amazon Q, Amazon CodeWhisperer, and m...
Deploy MERN Stack App On AWS EC2 Using GitHub Actions
มุมมอง 21K9 หลายเดือนก่อน
In this tutorial we're going to deploy our MERN (MongoDB, Express, React, Node.js) stack application to AWS EC2 using the power of GitHub Actions and Docker. Please find below reference code and pipeline: NodeJS App Code Reference: github.com/integrationninjas/nodejs-app/tree/mern-ec2-docker NodeJS App Pipeline: github.com/integrationninjas/nodejs-app/actions/runs/7672779272 React Code Referenc...
Secure Your Code: Auto-Fix Vulnerabilities with Dependabot (GitHub Tutorial)
มุมมอง 8599 หลายเดือนก่อน
Tired of manually updating dependencies and chasing security patches? Dependabot to the rescue! ️ This beginner-friendly tutorial shows you how to set up Dependabot on GitHub to automatically identify and fix vulnerabilities in your project's dependencies. Here's what you'll learn: What is Dependabot and why is it awesome? Setting up Dependabot in minutes Automating dependency updates and secur...
Secure Your Code: Automated Vulnerability Hunting with CodeQL (2024 Guide)
มุมมอง 1.3K9 หลายเดือนก่อน
Secure Your Code: Automated Vulnerability Hunting with CodeQL (2024 Guide)
Deploy React App to AWS EC2 using GitHub Actions
มุมมอง 8K10 หลายเดือนก่อน
Deploy React App to AWS EC2 using GitHub Actions
MacBook M3 Pro Setup for Software Development
มุมมอง 3.8K10 หลายเดือนก่อน
MacBook M3 Pro Setup for Software Development
Deploy NodeJS Application To Azure App Service Using GitHub Actions
มุมมอง 10K10 หลายเดือนก่อน
Deploy NodeJS Application To Azure App Service Using GitHub Actions
Deploy Spring Boot Application To Azure App Services Using GitHub Action
มุมมอง 3.3K10 หลายเดือนก่อน
Deploy Spring Boot Application To Azure App Services Using GitHub Action
Deploy Spring Boot Application On AWS ECS Using GitHub Action
มุมมอง 8K10 หลายเดือนก่อน
Deploy Spring Boot Application On AWS ECS Using GitHub Action
Create & Deploy AWS Lambda Function In Java Using GitHub Actions
มุมมอง 1.3Kปีที่แล้ว
Create & Deploy AWS Lambda Function In Java Using GitHub Actions
Deploy NodeJS Application On AWS ECS Fargate Using GitHub Actions
มุมมอง 10Kปีที่แล้ว
Deploy NodeJS Application On AWS ECS Fargate Using GitHub Actions
Deploy NodeJS Application on AWS ECS Using GitHub Actions
มุมมอง 17Kปีที่แล้ว
Deploy NodeJS Application on AWS ECS Using GitHub Actions
What is GitHub Codespaces | Setup Node.js & MongoDB Development Environment
มุมมอง 1.1Kปีที่แล้ว
What is GitHub Codespaces | Setup Node.js & MongoDB Development Environment
Deploy Spring Boot application to AWS EC2 using GitHub Actions
มุมมอง 13Kปีที่แล้ว
Deploy Spring Boot application to AWS EC2 using GitHub Actions
Deploy NodeJS application to AWS EC2 using GitHub Actions
มุมมอง 22Kปีที่แล้ว
Deploy NodeJS application to AWS EC2 using GitHub Actions
HI , my deployment is also successfull, but I couldn't access my /check get API with my instance ipaddress, its just showing ( This site can’t be reached) please help
Hi! Thank you for sharing this video. First off, it’s great to see how you’ve demonstrated your expertise in deploying a MEAN stack application on AWS EC2 using GitHub CI/CD, 👍🏻Well Done ! After watching, though, I’d suggest taking a bit more time before posting your videos. Avoid rushing; instead, keep detailed notes on each step you want to cover. Refine and re-watch it as many times as needed to ensure clarity before uploading it to TH-cam. I’m confident that with your skill, your videos have the potential to reach millions of viewers effortlessly. With well organised content, your insights could really make a huge impact!
Nice, can't wait to try this. I kept having a socket closed exception
Both are builded and deployed successfully. But when try to fetch data from angular app, i can't get access to backend. Why??😢
Good work
i was having images but image is not loading ... Although the video is great! like from the heart!
👏🏼
🎉
Thanks man. After extensive research, I learned that there are multiple ways to deploy projects on AWS. I don't have previous experience with AWS deployments, and this is the first time I've successfully deployed a MERN project on AWS. Can I use this method for real-time projects? Is this approach more costly than other approaches? Maybe I'm asking a silly question, but please don't mind.
Pls help me I want to deploy my mern project if u can guide me with this it would be very helpful
This video is fantastic. However, I’ve encountered some problems with nginx. I have uploaded onto EC2 successfully, but when I get access to frontend it shows welcome to nginx instead of my homepage. Index.html file is properly located in the docker container. Idk if this has something to do with vite
❤❤❤❤
Insightful 😊
Glad you liked.
can you add some detailed tutorial for nginx
How to add domain to this
I appreciate the content. But it has some missing concepts like building docker images for different environments. I as a devops professional feels targeting different environments is something which you must cover. Just an idea 😊😊
ERROR: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "%2Fvar%2Frun%2Fdocker.sock/v1.24/info": dial unix /var/run/docker.sock: connect: permission denied errors pretty printing info for me like this error coming how to solve
On push stratergy is good but on demand is much practical if a large numbers of developers are pushing code frequently
That's correct, we need to change the strategy here in real time projects. We can go with manual workflow dispatch, scheduled deployments and deployment on merge to a specific branch. We can define a use case and accordingly we can decide the right strategy. Please refer: docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/triggering-a-workflow
@@IntegrationNinjas u got a new subscriber.. great content 👍
I want to know can we run that port 80 both front end and backend in same server how
if we have front end and backend both then how ?
Any english translation please?
God bless you greatly
Hii sir greate content , can you explain spring boot project with my sql database like crud operation project how we deploy in ec2 please explain this topic
Iam roles instead of users?
When I pushed my code, it said on git that it sucessfully build and deployed, but when i click the link on azure to get to my webapp, i get Application Error
why I am not able to find my application on ec2 public IPv4 address 65.0.99.148/5000
super straightforward and helpful, thank you!
How can i set the keys ? Do you know ?
please make a task management project and api base project in react js node js
I have successfuly deployed my app, but when navigate to other routes and refresh it is showing 404 nginx
You can add nginx config file to your code base, it will solve this problem
Thank you very much
Thx man 🎉
High-quality content! I didn't know much about AWS, but thanks to this tutorial, I successfully deployed my test app on AWS EC2. Thank you so much 🥰 Subscribed to your channel and am excited to learn more from you!
Glad it helped.
Great Tutorial man, thanks for sharing Sachin! if the sample user is user name 😂
Thanks Jabid, you're right.
35:07 note
i am getting 502 error bad gateway. Is it ok that there is no start script in the package.json?
The absence of a start script in the package.json file could definitely be a reason for the 502 Bad Gateway error in AWS Elastic Beanstalk. Elastic Beanstalk expects a start script to know how to launch your NodeJS application, and without it, the environment might not know how to correctly start the app, causing the 502 error.
hello, this works fine in dev but not in prod. i tried using aws route 53 to forward my IP address to a subdomain but it doesn't accept the port (31.212.134.156:8081) only '31.212.134.156'..how can I work around this ?
When using AWS Route 53 to forward traffic to a subdomain, you can't specify a port number (such as 8081). Domain Name System (DNS) services like Route 53 resolve domain names to IP addresses, but they don't handle ports. Since you're using port 8081 for your Go application, you'll need to handle the port forwarding or rerouting in another way. Possible Workarounds is using a Reverse Proxy (Nginx or Apache) Example: server { listen 80; server_name your-subdomain.example.com; location / { proxy_pass localhost:8081; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } }
great stuff man! have my appiication up and running in no time
Glad it helped!
Dear sir I already text you upon an issue that after following your chanel i deploy mern app in aws but application is not connected with mongoodb. in local all things are greate. Please guide me on this issue
please help me a bit in this issue
Bro Thanks for making a great vidio, Now I am stuck because all every thing is ok in locally but when deploy to aws application is working properly but not connected with mongoo db whats the problem.
great demo, but if we have some sensitive data as variable environment in the task definition file, how to handle it ??
You can use AWS Secrets manager for this I believe
Yes AWS Secrets Manager or GitHub Secrets you can use for sensitive information.
thanks a lot!
Glad it helped.
Bro do you have any videos that have .env files in a nodejs app ? Or else how to incorporate any .envs in a node app using docker and github actions
bro after push the changes into github there is nothing showing in the actions please clarify these error
Well explained tutorial, Bring one with Kubernetes as well.
nice, how to do with multiple container(interdependent), with docker-compose.yml
nice video, but how can we do it with multiple container with docker-compose.yml
Hi, please do work on microservice with node js and deploy on aws.
Sure, I will work on that asap.
when would you run a database migration in the action?
wasted 1 hr... stucked on .yml file
Can you explain the issue you are facing?