iBoard.cc
The Programming Kitchen (a dev only blog)
We deliver complete solutions
Corporate E-Learning
– from Idea to Go-Live
As a full-service e-learning provider, we support you from concept to rollout — with a system, content and expertise.
e-Matrix Innovations GmbH, 4600 Wels, Austria
Instruction System
Manage, organize and document all instructions centrally – with our digital instruction system.
Our digital instruction system allows you to manage all training and instructions in one central location. Automatic reminders, certificates, and comprehensive documentation ensure seamless record-keeping.
Visitor Instruction
Digital solutions for instructing visitors, contractors and suppliers – simple, efficient and legally compliant.
Instruct visitors, contractors and suppliers digitally – before entering your premises or directly on site. Legally compliant documentation of all instructions.
Standardized E-Trainings
Ready-made digital training for workplace safety, IT awareness, compliance and corporate training – ready to use and legally compliant.
Our standardized e-trainings cover a wide range of topics and are ready to use immediately. All modules meet legal requirements and are available in multiple languages.
Topics
- Workplace Safety
- Compliance
- Cyber Security Awareness Trainings (Fit4)
iBoard is a little practicing project, figuring out how Elixir-development and AI comes together. So, I recently wrote this Blog-server. The content here doesn’t really matter! The project is not public (yet) but will be published at GitHub once it fulfills some basic quality standards ;-)
The iBoard Project This web application is written in Elixir with Phoenix, LiveView, TailwindCSS, DaisyUI, Ecto/Postgres, to name the most important. The full dependency list reads like:
:bcrypt_elixir, "~> 3.0"
:phoenix, "~> 1.8.3"
:phoenix_ecto, "~> 4.5"
:ecto_sql, "~> 3.13"
:postgrex, ">= 0.0.0"
:phoenix_html, "~> 4.1"
:phoenix_live_reload, "~> 1.2", only: :dev
:phoenix_live_view, "~> 1.1.0"
:lazy_html, ">= 0.1.0", only: :test
:phoenix_live_dashboard, "~> 0.8.3"
:esbuild, "~> 0.10", runtime: Mix.env() == :dev
:tailwind, "~> 0.3", runtime: Mix.env() == :dev
:heroicons, github: "tailwindlabs/heroicons", tag: "v2.2.0"
:gen_smtp, "~> 1.2"
:swoosh, "~> 1.5"
:castore, "~> 1.0"
:req, "~> 0.5"
:telemetry_metrics, "~> 1.0"
:telemetry_poller, "~> 1.0"
:gettext, "~> 1.0"
:gettext_sigils, "~> 0.1.0"
:jason, "~> 1.2"
:dns_cluster, "~> 0.2.0"
:bandit, "~> 1.5"
:tzdata, "~> 1.1"
:boundary, "~> 0.10", runtime: false
:ex_doc, "~> 0.31", only: [:dev, :prod], runtime: false
:earmark, "~> 1.4"
With a big hug to this gorgeous community!
Follow the tag #iboard if you’re interested in the faith of this project.
Features so far (Buzzwords)
- Accounts, Users (phx.gen.auth)
- Posts, Drafts, Authors, Moderators, Likes, Followers
- User management, invite by e-mail
- Supports DaisyUI Themes
- Supports Locale and Timezone
Join the Community (14 Posts)
Create an account today to start writing your own posts and join the conversation.
Author
Discover 2 authors and their 14 postings. Login to join them.
Tags
Explore topics and find content by tags.
Local Mailbox
Preview sent emails in the development environment.
Documentation
Browse the project's API documentation.