FANATICUS
FANATICUS
  • Видео 139
  • Просмотров 160 520
SQL Introduction
#fanaticus
Welcome to this beginner-friendly introduction to SQL! In this video, we’ll walk you through the fundamentals of SQL (Structured Query Language), the standard language used to manage and manipulate databases. Whether you're looking to retrieve data, update records, or dive into more advanced queries, this video covers the basics you need to get started.
What you'll learn:
What SQL is and why it’s important
The basic structure of SQL queries
Common SQL commands like SELECT, INSERT, UPDATE, and DELETE
How SQL interacts with relational databases
If you're new to databases or just curious about SQL, this video is a perfect starting point. Don't forget to like, comment, and subscribe for m...
Просмотров: 13

Видео

Adding Authentication
Просмотров 514 часа назад
#fanaticus In this video, we dive into how to add user authentication to your Node.js application. We'll cover the essential steps for implementing authentication, including: Setting up user registration and login functionality. Storing user credentials securely using hashing (bcrypt). Validating user sessions with cookies or tokens (JWT - JSON Web Tokens). Managing sessions with express-sessio...
Working with REST APIs in Node.js | The Basics Explained
Просмотров 514 часа назад
#fanaticus In this beginner-friendly tutorial, we’ll walk you through the fundamentals of REST APIs and how to build and interact with them using Node.js. Learn essential concepts and practical steps to create, consume, and manage RESTful APIs. Topics include: What is a REST API? Setting up Express.js for API development HTTP methods: GET, POST, PUT, DELETE Handling request parameters, headers,...
Adding Pagination in Node.js | Efficient Data Handling
Просмотров 10914 дней назад
#fanaticus In this tutorial, we’ll walk you through how to implement pagination in Node.js to efficiently manage large datasets. Learn how to divide content into pages and improve your app's performance. Topics include: Pagination logic with limit and offset Implementing pagination in MongoDB and MySQL Building paginated API endpoints with Express Handling edge cases (first, last page, no resul...
File Upload & Download in Node.js
Просмотров 4814 дней назад
#fanaticus In this video, learn how to implement file upload and download functionality in Node.js. This step-by-step guide covers everything you need to handle files securely and efficiently in your applications. Topics include: Setting up Multer for file uploads Handling multiple file uploads and size limits Storing files locally and on cloud storage (like AWS S3) File validation (MIME types,...
Error Handling in Node.js | Prevent Crashes & Debug Like a Pro
Просмотров 10614 дней назад
#fanaticus In this tutorial, learn how to effectively manage and handle errors in Node.js applications. We’ll cover everything from catching synchronous and asynchronous errors to implementing custom error handlers for robust applications. Topics include: Handling synchronous vs. asynchronous errors Using try-catch blocks and async/await error management Centralized error handling with Express ...
How to Send Emails in Node.js | Complete Guide
Просмотров 9214 дней назад
#fanaticus In this tutorial, you’ll learn how to send emails using Node.js effortlessly. We cover everything from setting up SMTP servers to sending personalized and automated emails. The topics include: Setting up Nodemailer for email handling Sending emails through Gmail and other SMTP providers HTML and plain-text email formatting Sending attachments with emails Error handling and debugging ...
Dynamic Routes & Advanced Models
Просмотров 6021 день назад
#fanaticus In this in-depth tutorial, we'll take your web development skills to the next level by exploring Dynamic Routes, Advanced Models, and how they fit into the Model-View-Controller (MVC) architecture. We’ll also cover using templating engines to handle dynamic content efficiently. Whether you're building a small app or scaling a large web project, this video provides everything you need...
The Model View Controller MVC
Просмотров 6521 день назад
#fanaticus Unlock the full potential of your web development projects by mastering dynamic content, the Model-View-Controller (MVC) architecture, and templating engines! In this comprehensive tutorial, we'll guide you through building scalable and maintainable web applications using these essential tools and patterns. 🔍 What You'll Learn: Dynamic Content: Understand how to handle and display dy...
Improved Development Workflow and Debugging
Просмотров 8321 день назад
#fanaticus Looking to speed up your Node.js development and improve debugging techniques? In this video, we dive into advanced tips and best practices for streamlining your Node.js workflow. From automating tasks to mastering debugging tools, this guide will help you become more efficient and productive in your development process. In this tutorial, you'll learn: ✅ How to set up a smooth develo...
Working with Dynamic Content & Adding Templating Engines
Просмотров 9921 день назад
#fanaticus In this video, we explore how to work with dynamic content in web development by incorporating templating engines! Learn how to efficiently manage and display dynamic data on your website, separating logic from design to improve code maintainability and readability. We’ll cover the fundamentals of templating engines like EJS, Handlebars, and Pug, showing you how to: Set up a templati...
Understanding basic of nodejs
Просмотров 2321 день назад
#fanaticus Curious about Node.js and how it works? This video is your ultimate beginner’s guide to understanding the fundamentals of Node.js. Whether you're just starting out with back-end development or expanding your JavaScript skills, this tutorial will give you a solid foundation in Node.js concepts. In this video, we’ll cover: ✅ What Node.js is and why it’s essential for modern web develop...
Working with Express js
Просмотров 7421 день назад
#fanaticus Welcome to our in-depth tutorial on Express.js, the popular web application framework for Node.js! In this video, we’ll explore the essentials of Express.js, guiding you through the process of building robust and scalable web applications. What You Will Learn: Introduction to Express.js: Understand the fundamentals and benefits of using Express.js in your projects. Setting Up Your En...
The Basics Of Javascript!
Просмотров 7721 день назад
#fanaticus Are you ready to dive into the world of JavaScript? In this video, we’ll cover all the foundational concepts you need to get started with JavaScript, one of the most popular programming languages in the world. Whether you’re new to coding or looking to strengthen your understanding, this beginner-friendly guide has got you covered! In this tutorial, you'll learn: ✅ What JavaScript is...
Get Started With Nodejs: A Beginner's Guide!
Просмотров 8721 день назад
#fanaticus Welcome to our beginner-friendly guide to Node.js! 🚀 Whether you're just starting out with JavaScript or looking to expand your back-end development skills, this video is perfect for you. We’ll cover everything from installation to building your first server and understanding the core concepts that make Node.js so powerful. In this tutorial, you'll learn: ✅ What Node.js is and why it...
2024 Cyber Security Landscape: Top Threats & Solutions for Businesses
Просмотров 10428 дней назад
2024 Cyber Security Landscape: Top Threats & Solutions for Businesses
Cloud Security Posture Management: Trends for 2024-2025
Просмотров 5Месяц назад
Cloud Security Posture Management: Trends for 2024-2025
Working with Databases in Python: SQL, SQLite, and More
Просмотров 47Месяц назад
Working with Databases in Python: SQL, SQLite, and More
Object-Oriented Programming (OOP) in Python - Classes and Objects
Просмотров 9Месяц назад
Object-Oriented Programming (OOP) in Python - Classes and Objects
File Operations in Python: Reading, Writing, and Managing Files
Просмотров 8Месяц назад
File Operations in Python: Reading, Writing, and Managing Files
Python Home Assignment: Practice Your Skills with These Python Challenges!
Просмотров 4Месяц назад
Python Home Assignment: Practice Your Skills with These Python Challenges!
Mastering Python Exception Handling: Try, Except, Finally Explained
Просмотров 23Месяц назад
Mastering Python Exception Handling: Try, Except, Finally Explained
Python Functions Explained: A Beginner's Guide to Writing Functions in Python
Просмотров 8Месяц назад
Python Functions Explained: A Beginner's Guide to Writing Functions in Python
Understanding Tuples and Dictionaries in Python: A Comprehensive Guide
Просмотров 21Месяц назад
Understanding Tuples and Dictionaries in Python: A Comprehensive Guide
Python List Methods Explained: Ultimate Guide to List Manipulation
Просмотров 6Месяц назад
Python List Methods Explained: Ultimate Guide to List Manipulation
Play with Numbers in Python: Basic Math, Random Numbers, and More!
Просмотров 4Месяц назад
Play with Numbers in Python: Basic Math, Random Numbers, and More!
Loops in Python: For, While, and Nested Loops Explained
Просмотров 10Месяц назад
Loops in Python: For, While, and Nested Loops Explained
Conditional Statement Explained: A Beginner's Guide to Conditional Logic
Просмотров 7Месяц назад
Conditional Statement Explained: A Beginner's Guide to Conditional Logic
Python Basics: Understanding Operators in Python
Просмотров 37Месяц назад
Python Basics: Understanding Operators in Python
Python Basics: Understanding Variables in Python
Просмотров 20Месяц назад
Python Basics: Understanding Variables in Python

