zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
the-complete-elixir-and-phoenix-bootcamp-and-tutorial
magnet:?xt=urn:btih:b6f7365d944d108514a4e4a8b031ea2474962889&dn=the-complete-elixir-and-phoenix-bootcamp-and-tutorial
磁力链接详情
文件列表详情
b6f7365d944d108514a4e4a8b031ea2474962889
infohash:
121
文件数量
3 GB
文件大小
2017-4-25 14:00
创建日期
2024-12-23 19:34
最后访问
相关分词
the-complete-elixir-and-phoenix-bootcamp-and-tutorial
01 An Elixir Warmup/001 How to Get Help.mp4 9.79 MB
01 An Elixir Warmup/002 Installing Elixir.mp4 8.5 MB
01 An Elixir Warmup/003 Project Outline.mp4 10.4 MB
01 An Elixir Warmup/004 Generating a Project.mp4 6.27 MB
01 An Elixir Warmup/005 Elixir Modules and Methods.mp4 12.83 MB
01 An Elixir Warmup/006 Lists and Strings.mp4 7.96 MB
01 An Elixir Warmup/007 Object Oriented vs Functional Programming.mp4 21.26 MB
01 An Elixir Warmup/008 Method Arguments.mp4 11.02 MB
01 An Elixir Warmup/009 The Enum Module.mp4 22.15 MB
01 An Elixir Warmup/010 Immutability in Elixir.mp4 8.55 MB
01 An Elixir Warmup/011 Searching a List.mp4 14.73 MB
01 An Elixir Warmup/012 Comprehensions Over Lists.mp4 16.8 MB
01 An Elixir Warmup/013 Not Everything Works the First Time.mp4 12.02 MB
01 An Elixir Warmup/014 Solving Nested Arrays.mp4 20.09 MB
01 An Elixir Warmup/015 Importance of Index with Tuples.mp4 26.84 MB
02 Elixirs Amazing Pattern Matching/016 Pattern Matching.mp4 27.27 MB
02 Elixirs Amazing Pattern Matching/017 Elixirs Relationship with Erlang.mp4 11.09 MB
02 Elixirs Amazing Pattern Matching/018 Saving a Deck.mp4 9.44 MB
02 Elixirs Amazing Pattern Matching/019 Pattern Matching Continued.mp4 26.61 MB
02 Elixirs Amazing Pattern Matching/020 Pattern Matching in Case Statements.mp4 31.36 MB
02 Elixirs Amazing Pattern Matching/021 The Pipe Operator.mp4 10.68 MB
02 Elixirs Amazing Pattern Matching/022 The Pipe Operator Continued.mp4 9.7 MB
02 Elixirs Amazing Pattern Matching/023 Module Documentation.mp4 9.94 MB
03 Testing and Documentation/024 Writing and Generating Documentation.mp4 8.8 MB
03 Testing and Documentation/025 Creating Function Docs.mp4 18.13 MB
03 Testing and Documentation/026 Introduction to Testing.mp4 7.02 MB
03 Testing and Documentation/027 Amazingly Productive Doctests.mp4 9.92 MB
03 Testing and Documentation/028 Writing Effective Doctests.mp4 33.36 MB
03 Testing and Documentation/029 Case Tests.mp4 18.29 MB
04 A Few Side Topics/030 Introduction to Maps.mp4 8.5 MB
04 A Few Side Topics/031 Updating Values in a Map.mp4 24.86 MB
04 A Few Side Topics/032 Keyword Lists.mp4 16.61 MB
05 Image Manipulation with Elixir/033 Project Overview.mp4 9.13 MB
05 Image Manipulation with Elixir/034 Identicon Generation Process.mp4 5.41 MB
05 Image Manipulation with Elixir/035 Identicon Generation Process Continued.mp4 6.39 MB
05 Image Manipulation with Elixir/036 The Main Pipeline.mp4 6.94 MB
05 Image Manipulation with Elixir/037 Hashing a String.mp4 9.86 MB
05 Image Manipulation with Elixir/038 The Purpose of the Hex List.mp4 12.89 MB
06 Structs - Elixirs Data Modeling Tool/039 Modeling Data with Structs.mp4 14.27 MB
06 Structs - Elixirs Data Modeling Tool/040 Pattern Matching Structs.mp4 23.89 MB
06 Structs - Elixirs Data Modeling Tool/041 Updating Structs.mp4 23 MB
06 Structs - Elixirs Data Modeling Tool/042 Building the Grid.mp4 20.47 MB
06 Structs - Elixirs Data Modeling Tool/043 Mirroring a Row.mp4 12.25 MB
06 Structs - Elixirs Data Modeling Tool/044 Mapping with Custom Functions.mp4 16.25 MB
06 Structs - Elixirs Data Modeling Tool/045 Grid Structure.mp4 38.03 MB
06 Structs - Elixirs Data Modeling Tool/046 Giving an Identicon Shape.mp4 27.59 MB
06 Structs - Elixirs Data Modeling Tool/047 Planning Image Creation.mp4 37.22 MB
06 Structs - Elixirs Data Modeling Tool/048 Creating the Pixel Map.mp4 35.51 MB
06 Structs - Elixirs Data Modeling Tool/049 Drawing Rectangles.mp4 73.05 MB
07 On to Phoenix/051 Phoenix Installation.mp4 16.22 MB
07 On to Phoenix/052 Postgres Setup on OSX.mp4 45.49 MB
07 On to Phoenix/053 What is Phoenix.mp4 13.36 MB
07 On to Phoenix/054 App Overview.mp4 33.13 MB
07 On to Phoenix/055 Into Phoenix We Go.mp4 49.07 MB
07 On to Phoenix/056 Server Side Templating.mp4 8.08 MB
07 On to Phoenix/057 Templates vs Layouts.mp4 64.37 MB
08 MVC in Phoenix/058 Phoenixs MVC Model.mp4 16.36 MB
08 MVC in Phoenix/059 Exploring the Router and Controller.mp4 21.78 MB
08 MVC in Phoenix/060 Views vs Templates.mp4 25.4 MB
08 MVC in Phoenix/061 The Model Layer in Phoenix.mp4 17.66 MB
08 MVC in Phoenix/062 Migration Files.mp4 12.1 MB
08 MVC in Phoenix/063 A Game Plan for Creating Topics.mp4 51.02 MB
08 MVC in Phoenix/064 Routing to the Topic Controller.mp4 25.8 MB
08 MVC in Phoenix/065 Setting Up the Topic Controller.mp4 15.77 MB
08 MVC in Phoenix/066 Code Reuse with Import Alias and Use.mp4 21.13 MB
08 MVC in Phoenix/067 Phoenixs Code Sharing Model.mp4 23.05 MB
08 MVC in Phoenix/068 Phoenixs Conn Struct.mp4 53.8 MB
08 MVC in Phoenix/069 A Phoenix Approach to Forms.mp4 10.52 MB
09 Models in Phoenix/070 The Topic Model.mp4 8.4 MB
09 Models in Phoenix/071 Model Changesets and Validations.mp4 27.51 MB
09 Models in Phoenix/072 More on Changesets.mp4 21.06 MB
09 Models in Phoenix/073 Generating Changesets for the Form.mp4 13.22 MB
09 Models in Phoenix/074 New Topic Form.mp4 17.67 MB
09 Models in Phoenix/075 Phoenix Template Syntax.mp4 21.84 MB
09 Models in Phoenix/076 Handling Form Submissions.mp4 50.33 MB
09 Models in Phoenix/077 A Quick Review and Breather.mp4 41.81 MB
10 Working with Postgres/078 Introduction to the Repo Module.mp4 55.03 MB
10 Working with Postgres/079 Handling Failed Form Submissions.mp4 23.98 MB
10 Working with Postgres/080 Styling with CSS in Phoenix.mp4 16.28 MB
10 Working with Postgres/081 Breaking Restful Conventions Safely.mp4 35.14 MB
10 Working with Postgres/082 Using the Repo Module for Queries.mp4 77.85 MB
10 Working with Postgres/083 Building Lists in EEX Templates.mp4 15.49 MB
10 Working with Postgres/084 Redirects in the Controller.mp4 22.96 MB
10 Working with Postgres/085 Generating Anchors with Link Tags.mp4 30.47 MB
10 Working with Postgres/086 Router Wildcards.mp4 41.2 MB
10 Working with Postgres/087 Setting up the Edit Form.mp4 24.13 MB
10 Working with Postgres/088 Defining the Update Route.mp4 17.08 MB
10 Working with Postgres/089 Editing a Topic.mp4 30.51 MB
10 Working with Postgres/090 Linking to the Edit Topic Form.mp4 18.19 MB
10 Working with Postgres/091 The Resources Helper.mp4 18.05 MB
10 Working with Postgres/092 Deleting a Topic.mp4 80.51 MB
10 Working with Postgres/093 Wrapping up TopicController.mp4 20.87 MB
11 Handling Authentication with OAuth/094 OAuth Overview.mp4 16.71 MB
11 Handling Authentication with OAuth/095 OAuth Setup with Ueberauth.mp4 93.22 MB
11 Handling Authentication with OAuth/096 Creating a Github OAuth App.mp4 32.41 MB
11 Handling Authentication with OAuth/097 Defining OAuth Routes.mp4 29.16 MB
11 Handling Authentication with OAuth/098 Receiving User Info From Github.mp4 82.2 MB
11 Handling Authentication with OAuth/099 Users Migration.mp4 37.91 MB
11 Handling Authentication with OAuth/100 Digesting the OAuth Response.mp4 46.69 MB
11 Handling Authentication with OAuth/101 The User Changeset.mp4 50.51 MB
11 Handling Authentication with OAuth/102 Creating New Users.mp4 22.79 MB
11 Handling Authentication with OAuth/103 Our Auth Grand Plan.mp4 17.31 MB
11 Handling Authentication with OAuth/104 Handling OAuth Success.mp4 19.41 MB
12 Transforming Requests with Plugs/105 Introduction to Plugs.mp4 32.08 MB
12 Transforming Requests with Plugs/106 Using a Module Plug to Set the User.mp4 29.36 MB
12 Transforming Requests with Plugs/107 Implementing Module Plugs.mp4 25.04 MB
12 Transforming Requests with Plugs/108 Allowing Users to Signout.mp4 60.23 MB
12 Transforming Requests with Plugs/109 Restricting Access of Users.mp4 26.7 MB
12 Transforming Requests with Plugs/110 The Require Auth Plug.mp4 30.84 MB
12 Transforming Requests with Plugs/111 Controller Scoped Plugs.mp4 31.18 MB
12 Transforming Requests with Plugs/112 Associating Users with Topics.mp4 15.16 MB
12 Transforming Requests with Plugs/113 Altering Existing Tables.mp4 5.67 MB
12 Transforming Requests with Plugs/114 Playing Around with Associations.mp4 35.7 MB
12 Transforming Requests with Plugs/115 Using the Build Assoc Function.mp4 67.22 MB
12 Transforming Requests with Plugs/116 Finalizing the Association.mp4 9.42 MB
12 Transforming Requests with Plugs/117 Checking the Topics Owner.mp4 38.28 MB
13 Websockets in Phoenix/118 Introduction to Websockets.mp4 8.96 MB
13 Websockets in Phoenix/119 Showing Individual Topics.mp4 38.32 MB
13 Websockets in Phoenix/120 Making the Comments Migration.mp4 9.81 MB
13 Websockets in Phoenix/121 The Comments Model.mp4 9.34 MB
13 Websockets in Phoenix/122 Overview of Channels in Phoenix.mp4 34.31 MB
其他位置