Skip to content

Commit

Permalink
Proper author mention
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed Nov 3, 2023
1 parent 785ec47 commit 1817773
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@

<h1 align="center">🔸 FLYBOT Web and Mobile App 🔸</h1>

This project is a `mono-repo` **Clojure(Script)** full-stack web and mobile app.
This `mono-repo` hosts a **Clojure(Script)** full-stack web and mobile app.

## 💡 Rational

As a company specialized in Clojure, it made sense for us to have our Blog Website developed with Clojure(Script). We wanted to have a way to highlight what we do, our open-source contributions, our job offers and so on.

Moreover, the second goal of this project was too highlight some of our open-source libraries by @robertluo that belong to a stack we call `lasagna` as a reference to having separate layers of implementation as opposed to the spaghetti code and architecture we all fear.
Moreover, the second goal of this project was too highlight some of our open-source libraries by [@robertluo](https://github.com/robertluo) that belong to a stack we call `lasagna` as a reference to having separate layers of implementation as opposed to the spaghetti code and architecture we all fear.

This stack is currently composed of 2 libraries
This stack is currently composed of 2 libraries:

### 🔗 [fun-map](https://github.com/robertluo/fun-map)

Expand All @@ -39,6 +39,16 @@ This stack is currently composed of 2 libraries

**lasagna-pull** is a Clojure library that provides an intuitive query language for precisely selecting and extracting data from deep and nested data structures, offering features like filtering, parameterization, and even pattern validation using malli schemas.

## 🔸 Features

Employees can use their corporate google account to log in to the website. Once logged in, they can create-edit-delete posts. Some admin users can delete interact with other users'posts.

They have several optional configurations to customize their posts such as the order of apparition of the post in the page, having an cover image for the post etc

Therefore, logged in users can switch the UI to `edit mode` and create/edit posts. There is a `preview` post feature as well (similar to what you can see on GitHub for instance).

You will find classic website features such as light/dark mode, syntax highlighting in code block and responsive design.

## 🔸 Lasagna Stack

You can learn more about the rational of the lasagna stack libraries in:
Expand Down
2 changes: 1 addition & 1 deletion docs/lasagna-stack/fun-map.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fun-Map Rational

This report aims at introducing the Lasagna stack library [fun-map](https://github.com/robertluo/fun-map). Fun-Map blurs the line between identity, state and function. As a results, it is a very convenient tool to define `system` in your applications by providing an elegant way to perform associative dependency injections.
The Lasagna stack library [fun-map](https://github.com/robertluo/fun-map) by [@robertluo](https://github.com/robertluo). Fun-Map blurs the line between identity, state and function. As a results, it is a very convenient tool to define `system` in your applications by providing an elegant way to perform associative dependency injections.

## 🔸 Goal

Expand Down
2 changes: 1 addition & 1 deletion docs/lasagna-stack/lasagna-pull.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lasagna Pull Rational

[flybot-sg/lasagna-pull](https://github.com/flybot-sg/lasagna-pull) by @robertluo aims at precisely select from deep data structure in Clojure.
[flybot-sg/lasagna-pull](https://github.com/flybot-sg/lasagna-pull) by [@robertluo](https://github.com/robertluo) aims at precisely select from deep data structure in Clojure.

## 🔸 Goal

Expand Down

0 comments on commit 1817773

Please sign in to comment.