وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Go Programming Bootcamp

سرفصل های دوره

A Complete Go Course Focused on Problem Solving and Web Development


1. Introduction
  • 1. Introduction

  • 2. Installation
  • 1. Installation

  • 3. Core Go Language
  • 1.1 gotut1.zip
  • 1. Introduction
  • 2.1 gotut2.zip
  • 2. Variables & Data Types
  • 3.1 gotut3.zip
  • 3. If & Formatting
  • 4.1 gotut3ex.zip
  • 4. Exercise to Test what you Learned
  • 5.1 gotut4.zip
  • 5. Math
  • 6.1 gotut4ex.zip
  • 6. Exercise to Test What you Learned
  • 7.1 gotut5.zip
  • 7. Looping
  • 8.1 gotut5ex.zip
  • 8. Exercise to Test What you Learned
  • 9.1 gotut6.zip
  • 9. Strings & Runes
  • 10.1 gotut7.zip
  • 10. Date & Time
  • 11.1 gotut8.zip
  • 11. Arrays
  • 12.1 gotut9.zip
  • 12. Slices
  • 13.1 gotut-10.zip
  • 13. Functions
  • 14.1 gotut-10ex.zip
  • 14. Hangman Exercise
  • 15.1 gotut-10ex.zip
  • 15. Hangman Exercise 2
  • 16.1 gotut-10ex.zip
  • 16. Hangman Exercise 3
  • 17.1 gotut-11.zip
  • 17. Pointers
  • 18.1 gotut-12.zip
  • 18. File IO
  • 19.1 gotut-13.zip
  • 19. Command Line
  • 20.1 gotut-14.zip
  • 20. Packages
  • 21.1 gotut-15.zip
  • 21. Maps
  • 22.1 gotut-16.zip
  • 22. Generics
  • 23.1 gotut-17.zip
  • 23. Structs
  • 24.1 gotut-18.zip
  • 24. Defined Types
  • 25.1 gotut-19.zip
  • 25. Interfaces
  • 26.1 gotut-20.zip
  • 26.2 gotut-20.zip
  • 26. Concurrency
  • 27.1 gotut-21.zip
  • 27. Closures
  • 28.1 gotut-22.zip
  • 28. Recursion
  • 29.1 gotut-23.zip
  • 29. Regular Expressions
  • 30.1 gotut-24.zip
  • 30. Automated Testing

  • 4. Getting Started with Web Apps
  • 1.1 All code is here.html
  • 1. Web App 1
  • 2.1 All code is here.html
  • 2. Web App 2
  • 3.1 All code is here.html
  • 3. Web App 2 Pt 2

  • 5. Starting a Complex Web App - Blog
  • 1.1 All code is here.html
  • 1. Web App 3
  • 2.1 All code is here.html
  • 2. Web App 3 Rendering & Caching
  • 3.1 All code is here.html
  • 3. Web App 3 Handlers
  • 4.1 All code is here.html
  • 4. Web App 3 Pass Data to Templates
  • 5.1 All code is here.html
  • 5. Web App 3 Routes Config Repository
  • 6.1 All code is here.html
  • 6. Web App 3 Middleware
  • 7.1 All code is here.html
  • 7. Web App 3 Sessions
  • 8.1 All code is here.html
  • 8. Web App 3 Sessions Pt 2
  • 9.1 All code is here.html
  • 9. Web App 3 Website Design & Bootstrap
  • 10.1 All code is here.html
  • 10. Web App 3 Website Design & Bootstrap Pt 2
  • 11.1 All code is here.html
  • 11. Web App 3 Create Templates
  • 12.1 All code is here.html
  • 12. Web App 3 Passing Form Data & CSRF
  • 13.1 All code is here.html
  • 13. Web App 3 Server Side Form Validation
  • 14.1 All code is here.html
  • 14. Web App 3 Server Side Form Validation Pt 2
  • 15.1 All code is here.html
  • 15. Web App 3 Redirect on Error

  • 6. PostgreSQL Tutorial
  • 1.1 Everything is here.html
  • 1. PostgreSQL Installation
  • 2.1 Everything is here.html
  • 2. PostgreSQL Introduction
  • 3.1 Everything is here.html
  • 3. PostgreSQL Data Types
  • 4.1 Everything is here.html
  • 4. PostgreSQL Insert, Alter, & Custom Data Types
  • 5.1 Everything is here.html
  • 5.2 PostgreSQL 5 Organizing Tables
  • 5. PostgreSQL Organizing Tables
  • 6.1 Everything is here.html
  • 6. PostgreSQL Altering Tables
  • 7.1 Everything is here.html
  • 7. PostgreSQL Inserting Data
  • 8.1 Everything is here.html
  • 8. PostgreSQL Getting Data from One Table
  • 9.1 Everything is here.html
  • 9. PostgreSQL Getting Data from Multiple Tables
  • 10.1 Everything is here.html
  • 10. PostgreSQL Similar, Like and REGEX
  • 11.1 Everything is here.html
  • 11. PostgreSQL Views
  • 12.1 Everything is here.html
  • 12. PostgreSQL SQL Functions
  • 13.1 Everything is here.html
  • 13. PostgreSQL SQL Functions 2
  • 14.1 Everything is here.html
  • 14. PostgreSQL pgSQL Functions
  • 15.1 Everything is here.html
  • 15. PostgreSQL pgSQL 2
  • 16.1 Everything is here.html
  • 16. PostgreSQL pgSQL 3
  • 17.1 Everything is here.html
  • 17. PostgreSQL Stored Procedures
  • 18.1 Everything is here.html
  • 18. PostgreSQL Triggers
  • 19.1 Everything is here.html
  • 19. PostgreSQL Cursors
  • 20.1 All code is here.html
  • 20. PostgreSQL Setup DB and Database Library

  • 7. Finishing the Web App - Advanced Topics
  • 1.1 All code is here.html
  • 1. PostgreSQL and Go 21 Connecting DB
  • 2.1 All code is here.html
  • 2. PostgreSQL and Go 22 Insert User Function
  • 3.1 All code is here.html
  • 3. PostgreSQL and Go 23 Update User Functions
  • 4.1 All code is here.html
  • 4. Postgres and Go 24 Database Driver
  • 5.1 All code is here.html
  • 5. PostgreSQL and Go 25 Load DB Sitewide
  • 6.1 All code is here.html
  • 6. PostgreSQL and Go 26 Input Data from Site into DB
  • 7.1 All code is here.html
  • 7. PostgreSQL and Go 27 User Authentication
  • 8.1 All code is here.html
  • 8. PostgreSQL and Go 28 Finish Login and Logout
  • 9.1 All code is here.html
  • 9. PostgreSQL and Go 28 Finish Login and Logout Pt 2
  • 10.1 All code is here.html
  • 10. PostgreSQL and Go 29 Finishing Up
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 5932
    حجم: 7158 مگابایت
    مدت زمان: 909 دقیقه
    تاریخ انتشار: 3 اسفند 1401
    دیگر آموزش های این مدرس
    طراحی سایت و خدمات سئو

    53,700 تومان
    افزودن به سبد خرید