let
createUser = {
user = {
name = "Samad Olaibi";
role = "Software Engineer";
languages = [ "Yoruba" "English" ];
};
userInfo = ''
Name: ${user.name}
Role: ${user.role}
Spoken Languages: ${builtins.concatStringsSep ", " user.languages}
'';
};
in
builtins.trace createUser.userInfo createUser
🌠
Growing...
Software Engineer @elanco | IBM MQ Certified | BSc Computer Science '26 @ Brunel University |
-
Brunel London University
- Reading
-
17:38
(UTC) - blog.thein3rovert.dev
- in/samadolaibi
Highlights
- Pro
Pinned Loading
-
-
-
nixified-gruvbox-factory
nixified-gruvbox-factory PublicA Nix package for Gruvbox Factory, a CLI tool that converts images to use the Gruvbox color palette.
Nix 1
-
MediFlow
MediFlow PublicA streamlined solution for handling medical data with seamless integration between backend APIs and a user-friendly frontend. MediFlow focuses on enhancing data presentation, managing gaps or inval…
CSS
-
GeoInfo
GeoInfo PublicGEOINFO is a web application built with Java, Spring Boot, and React, designed to analyze geographical data and provide insights through various charts.
Java
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