Комментарии

  • @luizpaulo8220
    @luizpaulo8220 12 дней назад

    Thank you for sharing the knowledge, bro

  • @AliBaBasX
    @AliBaBasX 17 дней назад

    Are you working with Maximilian or should I report you to him ?

  • @sumitsher7142
    @sumitsher7142 19 дней назад

    It is free or will apply any charges

    • @Fanaticus
      @Fanaticus 19 дней назад

      free, you will be billed for ec2

  • @javieruzcategui4441
    @javieruzcategui4441 Месяц назад

    centos9 please

    • @Fanaticus
      @Fanaticus Месяц назад

      aws.amazon.com/marketplace/pp/prodview-k66o7o642dfve?sr=0-6&ref_=beagle&applicationId=AWSMPContessa

  • @AshokElectronicsVideoMAX
    @AshokElectronicsVideoMAX 2 месяца назад

    Can you give config file of above Nginx as explained above Sir. Thanks

    • @Fanaticus
      @Fanaticus Месяц назад

      SSL will not work, bro.

  • @jakkujeshwanth7158
    @jakkujeshwanth7158 2 месяца назад

    What changes need to be done app end..?

    • @CloudWithUgur
      @CloudWithUgur 2 месяца назад

      global.pem

    • @Fanaticus
      @Fanaticus Месяц назад

      no, if the postgres driver is supported in app.

  • @StephenMarshall-lq8eh
    @StephenMarshall-lq8eh 2 месяца назад

    why are you downgrading ?

    • @Fanaticus
      @Fanaticus Месяц назад

      Just showing example

  • @ruchityagi7106
    @ruchityagi7106 2 месяца назад

    what we do when there is failover when we update the SSL certification.why we stop the database there is any requirement to stop?

    • @Fanaticus
      @Fanaticus 2 месяца назад

      No, that was a different case, listen carefully plz

  • @JayJato
    @JayJato 2 месяца назад

    Thanks man

  • @asmit.ghimire
    @asmit.ghimire 4 месяца назад

    I have installed it like you said. I want to open the whole project in vscode or any other ide. I cannot access the folder of the installed odoo as it is in another user. How do I do that? You only installed in your video but you didn't open the project in any ide. Please help me

    • @Fanaticus
      @Fanaticus 4 месяца назад

      Open the odoo installed folder path in vs code

  • @joshuafrench3345
    @joshuafrench3345 4 месяца назад

    What is the purpose of the second part, downgrading the DB, is that essential for updating the CA?

    • @Fanaticus
      @Fanaticus 4 месяца назад

      No, there are two cases. One upgrade and one is for the engin version upgrade and downgrade

  • @kalyanram100
    @kalyanram100 5 месяцев назад

    Does it have downtime ?

    • @Fanaticus
      @Fanaticus 4 месяца назад

      May be 1-2 mints

  • @Steve-ub7uw
    @Steve-ub7uw 5 месяцев назад

    Connections were 0 after applying so is this working

    • @Fanaticus
      @Fanaticus 5 месяцев назад

      Yes, it's fine. But do verify with application side

  • @AnkitKumar25
    @AnkitKumar25 6 месяцев назад

    How have you done the setup with nginx? Can you provide any inputs in that area please?

    • @Fanaticus
      @Fanaticus 6 месяцев назад

      Hi, I have written a blogpost for you only. This includes everything you need to setup odoo behind nginx reverse proxy. Please follow the link below: www.bithost.in/r/ZRi If you have any other queries, please do post in comment... Thanks.

  • @gorillaffedit8121
    @gorillaffedit8121 6 месяцев назад

    Kon sa camera use kiya hai sting operation ke liye

  • @rodolfolopez587
    @rodolfolopez587 7 месяцев назад

    Maybe a person with more experience installing odoo and using aws is a good tutorial but to me not... Because you fix a lot of errors (I can fix them too) and you only show part of them. 😅 Late you say "I created one Erp", ¿ How do you create that? 🤔 Buy nothing, I need to search for another tutorial. Thanks, bro and good job only this tutorial not is for me. ✌️

    • @Fanaticus
      @Fanaticus 7 месяцев назад

      That error part is a demonstration, which the python dependency missed to install. I have the script, will add in the description. It will work without any error

    • @Fanaticus
      @Fanaticus 7 месяцев назад

      I have updated the install script in description, or you may follow it here: www.bithost.in/blog/news-2/odoo-17-installation-on-ubuntu-22-04-lts-tutorial-3

  • @romelyvesparialmanza8649
    @romelyvesparialmanza8649 7 месяцев назад

    horrible sound, man

    • @Fanaticus
      @Fanaticus 7 месяцев назад

      Not in english, it's in hindi horrible man 🤣

  • @skroople488
    @skroople488 7 месяцев назад

    I dont have the dropdown menu when creating provisioning profile help

    • @Fanaticus
      @Fanaticus 7 месяцев назад

      There will be look carefully

  • @amritasharma740
    @amritasharma740 7 месяцев назад

    👌

  • @andhbhaktofficials
    @andhbhaktofficials 7 месяцев назад

    Nice

  • @s_shakir53
    @s_shakir53 7 месяцев назад

    Will subdomain work for this?

  • @mendalikakpadago2108
    @mendalikakpadago2108 8 месяцев назад

    Hi sir I wished this video was made in English 😢

    • @Fanaticus
      @Fanaticus 8 месяцев назад

      Next time

    • @mendalikakpadago2108
      @mendalikakpadago2108 8 месяцев назад

      Is this video the same as creating a certificate for provisional profile?

    • @Fanaticus
      @Fanaticus 7 месяцев назад

      @@mendalikakpadago2108 yes

  • @NamasivayamE-r2b
    @NamasivayamE-r2b 9 месяцев назад

    i little bit confusing about xcode process ,, i am learner so dont know about this process any one can explain i make an ipa file in xcode . i want to enrollment first and pay $99 dollors. after creating certificates and provisional profiles right !!!!!!! pls anyone explain i am an beginner without any proper trainer (self learning)

    • @Fanaticus
      @Fanaticus 7 месяцев назад

      First you need to enroll to developer account paying $99, later you will be able to create certificates and profiles

  • @NamasivayamE-r2b
    @NamasivayamE-r2b 9 месяцев назад

    this process after enrollment right

  • @larrydubois2018
    @larrydubois2018 11 месяцев назад

    I know its been a year, but i just ran into this issue. I found that adding packageType to my build.json file works so you can just run the regular cordova build android --release command line statement. build.json such as { "android": { "release": { "keystore": "..xxx", "storePassword": "xxx", "alias": "xxxx", "password" : "xxx", "keystoreType": "jks", "packageType": "apk" } } }

  • @23DGM23
    @23DGM23 Год назад

    wtf i hate apple so much!

    • @Fanaticus
      @Fanaticus Год назад

      ruclips.net/video/WJFp6QyGhvE/видео.html watch for publishing

  • @mudosoft
    @mudosoft Год назад

    thanks

  • @DigitalTrendzy2023
    @DigitalTrendzy2023 Год назад

    CAN I INSTALL IGOAT IPA IN SIMULATOR USING PROVSIONING PROFILE

  • @Kaorucodm
    @Kaorucodm Год назад

    Hello, how many cerificate can u make I see many cerificate seller on telegram they sell for 25$ cerificate or lower.

  • @Maan.Omari1
    @Maan.Omari1 Год назад

    How to create certificate to install ipa files on iPhone??

  • @OLChoiBGMI
    @OLChoiBGMI Год назад

    Bhai aawaj sahi se sunai nahi de rahi ek aur video banado sahi aawaj k sath clear voice k sath

    • @Fanaticus
      @Fanaticus Год назад

      ruclips.net/video/WJFp6QyGhvE/видео.html

  • @longclone4455
    @longclone4455 Год назад

    Is it work on Windows?

  • @HarryBal001
    @HarryBal001 Год назад

    bro j paid hota hai kya

  • @HarryBal001
    @HarryBal001 Год назад

    hello brother help plz esing app not work plz add my device

    • @Fanaticus
      @Fanaticus 7 месяцев назад

      You need to do by yourself

  • @cesarmorales5708
    @cesarmorales5708 Год назад

    Do you need a physical device to create a file in ios ?

  • @wareexplained
    @wareexplained Год назад

    cheers

  • @Knight_Rider_09
    @Knight_Rider_09 Год назад

    can you provide enrollment process

    • @SonataSensation
      @SonataSensation 5 месяцев назад

      Unfortunately, he cannot, it probably shows credentials while purchasing the enrollment.

  • @Leo-zj2qp
    @Leo-zj2qp Год назад

    Should add the title in Hindi for better demographics

  • @V1vekST
    @V1vekST Год назад

    very good walkthrough the entire process, you almost explained each steps. now i would say make video on creating distribution build using XCode and then through command line.

    • @bithost
      @bithost Год назад

      Will make soon

    • @Fanaticus
      @Fanaticus Год назад

      for you : ruclips.net/video/WJFp6QyGhvE/видео.html

  • @gtp5307
    @gtp5307 Год назад

    Our company want to Rent/Buy an Apple P.12 enterprise certificate. -Apple Developer Enterprise account If you have a certificate that you would like to rent or sell, please send me a dm We will offer you a satisfactory price.

  • @LevelUp3646
    @LevelUp3646 Год назад

    very nice tut

  • @davitramadani
    @davitramadani Год назад

    Can this Gsx connection icloud Orders

    • @Fanaticus
      @Fanaticus Год назад

      not get it , please explain

  • @vivekbhandari9341
    @vivekbhandari9341 Год назад

    saved my day, Thanks!

  • @davidreyes7832
    @davidreyes7832 Год назад

    I have App Store Connect issues, after when I transferred application another account. Potential Loss of Keychain Access - The previous version of software has an application-identifier value of ['oldID.iosapp'] and the new version of software being submitted has an application-identifier of ['newID.iosapp']. This will result in a loss of keychain access. development team changed and what can I do ?

    • @Fanaticus
      @Fanaticus Год назад

      This identifier you can change from xcode. But remember the old and new identifier belongs to same account

    • @davidreyes7832
      @davidreyes7832 Год назад

      @@Fanaticus you mean changing DEVELOPMENT_TEAM ?

  • @salexkorsan8790
    @salexkorsan8790 Год назад

    Sir New Paid Developer Account Register kea hai, Bundle ID bhe Generate Kar lea, But Failed to create provisioning profile, message aaraha hai, ap kay steps follow karin ga to solve ho jai ga kea ?

    • @Fanaticus
      @Fanaticus Год назад

      Keychain se certificate request karna hai, developer account pe certificate generate hoga, uske baad provisioning profile create hoga

  • @theonlyboy1525
    @theonlyboy1525 Год назад

    Please help me why I can’t access this it’s says this resource is only for developers enrolled in a developer program or members of an organization’s team in a developer program Please I want reply!?

    • @Fanaticus
      @Fanaticus Год назад

      Have you enrollerd for the developer program, if yes, please go to developer.apple.com you will be asked to enter user name and password, then you can create cert from there. If no, you will not able to see internal pages of developer's account

    • @theonlyboy1525
      @theonlyboy1525 Год назад

      @@Fanaticus no I have not developed any program but I am interested in making a certificate, how should I apply to make the certificates??

    • @Fanaticus
      @Fanaticus Год назад

      @@theonlyboy1525 create a developer account, it will cost you $99 for 1 year. Then start developing app

    • @theonlyboy1525
      @theonlyboy1525 Год назад

      @@Fanaticus the ceritificates you create does it cost ??

  • @savvasmirazanasvili9770
    @savvasmirazanasvili9770 Год назад

    Hi is there any way to issue for me a new pass certificate for free ?

  • @fanemanelistu9235
    @fanemanelistu9235 Год назад

    The problem is that when you install nginx-extras with apt, it also installs/updates your nginx to whatever version is in the apt repo. Which means that if you ran a newer version of nginx before installing nginx-extras, after you install it your nginx version will be downgraded. Which is not always desired.

    • @Fanaticus
      @Fanaticus Год назад

      You can install from source also, it will not affect your nginx install.

  • @carlosjavier4928
    @carlosjavier4928 Год назад

    Thank you very much!