let
createUser = rec {
user = {
name = "Samad Olaibi";
role = "Software Engineer";
languages = [ "Yoruba" "English" ];
programmingLanguages = [ "Java" "Python" "Typescript" ];
infrastructure = [ "Nix" "Ansible" "Docker" "Terraform" ];
};
userInfo = ''
Name: ${user.name}
Role: ${user.role}
Spoken Languages: ${builtins.concatStringsSep ", " user.languages}
Programming Languages: ${builtins.concatStringsSep ", " user.programmingLanguages}
Infrastructure: ${builtins.concatStringsSep ", " user.infrastructure}
'';
};
in
builtins.trace createUser.userInfo createUser
-
Brunel London University
- Reading
-
20:17
(UTC) - blog.thein3rovert.dev
- in/samadolaibi
Highlights
- Pro
Pinned Loading
-
nixos-config
nixos-config PublicHybrid cloud infrastructure with NixOS, Ansible and Terraform automation.
Nix
-
-
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
If the problem persists, check the GitHub status page or contact support.


