Skip to content
View Lolliten's full-sized avatar
:octocat:
"Everyone must chose a pain: The Pain of Discipline or the Pain of Regret."
:octocat:
"Everyone must chose a pain: The Pain of Discipline or the Pain of Regret."

Block or report Lolliten

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Lolliten/README.md

defmodule Lolo.About do

@moduledoc """

A module to represent Lolo. """

def specialization, do:

"Fullstack Development & AI Exploration"

def core_skills, do: [

"Elixir",
"JavaScript",
"TypeScript",
"React",
"Nodejs",
"HTML",
"CSS",
"Docker",
"GIT",
"SQL",
"NoSQL"

]

end

defmodule Lolo.Profile do

use Ash.Resource,

data_layer: Ash.DataLayer.Ets,
domain: Lolo.Domain

attributes do

attribute :intro, :string
attribute :current_focus, :string
attribute :technical_projects, {:array, :string}

end

def intro, do: "I’m Lolo and I'm on the fullstack journey, currently, deep-diving in Elixir ♥"

def current_focus, do: "Now exploring LiveView and Ash, and the world of AI."

def technical_projects, do: [

"Elixir Projects",
"JavaScript Applications",
"TypeScript Implementations",
"React Frontends",
"Nodejs Services",
"HTML & CSS Designs",
"Dockerized Environments",
"Version Control with GIT",
"SQL & NoSQL Databases"

]

end

Pinned Loading

  1. MTG-Tomb-Magic-The-Gathering-App MTG-Tomb-Magic-The-Gathering-App Public

    Forked from chas-academy/u08-business-idea-wepushonsave

    React. Nodejs and MongoBD

    TypeScript

  2. chas-academy/u09-Photo-App-Fullstack-Lolliten chas-academy/u09-Photo-App-Fullstack-Lolliten Public

    u09-fullstack-js-Lolliten created by GitHub Classroom

    JavaScript 1