knowThen com - Elixir & Phoenix for Beginners [2019]

8 Views | 0 Comments | Posted in: Tutorials
04
February
2025
knowThen com - Elixir & Phoenix for Beginners [2019]
1.2 GB | 9min 11s | mp4 | 1920X1080 | 16:9
Genre:eLearning |Language:English



Files Included :
FileName :01-01 Introduction.mp4 | Size: (24.84 MB)
FileName :01-02 Who is this course for.mp4 | Size: (1.16 MB)
FileName :01-03 Why was Elixir Created.mp4 | Size: (17.09 MB)
FileName :01-04 Thinking about concurrency.mp4 | Size: (45.17 MB)
FileName :01-05 Concurrency In Sequential Languages.mp4 | Size: (21.06 MB)
FileName :02-02 Install Elixir on Mac OS.mp4 | Size: (12.44 MB)
FileName :02-04 Install Elixir on Ubuntu.mp4 | Size: (9.05 MB)
FileName :02-05 What we installed.mp4 | Size: (38.11 KB)
FileName :03-01 Integers.mp4 | Size: (10.86 MB)
FileName :03-02 Floats.mp4 | Size: (5.53 MB)
FileName :03-03 Atoms.mp4 | Size: (7.24 MB)
FileName :03-04 Boolean.mp4 | Size: (10.55 MB)
FileName :03-05 Strings.mp4 | Size: (8.64 MB)
FileName :03-06 Maps.mp4 | Size: (5.46 MB)
FileName :03-07 Lists.mp4 | Size: (11.31 MB)
FileName :03-08 List Operations.mp4 | Size: (22.95 MB)
FileName :03-09 Tuples.mp4 | Size: (18.42 MB)
FileName :03-10 Keyword Lists.mp4 | Size: (17.19 MB)
FileName :03-11 Structs.mp4 | Size: (18.13 MB)
FileName :03-12 Immutable Data.mp4 | Size: (36.96 MB)
FileName :03-13 Variables.mp4 | Size: (14 MB)
FileName :04-01 Pattern Matching Introduction.mp4 | Size: (10.61 MB)
FileName :04-02 Pattern Matching Strings.mp4 | Size: (5.46 MB)
FileName :04-03 Pattern Matching Maps.mp4 | Size: (3.53 MB)
FileName :04-04 Pattern Matching Structs.mp4 | Size: (3.45 MB)
FileName :04-05 Pattern Matching Lists.mp4 | Size: (9.55 MB)
FileName :04-06 Pattern Matching Tuples.mp4 | Size: (1.35 MB)
FileName :05-01 Elixir Source Files.mp4 | Size: (15.97 MB)
FileName :06-01 Control Flow Introduction.mp4 | Size: (14.52 MB)
FileName :06-03 Control Flow Case.mp4 | Size: (13.63 MB)
FileName :06-04 Control Flow Unless.mp4 | Size: (12.5 MB)
FileName :07-01 Anonymous Functions.mp4 | Size: (11.17 MB)
FileName :07-03 Function Pattern Matching.mp4 | Size: (28.21 MB)
FileName :07-04 Function & Module Docs.mp4 | Size: (17.55 MB)
FileName :07-05 Private Functions.mp4 | Size: (10.17 MB)
FileName :07-06 Anonymous Function Pattern Matching.mp4 | Size: (9.12 MB)
FileName :07-07 Anonymous Function Dot Syntax.mp4 | Size: (587.97 KB)
FileName :07-09 Higher Order Functions Continued.mp4 | Size: (17.79 MB)
FileName :07-10 Odds & Ends.mp4 | Size: (13.35 MB)
FileName :07-11 Challenge Review.mp4 | Size: (7.47 MB)
FileName :07-13 Sigils.mp4 | Size: (10.57 MB)
FileName :07-14 Pure vs Impure Functions.mp4 | Size: (20.83 MB)
FileName :07-15 Pipe Operator.mp4 | Size: (2.61 MB)
FileName :07-16 Recursion.mp4 | Size: (17.72 MB)
FileName :07-17 Tail Call Optimization.mp4 | Size: (10.2 MB)
FileName :08-01 Collection Processing Intro.mp4 | Size: (3.57 MB)
FileName :08-02 Map.mp4 | Size: (21.12 MB)
FileName :08-03 Filter.mp4 | Size: (19.24 MB)
FileName :08-04 Reduce.mp4 | Size: (8.85 MB)
FileName :08-05 Composition with pipe.mp4 | Size: (32.77 MB)
FileName :08-06 Streams.mp4 | Size: (9.29 MB)
FileName :09-01 Protocols.mp4 | Size: (25.89 MB)
FileName :10-01 Macros Introduction.mp4 | Size: (16.68 MB)
FileName :10-03 Macro Example.mp4 | Size: (15.36 MB)
FileName :10-04 Using Macro.mp4 | Size: (7.69 MB)
FileName :12-01 What is Functional Programming.mp4 | Size: (7.03 MB)
FileName :13-03 Mix Project and Data Structures.mp4 | Size: (7.09 MB)
FileName :13-04 First App View.mp4 | Size: (1.7 MB)
FileName :13-07 Update Functions.mp4 | Size: (8.73 MB)
FileName :13-10 Tie Things Together.mp4 | Size: (15.41 MB)
FileName :13-11 Testing.mp4 | Size: (8.68 MB)
FileName :14-02 What is a Process.mp4 | Size: (22.03 MB)
FileName :14-04 Process Links.mp4 | Size: (9.95 MB)
FileName :14-06 Improving the Counter.mp4 | Size: (21.75 MB)
FileName :14-07 Error Handling.mp4 | Size: (17.5 MB)
FileName :14-09 Basic HTTP Server.mp4 | Size: (17.94 MB)
FileName :14-10 Supervisor.mp4 | Size: (3.46 MB)
FileName :15-02 Introduction to GenServers.mp4 | Size: (2.61 MB)
FileName :15-03 GenServer Callbacks.mp4 | Size: (9.85 MB)
FileName :15-05 OTP Supervisor.mp4 | Size: (25.98 MB)
FileName :15-06 Cache GenServer.mp4 | Size: (5.15 MB)
FileName :15-07 Application Behavior.mp4 | Size: (25.31 MB)
FileName :16-05 Hello Phoenix.mp4 | Size: (9.95 MB)
FileName :16-06 Databases & Phoenix.mp4 | Size: (10.84 MB)
FileName :16-07 Review the Auto Generated Files.mp4 | Size: (17.79 MB)
FileName :17-01 Planning.mp4 | Size: (9.35 MB)
FileName :17-09 Poller Application Behavior.mp4 | Size: (5.9 MB)
FileName :18-01 Poller Dal Project Intro.mp4 | Size: (10.72 MB)
FileName :18-02 Ecto Introduction.mp4 | Size: (2.28 MB)
FileName :18-03 Getting Started with the Poller Dal Project.mp4 | Size: (11.93 MB)
FileName :18-04 Adding A Repository.mp4 | Size: (14.93 MB)
FileName :18-06 Changesets.mp4 | Size: (13.68 MB)
FileName :18-07 Database CRUD API.mp4 | Size: (11.03 MB)
FileName :18-08 Question Table and Functions.mp4 | Size: (8.4 MB)
FileName :18-09 Choices.mp4 | Size: (2.21 MB)
FileName :19-01 Phoenix Project Intro.mp4 | Size: (14.46 MB)
FileName :19-05 Delete Districts.mp4 | Size: (16.3 MB)
FileName :19-06 Question Pages.mp4 | Size: (8.16 MB)
FileName :19-10 Review Choice Pages Solution.mp4 | Size: (2.78 MB)
FileName :19-13 Auth Plugs.mp4 | Size: (18.8 MB)
FileName :19-14 Nav Bar Links (Login-Logout).mp4 | Size: (11.73 MB)
FileName :19-17 Initialize Poll GenServer.mp4 | Size: (27.53 MB)
FileName :19-18 Save Votes to Database.mp4 | Size: (7.12 MB)
FileName :19-19 Connect the Reactjs App.mp4 | Size: (5.86 MB)
FileName :19-21 Phoenix Channels.mp4 | Size: (17.01 MB)
FileName :19-22 Channel Callbacks.mp4 | Size: (12.75 MB)]
Screenshot



