#elixir #podcast #elixir_wizards
Harper Atlas on Tailwind From the Perspective of a Designer
https://smartlogic.io/podcast/elixir-wizards/s9-e8-harperatlas-tailwind/
Harper Atlas on Tailwind From the Perspective of a Designer
https://smartlogic.io/podcast/elixir-wizards/s9-e8-harperatlas-tailwind/
Elixir Wizards
Harper Atlas on Tailwind From the Perspective of a Designer
We are excited to have SmartLogic's own Harper Atlas as our guest on Elixir Wizards today! Harper, a product designer at SmartLogic (and cat lady at home), joins us on this episode to parse the particulars of the Tailwind framework from a designer's perspective.β¦
#elixir #phoenix #software #coding #development #engineering #inclusive #community
Google Login One tap backend for Elixir-Phoenix
https://dev.to/ndrean/google-login-one-tap-backend-with-elixir-and-joken-2l3n
Google Login One tap backend for Elixir-Phoenix
https://dev.to/ndrean/google-login-one-tap-backend-with-elixir-and-joken-2l3n
DEV Community
Google Login One tap backend for Elixir-Phoenix
This shows how to integrate Google's One tap login in an Elixir/Phoenix app in a controller. This is...
#elixir
Recurring Events in Elixir (Phoenix)
https://medium.com/smallworldus/recurring-events-in-elixir-phoenix-with-optimal-querying-4154703822e2
Recurring Events in Elixir (Phoenix)
https://medium.com/smallworldus/recurring-events-in-elixir-phoenix-with-optimal-querying-4154703822e2
Medium
Recurring Events in Elixir (Phoenix) with Optimal Querying
As Elixir developers, recursion should be our matter of expertise. So, here is a guide on implementing event recurrence in Elixir.
#elixir #multitenant
Create a multi-tenant, whitelabel application in Elixir & Phoenix part I: Working with subdomains
https://medium.com/redsquirrel-tech/create-a-multi-tenant-whitelabel-application-in-elixir-phoenix-part-i-working-with-subdomains-5d17c7556e6a
Create a multi-tenant, whitelabel application in Elixir & Phoenix part I: Working with subdomains
https://medium.com/redsquirrel-tech/create-a-multi-tenant-whitelabel-application-in-elixir-phoenix-part-i-working-with-subdomains-5d17c7556e6a
Medium
Create a multi-tenant, whitelabel application in Elixir & Phoenix part I: Working with subdomains
In this series of posts of Iβll explain what whitelabel, multi-tenant applications are and how a basic example of that could look like inβ¦
#elixir #livebook #software #coding #development #engineering #inclusive #community
A Livebook Smart-Cell to Render Diagrams
https://dev.to/zorbash/a-livebook-smart-cell-to-render-diagrams-fpm
A Livebook Smart-Cell to Render Diagrams
https://dev.to/zorbash/a-livebook-smart-cell-to-render-diagrams-fpm
DEV Community π©βπ»π¨βπ»
A Livebook Smart-Cell to Render Diagrams
I wrote my first Livebook smart-cell which renders diagrams from a textual description. I recently...
#elixir #podcast #thinkingelixir
Working at a Software Agency with the Wizards
https://podcast.thinkingelixir.com/126
Working at a Software Agency with the Wizards
https://podcast.thinkingelixir.com/126
Thinking Elixir Podcast
Thinking Elixir Podcast 126: Working at a Software Agency with the Wizards
Meet the Wizards Sundi Myint and Owen Bickford and hear what itβs like working at a Software Agency like SmartLogic vs a Product Company. Get to know them better and what they are working on today!
#elixir
Today I Learned: Composite Primary Keys using Elixir Ecto
https://til.hashrocket.com/posts/lgagvwjnev-composite-primary-keys-using-elixir-ecto
Today I Learned: Composite Primary Keys using Elixir Ecto
https://til.hashrocket.com/posts/lgagvwjnev-composite-primary-keys-using-elixir-ecto
Hashrocket
Today I Learned: Composite Primary Keys using Elixir Ecto
Ecto allows us to map a table with composite primary keys into our schemas. The way to do that is by using the primary_key: true option for the Ecto.Schema.field/3 instead of dealing with the special module attr @primary_key. Check this out:
#webdev #elixir #svelte #tutorial #software #coding #development #engineering #inclusive #community
E2E Reactivity using Svelte with Phoenix LiveView
https://dev.to/debussyman/e2e-reactivity-using-svelte-with-phoenix-liveview-38mf
E2E Reactivity using Svelte with Phoenix LiveView
https://dev.to/debussyman/e2e-reactivity-using-svelte-with-phoenix-liveview-38mf
DEV Community
E2E Reactivity using Svelte with Phoenix LiveView
This post is based on a talk given at ElixirConf 2022 Svelte is a reactive JS framework that is...
#elixir
Debugging in Elixir and Erlang: An Introduction | AppSignal Blog
https://blog.appsignal.com/2022/11/29/debugging-in-elixir-and-erlang-an-introduction.html
Debugging in Elixir and Erlang: An Introduction | AppSignal Blog
https://blog.appsignal.com/2022/11/29/debugging-in-elixir-and-erlang-an-introduction.html
Appsignal
Debugging in Elixir and Erlang: An Introduction | AppSignal Blog
In the first part of a two-part series, we'll touch on some tools you can use for debugging in Elixir.
#elixir #multitenant
Create a multi-tenant, whitelabel application in Elixir & Phoenix part II: Dynamic subdomain routing
https://medium.com/redsquirrel-tech/create-a-multi-tenant-whitelabel-application-in-elixir-phoenix-part-ii-dynamic-subdomain-a32513f6fac0
Create a multi-tenant, whitelabel application in Elixir & Phoenix part II: Dynamic subdomain routing
https://medium.com/redsquirrel-tech/create-a-multi-tenant-whitelabel-application-in-elixir-phoenix-part-ii-dynamic-subdomain-a32513f6fac0
Medium
Create a multi-tenant, whitelabel application in Elixir & Phoenix part II: Dynamic subdomainβ¦
In the previous post we outlined what a multi-tenant whitelabel application is. We also got our hands dirty by creating a new Phoenixβ¦
#erlangrabbitmqelixir programming languageelixir programming language
Advent of Code 2022 - Every Puzzle Solved in Erlang - Erlang Solutions
https://www.erlang-solutions.com/blog/advent-of-code-2022/
Advent of Code 2022 - Every Puzzle Solved in Erlang - Erlang Solutions
https://www.erlang-solutions.com/blog/advent-of-code-2022/
Erlang Solutions
Advent of Code 2022 - Every Puzzle Solved in Erlang - Erlang Solutions
We're solving all the advent of code puzzles in Erlang. Here's our solutions so far. Don't forget to come back in the future to see the latest solution.
#elixir #podcast #elixir_wizards
Jenny Bramble on Testing and Collaboration at Papa
https://smartlogic.io/podcast/elixir-wizards/s9-e9-jennybramble-testingandcollaboration/
Jenny Bramble on Testing and Collaboration at Papa
https://smartlogic.io/podcast/elixir-wizards/s9-e9-jennybramble-testingandcollaboration/
Elixir Wizards
Jenny Bramble on Testing and Collaboration at Papa
Today on Elixir Wizards, we chat with Jenny Bramble. Jenny is the Director of Quality Engineering at Papa, a platform that connects older adults and low-income families with companionship and a helping hand with daily tasks. Tune in to learn more about Jenny'sβ¦
#rabbitmqerlangelixir programming languageelixir programming language
RabbitMQ - An Amazing Message Broker - Erlang Solutions
https://www.erlang-solutions.com/blog/rabbitmq-an-amazing-message-broker/
RabbitMQ - An Amazing Message Broker - Erlang Solutions
https://www.erlang-solutions.com/blog/rabbitmq-an-amazing-message-broker/
Erlang Solutions
RabbitMQ - An Amazing Message Broker - Erlang Solutions
What is a message broker? What is RabbitMQ? Why use RabbitMQ? Your concerns will be answered by the RabbitMQ team right in the article!
#elixir #podcast #elixir_wizards
Frank Hunleth and Joe Martin on the Particulars of Nerves
https://smartlogic.io/podcast/elixir-wizards/s9-e10-frank-and-joe-particulars-of-nerves/
Frank Hunleth and Joe Martin on the Particulars of Nerves
https://smartlogic.io/podcast/elixir-wizards/s9-e10-frank-and-joe-particulars-of-nerves/
Elixir Wizards
Frank Hunleth and Joe Martin on the Particulars of Nerves
Today on Elixir Wizards, we speak with two great minds in the Elixir community: Frank Hunleth from SmartRent and Joe Martin from Company Six. Join us to parse the particulars of Nerves, from production and terminology, to stacks, customization, and how theyβ¦
#elixir
How to Cache Locally in Elixir with Nebulex | AppSignal Blog
https://blog.appsignal.com/2022/12/13/how-to-cache-locally-in-elixir-with-nebulex.html
How to Cache Locally in Elixir with Nebulex | AppSignal Blog
https://blog.appsignal.com/2022/12/13/how-to-cache-locally-in-elixir-with-nebulex.html
AppSignal Blog
How to Cache Locally in Elixir with Nebulex | AppSignal Blog
Discover how you can use Nebulex to cache data locally in your Elixir application.
#elixir #podcast #thinkingelixir
Time series data with Timescale DB
https://podcast.thinkingelixir.com/129
Time series data with Timescale DB
https://podcast.thinkingelixir.com/129
Thinking Elixir Podcast
Thinking Elixir Podcast 129: Time series data with Timescale DB
Add value to your Elixir project with Timescale DB! This PostgreSQL extension brings time series tools to your regular database. Dave Lucia shares why it's a smart choice, how to get started, and more.
#elixir #podcast #elixir_wizards
Chris Miller on Crafting a Programming Language
https://smartlogic.io/podcast/elixir-wizards/s9-e11-chris-miller-programming-language/
Chris Miller on Crafting a Programming Language
https://smartlogic.io/podcast/elixir-wizards/s9-e11-chris-miller-programming-language/
Elixir Wizards
Chris Miller on Crafting a Programming Language
Today on Elixir Wizards, Chris Miller, software engineer at Corvus Insurance, joins us again for an in-depth discussion on the different approaches to programming. We dive into the conception and origin of new languages and how they evolve to solve new problemsβ¦