Programming

Programming

1474 bookmarks
Custom sorting
Canals: The Revenge
Canals: The Revenge
More than a month ago, I shared in a previous blog post how I’ve implemented Canals in Super Space Galaxy that give structure and a unique shape to each city. My intention was to have each Ca…
·plasmabeamgames.wordpress.com·
Canals: The Revenge
How Mathematics Skills Help Me as a Software Engineer
How Mathematics Skills Help Me as a Software Engineer
The passion for mathematics I found in college led me, along with many others, to a very fruitful career as a software engineer. While I…
·medium.com·
How Mathematics Skills Help Me as a Software Engineer
Ruby vs Python comes down to the for loop
Ruby vs Python comes down to the for loop
Contrasting how each language handles iteration helps understand how to work effectively in either.
·softwaredoug.com·
Ruby vs Python comes down to the for loop
Home | asdf
Home | asdf
Manage multiple runtime versions with a single CLI tool
·asdf-vm.com·
Home | asdf
Surface
Surface
·surface-ui.org·
Surface
Surface - A component-based library for Phoenix LiveView - Libraries - Elixir Programming Language Forum
Surface - A component-based library for Phoenix LiveView - Libraries - Elixir Programming Language Forum
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative way to express and use components in Phoenix. Some of the main features include: Components as modules - they can be stateless, stateful, data-only or compile-time Declarative properties - explicitly declare the inputs (properties) of each component (like React) An HTML-centric templating language with built-in directives (:for, :if, …) and syntactic suga...
·elixirforum.com·
Surface - A component-based library for Phoenix LiveView - Libraries - Elixir Programming Language Forum
Introduction to Phoenix LiveView LiveComponents
Introduction to Phoenix LiveView LiveComponents
LiveComponents are a new feature of Phoenix LiveView, bringing lightweight reusable components into the LiveView ecosystem. [Sept. 7, 2020 - Article and code updated to LiveView v0.14.4] Phoenix LiveView # Phoenix LiveView became publicly...
·blog.pthompson.org·
Introduction to Phoenix LiveView LiveComponents
Elixir
Elixir
Website for Elixir
·elixir-lang.org·
Elixir
Elixir School
Elixir School
The premier destination for learning and mastering Elixir
·elixirschool.com·
Elixir School
Code That Fits in Your Head PDF
Code That Fits in Your Head PDF
Code That Fits in Your Head PDF: Heuristics for Software Engineering by Mark Seemann. This is one of the best coding / programming books for Beginners
·lunaticai.com·
Code That Fits in Your Head PDF
Practical SOLID in Golang: Open/Closed Principle
Practical SOLID in Golang: Open/Closed Principle
We continue a journey through the SOLID principles by presenting the one which gives flexibility to applications — The Open/Closed…
·levelup.gitconnected.com·
Practical SOLID in Golang: Open/Closed Principle
Using C from Elixir with NIFs
Using C from Elixir with NIFs
An in-depth look at how to use NIFs from Elixir to run native code in the Erlang VM.
·andrealeopardi.com·
Using C from Elixir with NIFs
Running C code in Elixir/Erlang: Ports or NIFs?
Running C code in Elixir/Erlang: Ports or NIFs?
I've found that Elixir programs can run C code either via NIFs (native implemented functions) or via OS-level ports. Having read those and similar links, I'm not a hundred percent clear on when to ...
·stackoverflow.com·
Running C code in Elixir/Erlang: Ports or NIFs?