Note:
Only Registed user can add comment, view hidden links and more, please register now
At 0dayhome.net, you'll find a vast collection of educational and informative tutorials to help you enhance your skills and knowledge in various fields. Our tutorials section serves as a valuable resource for beginners and experts alike, providing step-by-step guides, tips, and tricks on subjects such as technology, design, programming, photography, and much more. Whether you're looking to expand your professional repertoire or simply indulge in a new hobby, 0dayhome.net has got you covered. Why choose 0dayhome.net for all your tutorial needs? Here are a few reasons: Diverse Topics: Our platform offers a diverse range of tutorials, catering to various interests and skill levels. From learning the basics of coding to mastering advanced graphic design techniques, our tutorials cover it all. Easy-to-Follow Guides: We understand the importance of clear and concise instructions. Our tutorials are meticulously crafted with simplicity in mind, allowing you to easily grasp complex concepts and apply your newfound knowledge. Comprehensive Content: Whether you're a beginner seeking introductory tutorials or an expert looking for advanced techniques, our comprehensive collection has tutorials for every level of expertise. Take your skills to the next level with 0dayhome.net . Regular Updates: We frequently update our tutorials section, ensuring that you have access to the latest trends and techniques in your chosen field. Stay ahead of the curve and expand your knowledge with our up-to-date content. Community Engagement: Join our thriving community of learners and experts to connect, share insights, and seek guidance. Interact with fellow enthusiasts, exchange ideas, and strengthen your skills through collaboration. Free Access: Yes, you read it right! 0dayhome.net offers free access to its tutorials section. Learn and grow without any financial constraints. So, whether you're an aspiring programmer, a budding designer, or simply curious about exploring new subjects, 0dayhome.net tutorials are your go-to resource. Visit our website today and embark on a journey of continuous learning and improvement.
все шаблоны для dle на сайте шаблоны dle 11.2 скачать