FileMood

Download [FreeTutorials.Us] the-complete-elixir-and-phoenix-bootcamp-and-tutorial

FreeTutorials Us the complete elixir and phoenix bootcamp and tutorial

Name

[FreeTutorials.Us] the-complete-elixir-and-phoenix-bootcamp-and-tutorial

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

2.8 GB

Total Files

125

Hash

9433CEEAB2411C94F2A93C62174AC560B0D2FEF5

/01 An Elixir Warmup/

001 How to Get Help.mp4

10.3 MB

002 Installing Elixir.mp4

8.9 MB

003 Project Outline.mp4

10.9 MB

004 Generating a Project.mp4

6.6 MB

005 Elixir Modules and Methods.mp4

13.5 MB

006 Lists and Strings.mp4

8.4 MB

007 Object Oriented vs Functional Programming.mp4

22.3 MB

008 Method Arguments.mp4

11.6 MB

009 The Enum Module.mp4

23.2 MB

010 Immutability in Elixir.mp4

9.0 MB

011 Searching a List.mp4

15.5 MB

012 Comprehensions Over Lists.mp4

17.6 MB

013 Not Everything Works the First Time.mp4

12.6 MB

014 Solving Nested Arrays.mp4

21.1 MB

015 Importance of Index with Tuples.mp4

28.1 MB

/02 Elixirs Amazing Pattern Matching/

016 Pattern Matching.mp4

28.6 MB

017 Elixirs Relationship with Erlang.mp4

11.6 MB

018 Saving a Deck.mp4

9.9 MB

019 Pattern Matching Continued.mp4

27.9 MB

020 Pattern Matching in Case Statements.mp4

32.9 MB

021 The Pipe Operator.mp4

11.2 MB

022 The Pipe Operator Continued.mp4

10.2 MB

023 Module Documentation.mp4

10.4 MB

/03 Testing and Documentation/

024 Writing and Generating Documentation.mp4

9.2 MB

025 Creating Function Docs.mp4

19.0 MB

026 Introduction to Testing.mp4

7.4 MB

027 Amazingly Productive Doctests.mp4

10.4 MB

028 Writing Effective Doctests.mp4

16.7 MB

029 Case Tests.mp4

18.3 MB

/04 A Few Side Topics/

030 Introduction to Maps.mp4

8.4 MB

031 Updating Values in a Map.mp4

26.1 MB

032 Keyword Lists.mp4

17.4 MB

/05 Image Manipulation with Elixir/

033 Project Overview.mp4

9.6 MB

034 Identicon Generation Process.mp4

5.4 MB

035 Identicon Generation Process Continued.mp4

6.4 MB

036 The Main Pipeline.mp4

7.3 MB

037 Hashing a String.mp4

10.0 MB

038 The Purpose of the Hex List.mp4

13.5 MB

/06 Structs - Elixirs Data Modeling Tool/

039 Modeling Data with Structs.mp4

15.0 MB

040 Pattern Matching Structs.mp4

25.1 MB

041 Updating Structs.mp4

24.1 MB

042 Building the Grid.mp4

21.2 MB

043 Mirroring a Row.mp4

12.8 MB

044 Mapping with Custom Functions.mp4

17.0 MB

045 Grid Structure.mp4

24.3 MB

046 Giving an Identicon Shape.mp4

28.9 MB

047 Planning Image Creation.mp4

39.0 MB

048 Creating the Pixel Map.mp4

18.7 MB

049 Drawing Rectangles.mp4

34.0 MB

/07 On to Phoenix/

050 Phoenix Installation.mp4

17.0 MB

051 Postgres Setup on OSX.mp4

47.7 MB

052 What is Phoenix.mp4

14.0 MB

053 App Overview.mp4

34.7 MB

054 Into Phoenix We Go.mp4

51.5 MB

055 Server Side Templating.mp4

8.5 MB

056 Templates vs Layouts.mp4

67.5 MB

/08 MVC in Phoenix/

057 Phoenixs MVC Model.mp4

17.2 MB

058 Exploring the Router and Controller.mp4

22.1 MB

059 Views vs Templates.mp4

26.6 MB

060 The Model Layer in Phoenix.mp4

