Jan 1, 2024 7GSL CloudCorporate and admin dashboard for GoSpeedLog, integrating multiple CAD and US carriers (UPS, Canada Post, UniUni, USPS, EasyPost) and ecom merchants.Read more →
Nov 1, 2024 3SkyElectric Fleet ManagementImproved fleet management system ensuring seamless collaboration between hardware and software components.
Jan 1, 2022 2Proprietary Video ConferencingDeveloped a cost-effective video conferencing solution that cut costs by 60%.
Jun 1, 2024 0EFRAG Reporting ToolLed a 90-day MVP project to streamline EFRAG reports, increasing client satisfaction by 20%.
Nov 10, 2023 0Unlocking Elixir Magic: Creating and Documenting Custom SigilsLearn the art of crafting custom sigils in Elixir and document their power for a seamless coding experience.
Oct 8, 2023 0Demystifying Elixir Code Grouping: Unveiling the Magic Behind Single-Line ClarityExplore the art of code grouping in Elixir, a technique that reveals how your code is organized when multiple lines are condensed into a single line without braces. Uncover the clarity hidden within concise expressions through an enlightening example and a discussion-inspired tip from the creator of Ecto, Michal Muskala.
Sep 17, 2023 0Metaprogramming Marvels in ElixirExplore the world of metaprogramming in Elixir and witness its marvels through practical examples.
Aug 3, 2023 0Pattern Matching Wonders in ElixirExplore the power and elegance of pattern matching in Elixir through real-world examples.
May 18, 2023 0Elixir's Ternary Twist: Crafting Conditional Logic Without a Ternary OperatorUncover the alternative approach in Elixir for achieving ternary-like conditional expressions in the absence of a traditional ternary operator.
Jan 1, 2023 1OTP for the Win: Creating a Simple GenServer in ElixirHarness the power of OTP (Open Telecom Platform) by creating a basic GenServer for a real-world scenario.
Nov 16, 2023 1Exploring the Power of Elixir: A Brief OverviewDiscover the standout features of Elixir and how it empowers developers with its unique capabilities.
Nov 1, 2023 2Ecto Tricks: Leveraging Composable Queries in ElixirDiscover the power of composable queries in Ecto for building expressive and reusable database queries.
Oct 1, 2023 0Concurrency Made Simple with Tasks in ElixirDiscover the simplicity and power of Elixir's Task module for managing concurrent operations.
Sep 15, 2023 0Elixir's Pipeline Prowess: Leveraging Kernel.|| for Seamless ConditionalsUncover the advantage of using Kernel.|| within Elixir pipelines to maintain the flow and enhance the readability of your code when incorporating conditional operations.
Jul 7, 2023 0Elixir Protocols Unveiled: A Guide to Writing and Using ProtocolsUnlock the power of Elixir protocols, a mechanism for polymorphism and dynamic dispatch. Learn how to define protocols and implement them for different types to enhance your code's flexibility and maintainability.
May 1, 2023 1IEx Decoration Magic: Elevate Your Elixir REPL ExperienceDiscover the enchanting world of IEx customization as we explore the art of decorating your Elixir REPL (IEx).
Jan 1, 2020 0AI Biometric AuthenticationBuilt an AI-powered biometric authentication system using Elixir and LiveView.
Nov 16, 2023 1The Magic of Phoenix Generators: Auth Made Easy with mix phx.gen.authExplore the power and simplicity of Phoenix generators as we dive into creating a robust authentication system with mix phx.gen.auth.
Oct 22, 2023 0Mastering Elixir: Crafting Custom Error DefinitionsEmpower your Elixir projects by creating and utilizing custom error definitions. Learn how to define, raise, and personalize your own errors for a more expressive and controlled error-handling experience.
Sep 29, 2023 0The Zen of Error Handling in ElixirExplore the philosophy of error handling in Elixir and understand its elegance compared to traditional approaches.
Aug 21, 2023 1Mixing It Up: Creating Custom Mix Tasks in ElixirLearn how to extend your Elixir project with custom Mix tasks to streamline development tasks.
Jun 17, 2023 2Elixir's Short Circuit Dance: Mastering && and || OperatorsDelve into the world of Elixir short circuit operators, && and ||, your companions in simplifying complex comparisons. Discover the elegance of these operators, how they replace nested conditions, and why they become your best friends in dealing with intricate logic.
Feb 24, 2023 0Phoenix Channels Unleashed: Real-Time Features in ElixirDive into the world of Phoenix Channels and learn how to implement real-time features in your Elixir applications.