#programmerpassport ผลการค้นหา
After years of hard work our daughter submitted her application to vet school and it’s the 1 year anniversary of @GroxioLearning’s #programmerpassport. Feeling all the feels today y’all!
Today, as the #programmerpassport folks are finishing up @CrystalLanguage, I am writing about the math behind @ponylang reference capabilities, the language feature that allows compiler-verified high-performance lock-free copy-free async concurrent message passing. Zoom.
We are in the home stretch of our #programmerpassport: OTP! In the last 3 videos we cover OTP Registries, OTP Dynamic Supervisors in Elixir and we refactor one of our programs to use the system of layers built in the book Designing Elixir Systems with OTP. @redrapids @JEG2

Hard to believe we are at the end of the #ProgrammerPassport 8 week Elixir course! We are releasing the last batch of content today! Next up in the schedule: OTP on May 15th - July 14th! Join us at Grox.io #myelixirstatus

I've been looking forward to the #ProgrammerPassport from @GroxioLearning for awhile now. It's such a clever idea to stay on top of the latest trends in tech while also sharpening your skills. It's amazing what impact a new language can have on how you think and design programs.
YAAASSS! It's the start of #ProgrammerPassport OTP course! We are so excited to share this material over the next 8 weeks with you! New for this course -we'll have 3 videos released for subscribers every 2 weeks. Join us! buff.ly/3dFqu4d #myelixirstatus @pragprog

Monday, #programmerpassport shifts to Elixir. It will be the longest and most comprehensive release so far, encompassing from 6-8 chapters, 3-4 projects, and eight or more videos. The price? more -->
The #programmerpassport #elixirlang with @pragprog and @redrapids releases Monday on grox.io. Really looking forward to the next 8 weeks on a favorite language! #myelixirstatus

#ProgrammerPassport turns 1 today! Two of my mentors have told me about the importance of learning language and new concepts. Programmer Passport is our way of guiding others to do the same.
Insights from grox.io #programmerpassport, the @ponylang edition. Pony makes me think about the deeper meanings of my types around the edges at my gen server boundaries. Not just how something is typed, but how it will be used. I love my new pony. Giddy up yall.
Just finished #programmerpassport OTP video #5. Unbelievably, there are 7 more to go! Having a blast. It's so much fun to teach.
Today I am working through the final written chapters for #ProgrammerPassport LiveView. Some of you have asked why we're covering so much Elixir in a program for programming language exploration more >
For my final chapter of Elixir in @GroxioLearning's #programmerpassport, we're taking on the Macro dragon. I always wanted to be a ninja.
Groxio #ProgrammerPassport mixes in other languages because it's critical to also return to the beginner's mind, several times. Our most important skill as a developer is learning. If you can do so and maintain a positive, open mindset, you'll experience more success.
As we continue through our Joe Armstrong celebration, in #programmerpassport chapter 2, we’ve come to two of his favorite problems for #Prolog beginners - the map coloring problem and the 8 queens problem. grox.io

The #Prolog clauses findall, bagof, and setof take goals. In a sense, they are like higher order functions in other languages, or functions that take functions as arguments. In Prolog, goals that take goals are meta predicates. #programmerpassport Grox.io

Elixir strings, binaries, chartists, and lists. A typical blindspot of #elixirlang developers is the string vs charlist. In this video, we look at the data structures underneath these two. The video is part of the #programmerpassport by @redrapids bit.ly/3b3ZQRk

I've been learning the fine points for Pony language for @GroxioLearning's #programmerpassport. One of the fun things about this exercise is to find other folks learning languages for the love of it. @KevinHoffman has some great stuff on Pony and Rust, as well as his Elixir work.
Also, the next #programmerpassport will be OTP, and that will have plenty of advanced content. And there will be a liveview course, but you'll either have to buy that a la carte, or get the annual subscription (which is pretty cheap anyway.) Does that help?
Project finished! The next two @GroxioLearning #programmerpassport #elixirlang videos will be released tomorrow. First video is on Bob (Elixir Protocols) and the second is on Reducers, Lists and APIs. #myelixirstatus Subscribe at grox.io

