Found 137 repositories(showing 30)
Viha27
A Devops pipeline is set of automated processes and tools that the development (Dev) and operations (Ops) teams implement to build, test, and deploy software faster and easier. In this course you will complete DevOps pipeline generally consists of a set of tools which are normally broken down into the following categories: Plan Code Integrate Test Release Deploy Operate This learning path will cover: Git is an open-source and distributed version control system. Github is git repository hosting service used for code sharing, bug tracking, feature request and much more. PyCharm is an integrated development environment (IDE) for python programing language. Flask is a python web framework. HTML is the standard markup language for Web pages. CSS is a style sheet language use to style a HTML document. SQLAlchemy is an open-source SQL toolkit and object-relational mapper which gives full power and flexibility of SQL. Selenium is used to automate web browser interaction. Pytest is unit testing framework that allows users to write test codes. Ngrok allows to expose a web server running on your local machine to the internet. Github Action enables you to include Continues Integration (CI) and continuous deployment (CD) capabilities and many other features directly in your repository. Docker is an open source containerization platform enables developers to package applications into containers. Docker Hub is a cloud-based repository for finding and sharing container images with your team. Kubernetes is an open-source container orchestration for automating deployment, scaling, and management of containerized applications. This course is one stop shop where you will learn web development, continuous integration, continuous deployment, containerization, writing neat and quality code, devops concepts and much more with python programing language. What youβll learn Learn to build Continuous Integration Continuous Deployment pipeline Build CI CD tool to update docker image after any update Learn to create dockerfile Learn the fundamental concepts of Docker Learn the fundamental concepts of Kubernetes Learn to create Kubernetes YAML files Learn to deploy high availability, fault tolerance, scalable application Learn all the basic and advanced git commands Learn different types of branches like master, developer, feature, release and hotfix branch Learn fundamental concepts of Version Control System Learn to use Github actions for CI CD pipeline Learn to build python flask web application Learn to use SQL Alchemy Lean to create HTML pages using HTML, CSS and bootstrap Are there any course requirements or prerequisites? Git installed Docker installed Kubernetes installed Any IDE Github account Docker hub account Who this course is for: Anyone who wants to Enhance their skills in DevOps domain Developers and IT Pros Instructor User photo Pranjal Srivastava Docker | Kubernetes | AWS | Azure | ML | Linux | Python I am an Instructor, Devops engineer, machine learning enthusiast, cloud expert and passionate developer. I have authored 60+ courses with over 50,000+ students worldwide across 175+ countries on wide array of technologies like containerization, machine learning, Linux, programming languages and cloud computing platforms like Microsoft Azure, Amazon Web Service and IBM Cloud.
iakashchoudhary
Explore a dynamic and immersive fitness experience with our DareBee Website, a Single Page Application (SPA) crafted using AngularJS, HTML, CSS, and Bootstrap. Our goal is to empower users on their fitness journey by delivering a comprehensive platform featuring diverse workout programs, expert nutritional guidance, and engaging challenges.
Web application on Expert System and Tic Tac Toe Game with AI using html, css, js, bootstrap, flask
My Thesis Project, Application of Dental Disease Diagnosis Using the Certainty Factor Method and a combination of the CF - KNN (Certainty Factor + K Nearest Neighbor) method. This project implements an expert system with forward chaining. Mostly use python to process data and results. Website using jinja and bootstrap (adminLTE.io)
fraunhofer-igd-iva
Nxtstart is an easy to use, interactive CLI tool to bootstrap your next web-based project. The template is aimed at students to get an easy access to web development with example implementations. It is also useful for experts to speed up prototyping. The framework is based on NextJS and Material UI.
Inn4ki
NODE.JS WEB APPS WITH EXPRESS by Wes Higbee In this Node.js Web Apps with Express training course, expert author Wes Higbee will teach you how to create web applications and APIs with Express. This course is designed for users that are already familiar with HTML, CSS, and JavaScript. You will start by learning how to set up a web app, then jump into learning about the Jade view engine. From there, Wes will teach you about CRUD, including how to add the chat room view, respond with JSON, and edit chat rooms. This video tutorial also covers routers, middleware, APIs, and logging and debugging. Finally, you will learn about auth with passport, including passport user validation, protecting admin routes, and query string parameters. Once you have completed this computer based training course, you will have learned how to create web applications and APIs with Express. Working files are included, allowing you to follow along with the author throughout the lessons. About the Publisher Presented in stunning HD quality, the Infinite Skills range of video based training provides a clear and concise way to learn computer applications and programming languages at your own speed. Delivered to your Desktop, iPad ... More about Infinite Skills Table of Contents Setting Up A Web App What You Will Learn 00:03:28 About The Author 00:01:23 Project Setup 00:02:14 Spinning Up Our Server From Scratch 00:05:11 Serving Index.HTML 00:04:32 Serving Bootstrap Assets 00:05:52 Styling Our Site 00:01:16 How To Access Your Working Files 00:01:15 The Jade View Engine Why View Engines? 00:02:10 The Jade View Engine 00:06:32 HTML Tags In Jade 00:02:16 Attributes Classes And Ids In Jade 00:02:06 Serving Up Jade Views 00:04:24 HTML Reuse In Jade 00:06:26 Code In Jade Views 00:02:37 Passing Data To View Rendering 00:02:01 Setting A Default View Engine 00:00:37 String Interpolation In Jade 00:02:30 Generating Tables In Jade 00:03:50 Tabs And Spaces Oh My 00:01:21 Demystifying Jade 00:02:21 Crud Setting The Stage 00:01:01 Add Chat Room View 00:04:21 Post Chat Room Form 00:06:56 Parsing Form Data From The Request Body 00:04:22 Responding With JSON 00:03:20 Admin Chat Rooms Workflow 00:02:21 Named Route Parameters To Delete Rooms 00:05:59 Edit Chat Rooms 00:06:01 Edit Chat Rooms Part - 2 00:02:00 Responding With 404 Not Found 00:01:39 Wrap Up 00:01:23 Routers Extracting An Admin Module 00:04:47 Modular Admin Router 00:04:00 Pluggable Admin Mount Path 00:03:15 Stumbling Block - Relative Redirects 00:02:49 Chaining Routes 00:01:57 Middleware Understanding Routing And Middleware 00:05:45 Adding Custom Logging Middleware 00:02:15 Understanding Next() 00:01:31 Middleware To Fetch Data 00:07:24 Order Matters.Av 00:01:09 Scoping Middleware 00:03:53 What To Do With Errors 00:03:01 Last Thoughts 00:03:19 APIs A Client Side Chat App 00:01:55 Setup The Client Side Chat App 00:03:01 Creating An API 00:05:42 Modules Are Singletons 00:01:50 Postman To Test API 00:01:24 API Get Room Messages 00:05:49 Posting To An API 00:03:37 API To Delete Messages 00:03:15 Parsing JSON In The Request Body 00:03:25 Logging And Debugging Express-Debug 00:03:03 Logging With Morgan 00:01:45 File Access Log With Morgan 00:01:28 Built-In Express Debugging 00:01:57 When Things Go Wrong Throwing An Error In A Route Handler 00:01:39 Errors In Production 00:01:53 Custom Error Handlers 00:02:40 Browser Hangs 00:00:58 Hanging Async Request Handlers 00:01:17 Errors In Callbacks 00:03:32 Don't Swallow Callback Errors 00:02:46 Auth With Passport Auth With Passport 00:01:49 Login Form 00:06:31 Passport User Validation 00:05:20 Passport Session Serialization 00:01:49 Logging In 00:06:23 Logout 00:03:52 Authorizing Access To Block Anonymous Users 00:03:40 Protecting Admin Routes 00:02:04 Using User Information 00:02:48 Bypassing Login In Development 00:03:11 Query String Parameters 00:02:34 Auth Cookies 00:02:17 Last Thoughts 00:05:45 Publisher: Infinite Skills Release Date: March 2016 ISBN: 9781491958933 Running time: 4:09:49 Topic: Node.js
sjnims
Claude Code plugin providing Bootstrap 5.3.8 expertise with 9 specialized skills, component generator command, and proactive agent for front-end development
Joyontokarmakar
I'm Joyonto Karmakar a Front-end Web Developer with 5 Years of Experiences | Expert in crafting engaging user experiences with HTML, CSS, JavaScript, Tailwind css, Bootstrap, Vue, Nuxt js, React js, Next js | Explore my portfolio for innovative web projects.
Warior96
Laravel application integrating ChatGPT and DALLΒ·E via OpenAI APIs. Includes a chatbot simulating an expert computer vendor and an AI image generator. Built with Laravel, Livewire, and Bootstrap. | Applicazione Laravel che integra ChatGPT e DALLΒ·E tramite API OpenAI. Include un chatbot che simula un venditore e un generatore di immagini
websoriful
I am web soriful. Web Development, WordPress & WooCommerce/Shopify Developer/ YouTube & Digital marketing Expert. As a freelancer Completed 143 Projects of 27 country's 107 client's at various marketplaces since 2018. I have excellent experience with setting up Payment methods, Shipping classes, etc π MY Skills: (Web Dev, WordPress & WooCommerce/ Shopify Developer} π£Your Best Offer: I'll do it for you. π WordPress theme & plugin development & customization π Personal/Business Website using WordPress π Bootstrap coded responsive PSD to HTML/Bootstrap π Page Builder - visual composer, Elementor, Divi π Shopify Store Design & Theme / Product/ app/ sales channel π eCommerce/ woocommerce Website/ Website speed increase & SEO π Landing Page/ Lead pages/ Single or multi Page HTML website. π Payment gateway - Paypal & Stripe Integration & FB Pixel π Mailchimp/ Get Response Email Template/Campaign/ Subscriber & woo commerce Automation π Login Registration Form/ Contact us Form/ Sign in- SignUp Page Creation & Pop Up Form π Social Button & social sharing, Auto Responder/ facebook pixel. π Lead Generation/ Virtual Assistant/ Web Researcher/ Data Entry Expert β My Service Specialtyπ βοΈ 100% Working Skills βοΈ 24/7 Hours Support βοΈ More than 40 Hours/Weekβ βοΈ 100% Satisfaction Guaranteed βοΈ On-time Delivery βοΈ Quality Work βοΈ Cost-effective Please Contact my Inbox. Tell me Your query. I will try my best to solve your problem. π¬π¬π¬ Thanks for visiting my profileβ
It Expert is a clean, modern, and professional One Page Creative Digital Agency HTML5 Template. It is a clean, modern, and simple HTML5 template for creating the website for Startup corporations, Landing pages, Business, portfolio, service sites, and much much more⦠The Template is based on an 1170 Bootstrap-based design so this Template will be 100% fluid responsive on any device. Everything is in the Documentation file so that you can change anything easily
itapplication
Drupal, WordPress developer, Theme and Template designer, Bootstrap and Mobile app expert
JasurIsroilov
Developing own expert system using Oracle 18 Xe, Flask, Bootstrap 5.0
Sophrinix
EA bootstrap platform for quick and professional R&D new expert advisors for Forex.
worldflora
This is bootstrap based UI for experts to edit the World Flora Online taxonomy.
ISHANI723
Booststar Experts Internship Projects- HTML, CSS, JS, Bootstrap, DBMS, PHP, React, Wordpress, Shopify, Speed Optimization, SEO modules.
jameseditor
Official portfolio of James Slone β video editor, creative designer, and storytelling expert. Built with HTML, CSS, and Bootstrap to showcase his work.
alarabi20
Intro & Achievements --------------------- β I am Al Arabi. Web, WordPress & WooCommerce/Shopify/Wix/ SquareSpace Developer, Lead Generator/ Email Marketing Expert & Digital marketer / Affiliate Marketer / Dropship & eCommerce Expert β As freelancer Completed 40+ Projects of 13 country's 25 client's at various marketplaces since 2012 Expertise / Skill Sets --------------------- β WordPress & WooCommerce Expert β eCommerce & Shopify Expert β Bootstrap coded responsive PSD to HTML/Bootstrap β Custom Javascript designed custom plugin β Jquery Plugin integration β Click Funnel & Sales Funnel Expert β WiX & SquareSpace Developer β PSD TO HTML/ HTML TO WordPress β Mailer Lite/Mailchimp/ Aweber/ Get Response Email Platform Expert β HTML, CSS. BOOTSTRAP, JAVASCRIPT, JQUERY, WordPress Bug/ Error Fixing. β Digital Marketing & Social Media Marketer(SMM) β Google ads, Facebook ads, ecommerce marketing & Search Engine Marketing(SEM) Expert β Lead Generation Expert & Finding business email and contact details β Search Engine Optimisation (SEO), On page SEO & Off page SEO Expert β Affiliate Marketer & Amazon Affiliate Expert β eCommerce & Dropshipping Expert β Website Maintenance & Website Optimization β Website speed increase & SEO β Email Marketing & eCommerce Automation β Virtual Assistant/ Web Researcher/ Data Entry Expert β email: rupokazad20@gmail.com β Phone: 01720845949 β Facebook: https://www.facebook.com/rupokdh
farmanwebdev
Here i make a Full Responsive website by using of Html CSS or Bootstrap. its my own website. Now i am expert in Html CSS or Bootstrap. Go to check my website page.
k3n3dfelix
π» Sistema Web Gerenciamento de Vendas de Bebidas - Projeto Desenvolvido no curso Spring Framework Expert com as seguintes linguagens: Java, Javascript e Css(Bootstrap)
harendra-singh-negi
π Personal Portfolio β Full Stack Developer & Cybersecurity Expert | Built with React, Next.js, Node.js, MongoDB, MySQL, Bootstrap, Tailwind CSS, and deployed via GitHub Actions.
harshvghasiya
I created backend/admin panel and Rest APIs for 'Agri Expert' application. I used Laravel,Chart.js, Redis, Mysql, Jquery, Bootstrap, Postman, Html, Css, Git to complete this project.
Royaltech is a responsive website developed for a comprehensive technology solutions provider, offering services in Project Planning, Interior Design, Expert Mechanical Services, and General Contracting. Built using HTML, CSS, JavaScript, and Bootstrap,
WebDeveloperRonobir
Dr. Farid Optometry & Optical: Comprehensive eye care and premium eyewear. Expert eye exams, contact lens fittings, advanced diagnostics, and stylish frames. Built with HTML, CSS, JavaScript, Bootstrap & PHP β fully responsive for seamless desktop and mobile experience.
itsnuwandev
PCHome: Your one-stop e-commerce destination for computer hardware. Built with MERN stack and Bootstrap, it offers seamless shopping like other platforms. Secure payments, detailed listings, and expert support make it your go-to computer shop.
CELYNEBIRUNGI
A travel website designed in html , css and bootstrap.it basically discovers breathtaking destinations, immerse yourself in diverse cultures, and create lifelong memories. Our expert guides and curated itineraries ensure you make the most of every moment.
KHUSHAL966
CyberCop is an IT company offering expert solutions in Node.js, Angular, Bootstrap, Git, Docker, AWS, Web Development, Web Design, Outsourcing, and Digital Marketing. We deliver scalable, innovative services to help businesses thrive online. Developed by Khushal Lasod.
DeveloperKamalHossen
Hi, I am Developer Kamal Hossen. I am an expert in Full Stack Web Developer. I am a skilled web designer with over 4 years of experience in the industry. ( HTML,CSS,JavaScript,Bootstrap,PHP,MySQL,React,jQuery Etc.)
ash0510sant
AI-powered community garden platform for beginners. Features personalized plant recommendations, task scheduling, and expert guidance. Built with Python ML, PHP backend, Bootstrap frontend. Helps novice gardeners succeed through tailored advice and community support, addressing planning and maintenance challenges in local gardens.
vaibhavdanao
Tour Expert is a web-based travel assistant that helps users discover, plan, and manage tours across destinations with ease. Itβs designed for travelers, tour operators, and agencies looking for streamlined itinerary building and travel booking tools. Frontend: HTML5, CSS3, JavaScript, Bootstrap Backend: PHP Database: MySQL