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

The Ultimate 2023 Fullstack Web Development Bootcamp

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

Become a fullstack web developer (and get a job) by taking this ONE course, even if you've never coded before.


01 - Getting started in this bootcamp
  • 001 How this bootcamp is setup.html
  • 002 Commonly asked questions.html
  • 003 The Bootcamp members-only exclusive group.html

  • 02 - Web Development Fundamentals
  • 001 What is web development
  • 002 How to get into web development
  • 003 What does it take to get into web development
  • 004 Web development tools
  • 005 How websites are created
  • 006 Frontend vs. backend coding
  • 007 What is fullstack web development
  • 008 Working with teams
  • 009 What is open source
  • 010 Dont reinvent the wheel, leverage open source!
  • 011 Your Project Getting started with your first line of code

  • 03 - Understanding how websites work, a glimpse into the requestresponse lifecycle
  • 001 What is a browsers job
  • 002 What does your browser do
  • 003 What are web requests
  • 004 The request lifecycle
  • 005 What are server responses
  • 006 Interpreting HTML, CSS, and JavaScript
  • 007 Viewing your requests and responses
  • 008 Your project

  • 04 - VS Code 101 A beautiful code editor
  • 001 Downloading VS Code.html
  • 002 Finding a nice theme
  • 003 Nice theme icons
  • 004 Awesome VS Code extensions
  • 005 How I use VS Code every day
  • 006 Moving around VS Code
  • 007 Shortcuts and hotkeys
  • 008 Managing files in your editor
  • 009 Different views
  • 010 How to effectively use search
  • 011 Typing in multiple places
  • 012 Your project

  • 05 - HTML 101 A beginners guide to coding
  • 001 What is HTML
  • 002 Getting setup
  • 003 HTML syntax
  • 004 The base structure
  • 005 Page titles
  • 006 Paragraphs and headings
  • 007 Whitespace doesnt matter
  • 008 Nesting HTML elements
  • 009 Bold, italics, and underlines
  • 010 The div element
  • 011 Block elements vs. inline elements
  • 012 Linking to other pages
  • 013 Opening links in new windows
  • 014 Adding images
  • 015 Linking an image to other web page
  • 016 Horizontal rules and line breaks
  • 017 HTML comments
  • 018 Bullet point lists
  • 019 Introduction to CSS CSS tags
  • 020 Introduction to JavaScript Script tags
  • 021 Sharing code with CodePen
  • 022 Finding extra support
  • 023 HTML-101-Files.zip
  • 023 Your final project

  • 06 - HTML 201 Intermediate level HTML
  • 001 No more underlines
  • 002 Internal links
  • 003 Favicons
  • 004 Pathing
  • 005 Introduction to tables
  • 006 Table rows and cells
  • 007 Merging table cells and rows
  • 008 Table and cell widths
  • 009 Table headers
  • 010 Inline CSS
  • 011 HTML classes
  • 012 HTML IDs
  • 013 Code formatting
  • 014 HTML entities
  • 015 Introduction to forms
  • 016 Input elements
  • 017 Textareas
  • 018 Buttons
  • 019 Dropdown menus
  • 020 Embedding videos
  • 021 HTML-201-Project-Files.zip
  • 021 Your Project
  • 022 HTML5 resources & e-book.html

  • 07 - CSS 101 A beginners guide to beautiful websites
  • 001 What is CSS
  • 002 How does CSS work
  • 003 CSS syntax overview
  • 004 How to write inline CSS
  • 005 How to write internal CSS
  • 006 CSS selectors introduction
  • 007 Writing element selectors
  • 008 Writing class selectors
  • 009 Selecting elements by their ID
  • 010 Grouped CSS selectors
  • 011 Selecting nested elements using CSS
  • 012 How to comment out your code
  • 013 Working with different text colors
  • 014 Working with different color types
  • 015 Applying styling to different link states
  • 016 How to change font sizes
  • 017 A glimpse into different measurement types
  • 018 How to change your background colors
  • 019 How to add images to your backgrounds
  • 020 The most useful tool you can use the developer tools
  • 021 Changing your text alignment left, center or right
  • 022 Adding borders to your elements
  • 023 How to add a rounded border
  • 024 Vital Different display types
  • 025 Changing the default width of an element
  • 026 How to change the default height of an element
  • 027 Adding box shadows for an eye-popping element
  • 028 Padding the internal element spacing
  • 029 Margin the external element spacing
  • 030 How to set a maximum width on an element
  • 031 How to make elements see-through
  • 032 Moving your code to an external file
  • 033 How to float your elements like a newspaper article
  • 034 A note about this project.html
  • 035 CSS-101-Files.zip
  • 035 Your final project

  • 08 - CSS 201 Intermediate level CSS
  • 001 The display property
  • 002 IMPORTANT The box model
  • 003 Outlines Borders around borders
  • 004 How to add shadows to text
  • 005 Forcing a minimum width on an element
  • 006 Introduction to CSS positions
  • 007 Relative positioning
  • 008 Absolute positioning
  • 009 Fixed positioning (like headers)
  • 010 Sticky positioning (like modern headers)
  • 011 Controlling overflowing text
  • 012 Centering block elements in the middle of the page
  • 013 Advanced CSS selectors
  • 014 Introduction to pseudo selectors
  • 015 Pseudo selectors getting started
  • 016 Introduction to pseudo elements
  • 017 The before and after pseudo elements
  • 018 Changing the first letter and first line using pseudo elements
  • 019 Highlighting text with selection
  • 020 How to add smooth transitions
  • 021 How to add gradient backgrounds
  • 022 How to layer backgrounds and gradients together
  • 023 How to use custom web fonts
  • 024 What are transformations
  • 025 How to make animations using CSS
  • 026 Flexbox the new kind of page layout
  • 027 Grid the promised land of page layouts
  • 028 CSS-201-Files.zip
  • 028 Your final project

  • 09 - CSS 301 Responsive web design
  • 001 The viewport meta element
  • 002 Media query syntax
  • 003 What is mobile-first
  • 004 Responsive images
  • 005 Responsive embeds
  • 006 Multiple media queries
  • 007 Making a responsive layout
  • 008 CSS-301-Files.zip
  • 008 Your project
  • 009 CSS resources & e-book.html

  • 10 - JavaScript 101 A beginners guide to JavaScript programming
  • 001 Getting your hands dirty with your first line of JavaScript
  • 002 What is JavaScript
  • 003 You need a text editor
  • 004 Your personal coding playgrounds
  • 005 JavaScript syntax
  • 006 Console logging
  • 007 Debugging external files
  • 008 Storing data in variables
  • 009 Let and Const variable types
  • 010 Coding comments
  • 011 JavaScript operators
  • 012 Data structures
  • 013 Conditional statements
  • 014 The Document Object Model (The DOM)
  • 015 Selecting elements by their IDs
  • 016 JavaScript objects
  • 017 String methods
  • 018 Demystifying data types
  • 019 Casting data types
  • 020 String concatenation
  • 021 JavaScript numbers
  • 022 JavaScript arrays
  • 023 Array iteration
  • 024 Selecting multiple DOM nodes
  • 025 Functions The DRY principle
  • 026 Functions Re-using code
  • 027 Functions The rest operator
  • 028 Objects with functions
  • 029 Final project

  • 11 - JavaScript 201 Intermediate level JavaScript
  • 001 How to nicely style your code
  • 002 Waiting for the page to load
  • 003 When the page is refreshed
  • 004 Strict comparisons
  • 005 JavaScript variable scoping
  • 006 JavaScript variable hoisting
  • 007 What are JavaScript closures
  • 008 Callback functions code that runs after your code
  • 009 Strict mode benefits to writing strict JavaScript
  • 010 Timed events with timeouts and intervals
  • 011 While loops
  • 012 Date formatting in JavaScript
  • 013 Destructuring arrays and objects
  • 014 Deleting object properties
  • 015 Proper JavaScript math
  • 016 Generating random numbers in JavaScript
  • 017 Make a game! A random number guessing game
  • 018 Gracefully handling errors with trycatchfinally
  • 019 Lets talk about the `this` keyword and all its magic
  • 020 Arrow functions
  • 021 JavaScript classes (class objects)
  • 022 JavaScript class constructor method
  • 023 What is JSON
  • 024 What is Ajax
  • 025 The fetch API
  • 026 Your project
  • 027 JavaScript resources & e-books.html

  • 12 - Bootstrap 101 Bootstrap 5 for beginners and learning how to read documentation
  • 001 Getting started and installing Bootstrap 5
  • 002 Introduction to utilities
  • 003 Bootstrap borders
  • 004 Color schemes
  • 005 Different display classes
  • 006 Flexbox utilities
  • 007 Floating elements
  • 008 Click interactions
  • 009 Overflowing text
  • 010 Position utilities
  • 011 Adding shadows
  • 012 Margin and padding utilities
  • 013 Managing text transformations
  • 014 Vertical alignment
  • 015 Visibility in Bootstrap 5
  • 016 Bootstrap 5 default breakpoints
  • 017 Bootstrap text
  • 018 Containers
  • 019 Bootstrap 5s grid system
  • 020 Grid gutters
  • 021 Fun Bootstrap 5 components
  • 022 Your project

  • 13 - jQuery 101 jQuery for beginners
  • 001 What is jQuery and why learn it
  • 002 Installing jQuery on your website
  • 003 jQuery syntax
  • 004 jQuery selectors
  • 005 Changing HTML with jQuery
  • 006 Changing text with jQuery
  • 007 How to get form values
  • 008 How to append or prepend HTML elements
  • 009 How to add HTML before or after an element
  • 010 Deleting elements from the DOM
  • 011 Deleting child elements
  • 012 Click event listeners
  • 013 Hover event listeners
  • 014 Keyup event listeners
  • 015 Focus event listeners
  • 016 Blur event listeners
  • 017 Form submission event listeners
  • 018 How to hide elements
  • 019 How to show elements
  • 020 How to add CSS classes
  • 021 How to remove CSS classes
  • 022 How to toggle CSS classes
  • 023 Adding custom CSS to elements
  • 024 Fading in and fading out
  • 025 Toggling fades and displays
  • 026 Slide up and slide down
  • 027 Callback functions
  • 028 Making animations with jQuery
  • 029 Width dimensions
  • 030 Resizing the window
  • 031 Looping through elements with jQuery
  • 032 How to change element attributes
  • 033 Ajax GET requests
  • 034 Ajax POST requests
  • 035 Your project
  • 035 jQuery-101-Files.zip
  • 036 jQuery resources & e-book.html

  • 14 - React.js 101 React.js for beginners
  • 001 What is React.js
  • 002 Installing Node.js and npm
  • 003 Starting a new project
  • 004 React syntax
  • 005 Importing components
  • 006 JSX syntax
  • 007 Your first React.js component
  • 008 Working with React.js props
  • 009 React.js click events
  • 010 Adding state to your components
  • 011 Star Wars Component
  • 012 Pseudo coding
  • 013 A new React.js click event
  • 014 Storing state on your new component
  • 015 React.js IF statements
  • 016 Your first React-based API request
  • 017 Randomizing your characters
  • 018 Creating links from text
  • 019 How to loop in React.js (mapping)
  • 020 Final-Project-Source-Code.zip
  • 020 Your project
  • 021 React.js resources and e-book.html

  • 15 - React 201 Intermediate level React using functional components
  • 001 Getting started and downloading the source code.html
  • 002 Creating a new React app
  • 003 Initial code cleanup
  • 004 Installing Bootstrap 5 with React.js
  • 005 Adding a Navbar component
  • 006 Adding a Home component
  • 007 Adding an About component
  • 008 Installing a React router
  • 009 Using the Browser Router component
  • 010 React based links
  • 011 The Hero component
  • 012 Component props
  • 013 Adding generic content
  • 014 Adding a search component
  • 015 Search component props
  • 016 Binding keyup events
  • 017 Getting API keys
  • 018 React API requests
  • 019 React browser history
  • 020 Mapping search results
  • 021 Bootstrap 5 search results
  • 022 Movie detail component
  • 023 Loading state
  • 024 Movie component API
  • 025 Adding a backdrop image using CSS in React.js
  • 026 Your project
  • 026 react-201-main.zip
  • external-links.txt

  • 16 - APIs 101 Understanding APIs and RESTful APIs
  • 001 What is an API
  • 002 The methaphor well be using
  • 003 APIs in real life
  • 004 What programming languages can we use
  • 005 Introduction to RESTful APIs
  • 006 Introduction to JSON
  • 007 Real life example with JavaScript
  • 008 GET requests
  • 009 POST requests
  • 010 DELETE requests
  • 011 PUT & PATCH requests
  • 012 Consuming APIs
  • 013 Requests and responses
  • 014 Common HTTP status codes
  • 015 API security
  • 016 API resources.html

  • 17 - Command Line 101 Command line for beginners
  • 001 A note for WINDOWs users (please read if you use Windows!).html
  • 002 Accessing the command line
  • 003 Your first command
  • 004 Printing your current location
  • 005 Opening directories from your terminal
  • 006 How to display files and directories
  • 007 How to change directories
  • 008 Searching for files in a directory
  • 009 Renaming files
  • 010 Copying files
  • 011 Creating new directories
  • 012 Creating new empty files
  • 013 Editing files in the command line
  • 014 Displaying internals of a file without editing it
  • 015 How to remove a file
  • 016 How to remove a directory
  • 017 Executing the last command you just wrote
  • 018 Cheat sheet
  • 018 Cheat-Sheet.pdf
  • 019 Your project
  • 020 Command Line resources & bash e-book.html

  • 18 - Git & GitHub 101 Git and GitHub for absolute beginners
  • 001 What is Git
  • 002 What is GitHub
  • 003 Creating a free GitHub account
  • 004 What is a repository
  • 005 What are README files
  • 006 What are commits
  • 007 What are stars
  • 008 What are reviews
  • 009 What code should you open source
  • 010 Downloading and installing Git on Windows
  • 011 Downloading and installing Git on MacOS
  • 012 Downloading and installing Git on Linux
  • 013 Configuring Git on your computer
  • 014 Creating your first repository
  • 015 Editing files on your computer
  • 016 Your first commit
  • 017 How to push files to GitHub
  • 018 How to pull files from GitHub
  • 019 Resolving code conflicts
  • 020 Your project

  • 19 - Git & GitHub 201 Intermediate Git and Modern Developer Workflow
  • 001 Setting up a project
  • 002 Seeing previous commits using the checkout command
  • 003 What are issues
  • 004 What are branches
  • 005 What are pull requests
  • 006 What is forking
  • 007 How to delete a repository
  • 008 What are gists
  • 009 How to create a Git alias
  • 009 gitconfig.zip
  • 010 Your project
  • 011 GitHub resources & e-book.html

  • 20 - Python 101 Beginner friendly Python
  • 001 Learning Python 2 vs Python 3
  • 002 Installing Python (Mac, Linux and Windows-friendly)
  • 003 How to execute Python code
  • 003 hello-world.zip
  • 004 Basic arithmetic
  • 005 Introduction to variables in Python
  • 005 variables.zip
  • 006 Formatting code in Python
  • 006 indentation.zip
  • 007 Code comments
  • 007 comments.zip
  • 008 Introduction to Python data types
  • 008 data-types.zip
  • 009 Numeric data types
  • 009 integers.zip
  • 010 String data types
  • 010 strings.zip
  • 011 List data types
  • 011 lists.zip
  • 012 Dictionary data types
  • 012 dictionaries.zip
  • 013 Tuple data types
  • 013 tuples.zip
  • 014 Set data types
  • 014 sets.zip
  • 015 Boolean data types
  • 015 booleans.zip
  • 016 None data types
  • 016 none.zip
  • 017 Indexing and slicing in Python
  • 017 indexing-and-slicing.zip
  • 018 Accepting user input
  • 018 user-input.zip
  • 019 Type casting
  • 019 type-casting.zip
  • 020 Print formatting
  • 020 print-formatting.zip
  • 021 Comparison operators
  • 021 comparison-operators.zip
  • 022 Comparison shortcuts
  • 022 comparison-shortcuts.zip
  • 023 Multiple comparison operators
  • 023 multiple-comparison-operators.zip
  • 024 For loops
  • 024 for-loops.zip
  • 025 While loops
  • 025 while-loops.zip
  • 026 Break and continue
  • 026 break-and-continue.zip
  • 027 Functions
  • 027 functions.zip
  • 028 Scope
  • 028 scope.zip
  • 029 How to create a local Python server
  • 030 Importing packages and using them
  • 031 Your project
  • 031 project.zip

  • 21 - Python 201 Intermediate level Python
  • 001 The IN operator
  • 001 in-operator.zip
  • 002 The NOT operator
  • 002 not-operator.zip
  • 003 How to read files with Python
  • 003 reading-files.zip
  • 003 readme.txt
  • 004 How to create files with Python
  • 004 writing-files.zip
  • 005 Reading multiple lines from a file
  • 005 emails.txt
  • 005 reading-multiple-lines.zip
  • 006 Writing a file and executing it
  • 006 executable-user-files.zip
  • 007 Functions inside of functions
  • 007 functions-inside-of-functions.zip
  • 008 Making a simple API request
  • 008 simple-api-requests.zip
  • 009 Making a JSON API request
  • 009 making-json-api-requests.zip
  • 010 Reading JSON and editing JSON
  • 010 reading-json.zip
  • 011 Function args
  • 011 function-args.zip
  • 012 Function kwargs
  • 012 function-kwargs.zip
  • 013 How to install Pip
  • 013 installing-pip.zip
  • 014 Mutable vs immutable variables
  • 014 mutable-vs-immutable.zip
  • 015 List enumeration
  • 015 enumeration.zip
  • 016 List comprehensions
  • 016 list-comprehensions.zip
  • 017 Dictionary comprehensions
  • 017 dictionary-comprehensions.zip
  • 018 How to get dictionary values (with defaults)
  • 018 getting-dictionary-values.zip
  • 019 Setting up virtual environments (MacOS, Windows and Linux)
  • 020 How to learn Python by exploring through the shell and iPython
  • 021 Installing and using Python packages
  • 021 packages.zip
  • 022 API requests refresher
  • 023 Your project
  • 023 project.zip

  • 22 - Python 301 Advanced Python
  • 001 Creating your first Python class
  • 001 python-301-lesson-1-first-class.zip
  • 002 Class properties and how to use them
  • 002 python-301-lesson-2-class-properties.zip
  • 003 Class methods and how to use them
  • 003 python-301-lesson-3-class-methods.zip
  • 004 Class cleanup
  • 004 python-301-lesson-4-class-cleanup.zip
  • 005 Class inheritance
  • 005 python-301-lesson-5-class-inheritance.zip
  • 006 Class interfaces
  • 006 python-301-lesson-6-class-interfaces.zip
  • 007 Classes The super() method
  • 007 python-301-lesson-7-super-method.zip
  • 008 Classes Dunder methods
  • 008 python-301-lesson-8-dunder-methods.zip
  • 009 Errors and exceptions
  • 009 python-301-lesson-9-errors-and-exceptions.zip
  • 010 Catching exceptions
  • 010 python-301-lesson-10-catching-exceptions.zip
  • 011 Python decorators
  • 011 python-301-lesson-11-decorator.zip
  • 012 Python generators
  • 012 python-301-lesson-12-generators.zip
  • 013 Using pipenv for a virtual environment
  • 013 python-301-lesson-13-pipenvs.zip
  • 014 Your project
  • 014 project.zip
  • 015 Python resources & e-book.html

  • 23 - SQL 101 Databases for beginners
  • 001 What is a schema
  • 002 A database in your browser
  • 003 Selecting data
  • 004 Ordering data
  • 005 Selecting specific data rows
  • 006 Selecting a range of data
  • 007 Ordering selected data
  • 008 Limiting data
  • 009 Inserting new data
  • 010 Updating existing data
  • 011 Deleting data
  • 012 Creating a new table
  • 013 Truncating data
  • 014 Deleting a table
  • 015 Your project
  • 016 Database resources & e-book.html

  • 24 - Django 101 Django for absolute beginners
  • 001 Django-101-Source-Code.zip
  • 001 Where to get the source code.html
  • 002 Setting up a virtual environment
  • 003 Setting up Django
  • 004 Creating a new Django app
  • 005 Your first Django model
  • 006 Your first Django view
  • 007 Setting up your templates folder
  • 008 Using template blocks
  • 009 Adding custom view context
  • 010 Displaying dynamic posts
  • 011 Adding images to your model
  • 012 Setting up the media folder
  • 013 Adding images to your templates
  • 014 Adding a detail view
  • 015 Detail view template
  • 016 Linking to other Django views from your template
  • 017 Adding an upload form
  • 018 Sorting default posts
  • 019 Django messages framework
  • 020 Adding Bootstrap 5
  • 021 Django-101-Source-Code.zip
  • 021 Your project

  • 25 - Django 201 Intermediate Django
  • 001 Django 201 source code.html
  • 002 Creating a virtual environment
  • 002 Lesson-1-Creating-a-virtual-environment.zip
  • 003 Lesson-2-Starting-a-Django-Project.zip
  • 003 Starting a new Django project
  • 004 Adding .gitignore to your project
  • 004 Lesson-3-Add-gitignore.zip
  • 005 Lesson-4-Starting-a-new-feed-app.zip
  • 005 Your first app
  • 006 Lesson-5-Creating-a-Post-model.zip
  • 006 Your first model
  • 007 Lesson-6-Register-Post-model-with-Django-admin.zip
  • 007 Registering your model with the Django admin
  • 008 Adding a DateTimeField
  • 008 Lesson-7-Add-a-DateTimeField.zip
  • 009 Home Page ListView
  • 009 Lesson-8-Creating-a-HomePage-ListView.zip
  • 010 Lesson-9-Setting-up-your-template-location.zip
  • 010 Setting up your template locations
  • 011 Lesson-10-Your-first-template.zip
  • 011 Your first template
  • 012 Lesson-11-Adding-a-base-template.zip
  • 012 Your base template
  • 013 Lesson-12-Adding-template-blocks.zip
  • 013 Template blocks
  • 014 Lesson-13-Looping-through-posts-in-your-template.zip
  • 014 Template loops
  • 015 Adding loginlogoutpassword reset to your website
  • 015 Lesson-14-Installing-Django-Allauth.zip
  • 016 Global login and logout links
  • 016 Lesson-15-Global-login-and-logout-links.zip
  • 017 Extending 3rd party package templates
  • 017 Lesson-16-Extending-Allauth-Templates.zip
  • 018 Adding Tailwind CSS
  • 018 Lesson-17-Adding-Tailwind-CSS.zip
  • 019 Lesson-18-Making-Posts-look-like-with-Tailwind.zip
  • 019 Tailwind styled posts
  • 020 Adding a Profile app
  • 020 Lesson-19-Adding-a-Profile-app-and-signal.zip
  • 021 Adding a thumbnail package
  • 021 Lesson-20-Adding-a-third-party-thumbnailing-package.zip
  • 022 Adding media settings
  • 022 Lesson-21-Adding-media-settings.zip
  • 023 Adding authors to posts
  • 023 Lesson-22-Adding-authors-to-Posts.zip
  • 024 Adding author details to post templates
  • 024 Lesson-23-Adding-author-images-and-names-to-templates.zip
  • 025 Lesson-24-Adding-a-detail-view.zip
  • 025 Post DetailView
  • 026 Lesson-25-Post-Detail-View.zip
  • 026 Post detail template
  • 027 Django include tags
  • 027 Lesson-26-Include-tags.zip
  • 028 Lesson-27-CreateView.zip
  • 028 Post CreateView
  • 029 Forcing authentication
  • 029 Lesson-28-Forcing-a-user-to-be-logged-in.zip
  • 030 Creating a new post
  • 030 Lesson-29-Creating-new-posts.zip
  • 031 Adding a Tailwind CSS modal
  • 031 Lesson-30-Addinga-Tailwind-modal.zip
  • 032 Enabling static files
  • 032 Lesson-31-Enabling-static-files.zip
  • 033 Adding JavaScript
  • 033 Lesson-32-Adding-jQuery.zip
  • 034 Lesson-33-Toggling-the-modal-on-and-off.zip
  • 034 Toggling the modal
  • 035 Ajaxing new posts
  • 035 Lesson-34-Ajaxing-new-posts.zip
  • 036 Lesson-35-Adding-a-Profile-Detail-View.zip
  • 036 Profile detail view
  • 037 Lesson-36-Profile-detail-template.zip
  • 037 Profile detail template
  • 038 Getting total posts via extra context
  • 038 Lesson-37-Adding-total-posts-to-a-profile.zip
  • 039 Adding a follow button
  • 039 Lesson-38-Adding-a-follow-button.zip
  • 040 Creating the Follower app
  • 040 Lesson-39-Adding-a-follower-app.zip
  • 041 Following and unfollowing users
  • 041 Lesson-40-Following-and-unfollowing-a-user.zip
  • 042 Dyncamically follow and unfollow users
  • 042 Lesson-41-Dynamically-follow-and-unfollow-people.zip
  • 043 Dynamic Home Page Posts
  • 043 Lesson-42-Dynamic-homepage-posts.zip
  • 044 Django-201-Files.zip
  • 044 Your project
  • 045 Django resources & e-book.html

  • 26 - 7 Days of Wagtail Wagtail for beginners
  • 001 Day 1. Installing Wagtail and Editing the Home Page
  • 002 Day 2. Adding custom model fields to your Home Page
  • 003 Day 3. Creating a new page type with a custom template
  • 004 Day 4. How to add images to your pages with auto-thumbnailing
  • 005 Day 5. How to create snippets and make them selectable on your page
  • 006 Day 6. Adding StreamFields to your page
  • 007 Day 7. Adding global site settings
  • 008 Wagtail resources.html

  • 27 - How to get a job as a web developer
  • 001 Dont believe everything you hear
  • 002 The truth about GitHub
  • 003 The truth about portfolio websites
  • 004 Dont get stuck on the small things
  • 005 How to find out what skills are in demand
  • 006 The truth behind remote jobs
  • 007 What companies are really looking for
  • 008 Your resume strategy
  • 009 Do resumes really get you an interview
  • 010 Applying for the job
  • 011 Maximizing your efforts
  • 012 The BIG secret
  • 013 Who do companies really hire
  • 014 The most valuable skills you can have in this industry
  • 015 Your first interview
  • 016 Follow up
  • 017 Negotiating your salary
  • 018 Once youre in
  • 019 Your next steps
  • 020 Earn while you learn
  • 021 Your project
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    شناسه: 24727
    حجم: 12653 مگابایت
    مدت زمان: 2392 دقیقه
    تاریخ انتشار: 21 آذر 1402
    طراحی سایت و خدمات سئو

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