18.5 MB

061 Migration Files.mp4

12.7 MB

062 A Game Plan for Creating Topics.mp4

29.5 MB

063 Routing to the Topic Controller.mp4

27.1 MB

064 Setting Up the Topic Controller.mp4

16.2 MB

065 Code Reuse with Import Alias and Use.mp4

22.2 MB

066 Phoenixs Code Sharing Model.mp4

24.0 MB

067 Phoenixs Conn Struct.mp4

28.9 MB

068 A Phoenix Approach to Forms.mp4

11.0 MB

/09 Models in Phoenix/

069 The Topic Model.mp4

8.8 MB

070 Model Changesets and Validations.mp4

28.8 MB

071 More on Changesets.mp4

22.1 MB

072 Generating Changesets for the Form.mp4

13.9 MB

073 New Topic Form.mp4

18.5 MB

074 Phoenix Template Syntax.mp4

22.9 MB

075 Handling Form Submissions.mp4

52.8 MB

076 A Quick Review and Breather.mp4

24.7 MB

/10 Working with Postgres/

077 Introduction to the Repo Module.mp4

57.7 MB

078 Handling Failed Form Submissions.mp4

12.9 MB

079 Styling with CSS in Phoenix.mp4

16.5 MB

080 Breaking Restful Conventions Safely.mp4

36.9 MB

081 Using the Repo Module for Queries.mp4

81.6 MB

082 Building Lists in EEX Templates.mp4

16.2 MB

083 Redirects in the Controller.mp4

23.3 MB

084 Generating Anchors with Link Tags.mp4

31.9 MB

085 Router Wildcards.mp4

22.3 MB

086 Setting up the Edit Form.mp4

24.1 MB

087 Defining the Update Route.mp4

16.7 MB

088 Editing a Topic.mp4

32.0 MB

089 Linking to the Edit Topic Form.mp4

18.5 MB

090 The Resources Helper.mp4

19.1 MB

091 Deleting a Topic.mp4

32.7 MB

092 Wrapping up TopicController.mp4

21.0 MB

/11 Handling Authentication with OAuth/

093 OAuth Overview.mp4

17.5 MB

094 OAuth Setup with Ueberauth.mp4

97.7 MB

095 Creating a Github OAuth App.mp4

31.1 MB

096 Defining OAuth Routes.mp4

29.4 MB

097 Receiving User Info From Github.mp4

86.2 MB

098 Users Migration.mp4

22.8 MB

099 Digesting the OAuth Response.mp4

21.6 MB

100 The User Changeset.mp4

24.0 MB

101 Creating New Users.mp4

23.9 MB

102 Our Auth Grand Plan.mp4

18.2 MB

103 Handling OAuth Success.mp4

20.4 MB

/12 Transforming Requests with Plugs/

104 Introduction to Plugs.mp4

33.6 MB

105 Using a Module Plug to Set the User.mp4

29.9 MB

106 Implementing Module Plugs.mp4

25.8 MB

107 Allowing Users to Signout.mp4

63.2 MB

108 Restricting Access of Users.mp4

15.1 MB

109 The Require Auth Plug.mp4

31.2 MB

110 Controller Scoped Plugs.mp4

32.7 MB

111 Associating Users with Topics.mp4

15.9 MB

112 Altering Existing Tables.mp4

5.9 MB

113 Playing Around with Associations.mp4

37.4 MB

114 Using the Build Assoc Function.mp4

27.3 MB

115 Finalizing the Association.mp4

9.9 MB

116 Checking the Topics Owner.mp4

38.6 MB

/13 Websockets in Phoenix/

117 Introduction to Websockets.mp4

8.9 MB

118 Showing Individual Topics.mp4

19.8 MB

119 Making the Comments Migration.mp4

9.9 MB

120 The Comments Model.mp4

9.6 MB

121 Overview of Channels in Phoenix.mp4

17.6 MB

122 More Coming Soon.....html

0.7 KB

123 RallyCoding.html

2.6 KB

/

[FreeTutorials.Us].txt

0.1 KB

Freetutorials.Us.url

0.1 KB

 

Total files 125


Copyright © 2025 FileMood.com