In the #JuliaLang #programmerpassport book by @redrapids and @pragprog & our video series, we'll focus on elements that shape the way you approach problems. Those coming from a functional language like Elixir will learn how Julia applies mutability in some places but not others.
Updated #programmerpassport schedule for 2020-2021!
Slight tweak for our 2020-2021 grox.io schedule. Changed our focus to concepts over language: Elixir + Julia. Julia Nerves (Elixir) Data Science (Julia) Ecto (Elixir) Machine Learning (Flux/Tensor Flow), Julia Property Based Testing (Elixir) Come join us.
Celebrating 1 year of the #ProgrammerPassport today!! Thank you to everyone who’s been on this journey with us! ❤️
#ProgrammerPassport turns 1 today! Two of my mentors have told me about the importance of learning language and new concepts. Programmer Passport is our way of guiding others to do the same.
After years of hard work our daughter submitted her application to vet school and it’s the 1 year anniversary of @GroxioLearning’s #programmerpassport. Feeling all the feels today y’all!
#ProgrammerPassport turns 1 today! Two of my mentors have told me about the importance of learning language and new concepts. Programmer Passport is our way of guiding others to do the same.
Groxio #ProgrammerPassport mixes in other languages because it's critical to also return to the beginner's mind, several times. Our most important skill as a developer is learning. If you can do so and maintain a positive, open mindset, you'll experience more success.
Today I am working through the final written chapters for #ProgrammerPassport LiveView. Some of you have asked why we're covering so much Elixir in a program for programming language exploration more >
We are really excited about 20/21 edition of the #programmerpassport
The next two weeks, I am wrapping up my @elixirphoenix LiveView module, and shifting toward machine learning. We'll attack @JuliaLanguage next. I am hoping to teach basic Julia, teach basic machine language theory, and expose a Julia model in a web service. We'll see.
I open the @GroxioLearning website and I came across with the next Languages and Schedule for 2020-2021 Edition and for sure I start to save money to buy me a ticket for a yearly pass to #programmerpassport
I just posted my review about the #programmerpassport at @GroxioLearning on @elixirforum ---> I Programmer Passport (Grox.io) (PragProg) elixirforum.com/t/programmer-p…
We are in the home stretch of our #programmerpassport: OTP! In the last 3 videos we cover OTP Registries, OTP Dynamic Supervisors in Elixir and we refactor one of our programs to use the system of layers built in the book Designing Elixir Systems with OTP. @redrapids @JEG2

Big Brother is always watching and OTP supervisors are too. By monitoring our processes with supervisors that know how to manage lifecycles, #Elixirlang can take action when another process crashes or must be shut down. #myelixirstatus #programmerpassport grox.io

A favorite thing about watching @redrapids' #programmerpassport videos is the way he problem solves code issues and hearing his thought process as to why he does it one way vs. another. #learntocode #myelixirstatus grox.io
We've been doing coding videos for a year. A few lessons:
YAAASSS! It's the start of #ProgrammerPassport OTP course! We are so excited to share this material over the next 8 weeks with you! New for this course -we'll have 3 videos released for subscribers every 2 weeks. Join us! buff.ly/3dFqu4d #myelixirstatus @pragprog

Our #programmerpassport OTP Is out early!! Curious? Come join us! #myelixirstatus
We released OTP early yesterday on grox.io. This module will be a video heavy one. So far, I've recorded five, and we're going to 12. We'll release 3 of them for free. It's written as a companion to Designing Elixir Systems with OTP, honoring those layers.

Just finished #programmerpassport OTP video #5. Unbelievably, there are 7 more to go! Having a blast. It's so much fun to teach.
Today, I am writing the 2nd OTP chapter of #ProgrammerPassport. The workerbees book is about Elixir code design; and PP is about a core understanding of OTP. Lots of video. The hope is PP be a good companion piece to the above book. Join us. May 15. grox.io
Hard to believe we are at the end of the #ProgrammerPassport 8 week Elixir course! We are releasing the last batch of content today! Next up in the schedule: OTP on May 15th - July 14th! Join us at Grox.io #myelixirstatus

Today's project for the #programmerpassport for @GroxioLearning Elixir class on grox.io: The game of Life, as a stream.
For my final chapter of Elixir in @GroxioLearning's #programmerpassport, we're taking on the Macro dragon. I always wanted to be a ninja.
I am recording the first Crystal video. Live coding. Thanks to the landscapers mowing right outside the window btw. @GroxioLearning #programmerpassport is so much fun to record and write. I feel like this format opens up so many learning channels. Join us. Learn languages.
After years of hard work our daughter submitted her application to vet school and it’s the 1 year anniversary of @GroxioLearning’s #programmerpassport. Feeling all the feels today y’all!
@elixirphoenix LiveView is changing some things for me that I didn't expect. Bulma plus LiveView let me weave together a quick tab system that I manage on the server rather than buggy JavaScript. 30 min to do a multi-tab notebook design for @GroxioLearning #programmerpassport.

Today, as the #programmerpassport folks are finishing up @CrystalLanguage, I am writing about the math behind @ponylang reference capabilities, the language feature that allows compiler-verified high-performance lock-free copy-free async concurrent message passing. Zoom.
This #programmerpassport is tons of fun (join us: grox.io). We learn languages just to learn them. I am writing on the second unit, @ponylang , right now. It's really, really fast and really, really safe. Three facts about Pony:
#FridayThoughts Your home page is not good enough. grox.io had a good launch of #programmerpassport, but we made some mistakes and it cost us sales. Mainly, we motivated customers well but we didn't provide good plans/pricing details. What can you do? ->
Notes. #programmerpassport on grox.io w/ @pragprog 1. the new cover is here! It's drawn by my niece! 2. Want to try it out? Low cost this month. Get Crystal and Pony for the price of 1 lang. 3. If you want Crystal, you have 11 more days! Pony starts soon!

We are in the home stretch of our #programmerpassport: OTP! In the last 3 videos we cover OTP Registries, OTP Dynamic Supervisors in Elixir and we refactor one of our programs to use the system of layers built in the book Designing Elixir Systems with OTP. @redrapids @JEG2

YAAASSS! It's the start of #ProgrammerPassport OTP course! We are so excited to share this material over the next 8 weeks with you! New for this course -we'll have 3 videos released for subscribers every 2 weeks. Join us! buff.ly/3dFqu4d #myelixirstatus @pragprog

Insights from grox.io #programmerpassport, the @ponylang edition. Pony makes me think about the deeper meanings of my types around the edges at my gen server boundaries. Not just how something is typed, but how it will be used. I love my new pony. Giddy up yall.
The #programmerpassport #elixirlang with @pragprog and @redrapids releases Monday on grox.io. Really looking forward to the next 8 weeks on a favorite language! #myelixirstatus

Hard to believe we are at the end of the #ProgrammerPassport 8 week Elixir course! We are releasing the last batch of content today! Next up in the schedule: OTP on May 15th - July 14th! Join us at Grox.io #myelixirstatus

In Java, to write a program, you understand the rules and then you implement the rules. In #Prolog, you describe the rules and you're done. Want to know more? Check out the #ProgrammerPassport with @redrapids starting January 15th! bit.ly/2ZXlDpl

We put the finishing touches on the second of four releases for the Crystal module of #programmerpassport This format lets me dive deeper into a language than 7 languages in 7 weeks. Clients say can absorb faster cause video, exercises. Jump in. grox.io You IN?
Joe Armstrong tried to build #Erlang on top of the #Prolog compiler. Eventually, the two separated, but Joe held fast to pattern matching and a Prolog-style syntax. Want to learn more? #ProgrammerPassport starts 1/15 with @redrapids & @pragprog #learntocode

Can you believe it! One week til the next #ProgrammerPassport is out! Come join us to celebrate #JoeArmstrong and learn #Prolog with @redrapids and @pragprog. Sign up here: bit.ly/2Qwjgqy #learntocode

#ProgrammerPassport would not exist without Joe Armstrong. The series is based on the best-selling @pragprog Seven Languages in Seven Weeks book. It was Joe who mentored @redrapids in the #Prolog and #Erlang languages, #learntocode #myelixirstatus bit.ly/2NucwaP

Project finished! The next two @GroxioLearning #programmerpassport #elixirlang videos will be released tomorrow. First video is on Bob (Elixir Protocols) and the second is on Reducers, Lists and APIs. #myelixirstatus Subscribe at grox.io

#Prolog programs express facts and rules in databases, and allow queries against them. Want to know more? Free trial of the #ProgrammerPassport by @redrapids and @pragprog available til 1/21 bit.ly/2Ne8lj6 Includes, written content, video and exercises. #myelixirstatus

Want to know more about Mix and #elixirlang? Check out the video from @redrapids and the #programmerpassport with @pragprog bit.ly/2vrB2DB #myelixirstatus

Something went wrong.
Something went wrong.
United States Trends
- 1. #AEWWrestleDream 65.5K posts
- 2. Stanford 8,088 posts
- 3. sabrina 60.9K posts
- 4. Darby 10.7K posts
- 5. #byucpl N/A
- 6. Mizzou 6,076 posts
- 7. Hugh Freeze 2,906 posts
- 8. Lincoln Riley 2,720 posts
- 9. Norvell 2,366 posts
- 10. Utah 31.8K posts
- 11. Kentucky 25.3K posts
- 12. Bama 16.1K posts
- 13. Castellanos 3,723 posts
- 14. Stoops 4,993 posts
- 15. Arch 26.1K posts
- 16. Nobody's Son 2,112 posts
- 17. #RollTide 9,103 posts
- 18. Florida State 8,425 posts
- 19. Sark 4,574 posts
- 20. Notre Dame 16.7K posts