-
Notifications
You must be signed in to change notification settings - Fork 4
/
portfolio.json
262 lines (262 loc) · 17.1 KB
/
portfolio.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
{
"ai-projects": [
{
"id": "Minecraft Skin Generator",
"outline": "An app that creates original Minecraft skins",
"title": "Minecraft Skin Generator",
"subtitle": "An app that creates original Minecraft skins",
"description": "Monadical’s Minecraft Skin Generator spins up original skins using text prompts fed into a fine-tuned Stable Diffusion model. Trained using composite images that combine the skin itself with a 3D rendering of that same skin, it taps into the backend of Morpheus Monadical’s AI art generator, and maps different parts of the 3D renderings to their specific locations in the skin file. Available in both free and subscription-based plans.",
"stack": "Stable Diffusion, Generative AI, Computer Vision, Deep Learning, FastAPI, Minecraft.",
"image_path": "/static/core/img/skingenerator.png",
"alt": "A screenshot of Minecraft Skin Generator main page.",
"website": "https://skingenerator.io/"
},
{
"id": "Reflector",
"outline": "A secure transcription and summarization pipeline",
"title": "Reflector",
"subtitle": "A secure transcription and summarization pipeline",
"description": "Reflector transforms your audio into knowledge on your own infrastructure - keeping your data private, secure, and organized. Two custom deployments are available: Reflector Media for instant meeting minutes and topic summaries, and Projector Reflector for live on-screen capture of key points, translations, and agenda comparison for conferences. Reflector integrates smoothly with your custom tools.",
"stack": "React NextJS, Tailwind CSS, OpenAPI, SQLite, Alembic, FIEF, Sentry, Prometheus, Grafana, Websockets, WebRTC, Modal, Facebook m2m100_418, vicuna-13b-v1.5, Whisper Large-V2.",
"image_path": "/static/core/img/reflector.png",
"alt": "A screenshot of Reflector main page."
},
{
"id": "Morpheus",
"outline": "Our own open-source, self-hosted AI art generator",
"title": "Morpheus",
"subtitle": "Our own open-source, self-hosted AI art generator",
"description": "A BYOM (“Bring Your Own Model”) generative WebUI, built with Python, JavaScript, a NextJs/React frontend and a FastAPI backend. Use one of the built-in models or upload your own Stable Diffusion model to generate and modify images. PostgreSQL stores and manages data and AWS S3 holds images and models, while Ray handles the GPU, runs the models, and generates the art. AWS EKS (Kubernetes cluster) deploys everything online and scales up/down as needed. Switch between cloud providers or platforms easily.",
"stack": "Python, FastAPI, Node.js, Next.js, TypeScript, Ray, Celery, Stable Diffusion, Transformers, Torch, PostgreSQL, Terraform, Helm, Docker, Kubernetes, AWS, S3.",
"image_path": "/static/core/img/morpheus.png",
"alt": "A screenshot of Morpheus page.",
"website": "https://morpheus.monadical.io/"
}
],
"web-projects": [
{
"id": "zohuddle",
"outline": "Rank-matching conference application",
"title": "ZoHuddle",
"subtitle": "Rank-matching conference application",
"description": "A video conferencing application where participants create profiles and rank one another based on mutual interests. Implemented with Django in the backend, integrating the Twilio video conferencing API, and a React frontend. Websocket communication via django channels.",
"stack": "Full-stack web development, react, django, webrtc, websockets, devops",
"image_path": "/static/core/img/zohuddle-example.png",
"alt": "An example of ZoHuddle's video-conferencing feature, showcasing a man in business-casual attire giving a presentation to four attendees.",
"website": "https://zohuddle.monadical.io/"
},
{
"id": "solana",
"title": "Solana",
"outline": "High performance decentralized blockchain",
"subtitle": "The fastest blockchain in the world and the fastest growing ecosystem in crypto.",
"description": "Solana is a fast, secure, and censorship-resistant blockchain providing the open infrastructure required for global adoption. Work includes frontend for Swap protocol, lending protocol and NFT marketplace (Metaplex)",
"stack": "solana web3, metaplex, rust, python, nextjs, devops, gemfarm",
"image_path": "/static/core/img/solana-page.png",
"alt": "A screenshot Solana page",
"website": "https://solana.com/"
},
{
"id": "opensea",
"title": "OpenSea",
"outline": "Software consultancy and team expansion for the Solana integration into OpenSea",
"subtitle": "The world's first and largest NFT marketplace",
"description": "OpenSea integrated the Solana NFTs into their platform. We helped build and design the ETL infrastructure code to ingest the NFTs, watch for updates, the testing infrastructure and interaction with the different onchain programs(contracts)",
"stack": "solana web3, rust, python, nextjs, devops",
"image_path": "/static/core/img/opensea-page.png",
"alt": "A screenshot OpenSea page",
"website": "https://opensea.io/explore-solana"
},
{
"id": "currents-fm",
"title": "Currents.fm",
"outline": "Music streaming and royalty distribution platform",
"subtitle": "Music streaming and federated royalty distribution platform",
"description": "A novel music distribution platform placing the emphasis on playlist curation, seeking to disrupt the music industry with a federating monetization model in which users sponsor curators who distribute funds among artists they choose.",
"stack": "NodeJS backend, React MobX (javascript) frontend, social media, payments, audio streaming",
"image_path": "/static/core/img/currents.png",
"alt": "A partial screenshot from currents.fm homepage focused on the title and subtitle, which read ‘Currents is a playlist platform that directly supports the music community. Get a personal space to publish music lists to fans and subscribers via web and email. Keep it free or accept tips from subscribers to directly support your work.’",
"website": "https://a.currents.fm/"
},
{
"id": "syncroplicity",
"title": "Syncroplicity",
"outline": "Medical data sync and BI platform",
"subtitle": "Medical data sync and BI platform",
"description": "An API-agnostic medical record syncing platform, designed to eliminate double entry by linking EHRs, doctors, authorization departments, insurance companies, etc.",
"stack": "Data engineering, data hygiene, Django (python) backend, React Redux(javascript) frontend, API integration, HIPAA compliant, security",
"image_path": "/static/core/img/img-cases-001.png",
"alt": "A screenshot showing a patient profile filled with test data being updated in Syncroplicity.",
"website": "https://syncroplicity.com/"
},
{
"id": "neurocaas",
"title": "NeuroCAAS",
"outline": "Data analysis platform for neuroscience",
"subtitle": "Drag-and-drop data analysis platform for neuroscience",
"description": "An open-source scientific tool that uses cloud resources to run powerful modern data analyses. NeuroCAAS packages these analyses into portable blueprints, which can then be deployed to analyze data on demand and automatically. Analyzing data with NeuroCAAS does not require any hardware purchases, installation, or dependency management.",
"stack": "Django, python, bash, devops",
"image_path": "/static/core/img/neuroCAAS-example.png",
"alt": "A diagram that outlines the user and NeuroCAAS workflows, and their interactions with one another. Having logged into the NeuroCAAS website, a user can select an algorithm, review or modify parameters, and choose or upload datasets. NeuroCAAS then loads the blueprints, allowing for on-demand deployment. NeuroCASS analyses the user-provided data sets in an immutable environment and allows for instant infrastructure scaling. The user is provided with live job status logging and automatic result delivery.",
"website": "http://neurocaas.com/"
},
{
"id": "oddslingers-poker",
"title": "OddSlingers Poker",
"outline": "Modern, performant in-browser online poker platform",
"subtitle": "Modern, performant in-browser online poker platform",
"description": "A modern take on the aging online poker platform offering new game variants and ad-free online games for desktop and mobile. Leverages bleeding edge technology including a custom library that handles functional reactive front-end animations, an in-house system for time travel debugging and introspection, and MOVE-like architecture",
"stack": "MOVE architecture, event-stream architecture, time-travel debugging, pure-functional code, functional reactive animations, Django (python), backend, React (javascript) frontend, mobile, security",
"image_path": "/static/core/img/img-cases-002.png",
"alt": "A hand of poker being played on OddSlingers. There are 3 players, Nanonapoleon, Rom Jeremy, and DLL cool J. The flop shows king of diamonds, jack of hearts, three of spades. There is $24 in the pot. The dealer button is on Nanonapoleon. Rom Jeremy just checked, DLL cool J is next to act.",
"website": "https://oddslingers.com"
},
{
"id": "resero-analytics",
"title": "Resero Analytics",
"outline": "Toxicology study analysis and reporting platform",
"subtitle": "Toxicology study analysis and reporting platform",
"description": "A statistical colletion, analysis, and reporting toolkit for large-scale toxicology studies.",
"stack": "Data science, data engineering, Pandas, data hygiene, Django (python) backend",
"image_path": "/static/core/img/resero-example.png",
"alt": "A screenshot of the Resero Analytics homepage. The featured text reads ‘Resero increases the quality and speed of toxicology data interpretation and reporting. Unlock your data. Resero Analytics — data, analytics, reporting.’ The text is followed by a prominent Contact Us button",
"website": "https://reseroanalytics.com/"
},
{
"id": "nwb",
"title": "Neurodata Without Borders",
"outline": "Data standard for neurophysiology",
"subtitle": "Data standard for neurophysiology",
"description": "NWB provides neuroscientists with a common standard to share, archive, use, and build analysis tools for neurophysiology data. This project involved extending the Alyx database for primate-based neuroscience research.",
"stack": "Python, Jupyter Notebook, Apache Superset",
"image_path": "/static/core/img/buffalo_screenshot.png",
"alt": "A 3D visualization of the paths of an array of electrodes moving through the subject's brain towards the hippocampus",
"website": "https://www.nwb.org/"
}
],
"oss": [
{
"id": "state-sync",
"outline": "Real-time state syncronization and animations",
"subtitle": "Real-time state syncronization and animations",
"examples": {
"redux-time": "https://github.com/Monadical-SAS/redux-time",
"inferno-redux-time": "https://github.com/Monadical-SAS/inferno-redux-time",
"warped-time": "https://github.com/Monadical-SAS/warped-time",
"netviz": "https://github.com/Monadical-SAS/netviz"
},
"image_path": "/static/core/img/redux-time-example2.png",
"alt": "A screenshot of a snippet of Redux Time’s documentation. The image representing the project shows the stages of a jump animation using a posed stick person on a height-over-time graph."
},
{
"id": "python-django",
"outline": "Django and Python packages",
"subtitle": "Django and Python packages released on PyPI",
"examples": {
"django-http2-middleware": "https://github.com/Monadical-SAS/django-http2-middleware",
"django-channels-router": "https://github.com/Monadical-SAS/django-channels-router",
"mesh-networking": "https://github.com/Monadical-SAS/mesh-networking",
"gzint": "https://github.com/Monadical-SAS/gzint"
},
"image_path": "/static/core/img/packages-example.png",
"alt": "The Python Package Index page for mesh-networking 0.06. The project description reads ‘This library helps you test large networks of nodes across physical and simulated links."
},
{
"id": "archiving",
"outline": "Archiving and digital preservation",
"subtitle": "Archiving and digital preservation",
"examples": {
"ArchiveBox": "https://archivebox.io/",
"wikipedia-mirror": "https://github.com/pirate/wikipedia-mirror",
"good-karma-kit": "https://github.com/ArchiveBox/good-karma-kit"
},
"image_path": "/static/core/img/archive-box-example2.png",
"alt": "A screenshot of the ArchiveBox homepage. The featured text reads ‘ARCHIVEBOX — Open source, self-hosted web archiving. Takes URLs, browser history, bookmarks, Pocket, Pinboard, etc., saves HTML, JS, PDFs, media, and more.’"
},
{
"id": "mesh-networking",
"outline": "Mesh networking and security",
"subtitle": "Mesh networking and security",
"examples": {
"solana-dns": "https://monadical-sas.github.io/solana-dns/",
"wireguard-docs": "https://github.com/pirate/wireguard-docs",
"mesh-networking": "https://github.com/Monadical-SAS/mesh-networking",
"security-growler": "https://github.com/Monadical-SAS/security-growler"
},
"image_path": "/static/core/img/wire-guard-example.png",
"alt": "Screenshot of the unofficial WireGuard documentation header, which credits the contributors to the WireGuard project and introduces the document as an ‘unofficial attempt at providing more comprehensive documentation, API references, and examples’"
},
{
"id": "devops",
"outline": "Devops deployment templates and utilities",
"subtitle": "Devops deployment templates and utilities",
"examples": {
"zervice.elk": "https://github.com/Monadical-SAS/zervice.elk",
"fish-functions": "https://github.com/pirate/fish-utils",
"bash-utils": "https://github.com/pirate/bash-utils"
},
"image_path": "/static/core/img/zervice-example.png",
"alt": "Screenshot of the project documentation that highlights the ability to visualize and explore data, or manage and administer the elastic stack."
}
],
"crypto": [
{
"title": "Blockasset",
"image_path": "/static/core/img/img-portfolio-blockasset-4x-extended.png",
"link": "https://blockasset.co/"
},
{
"title": "ImmutableImage",
"image_path": "/static/core/img/img-portfolio-inmmutable-4x.png",
"link": "https://www.immutableimage.com/"
},
{
"title": "Oddkey",
"image_path": "/static/core/img/img-portfolio-oddkey-4x-extended.png",
"link": "https://oddkey.com/"
},
{
"title": "StreetDreamsCafe",
"image_path": "/static/core/img/img-portfolio-sdcafe-4x.png",
"link": "https://streetdreamscafe.com/"
},
{
"title": "SamuraiArmy",
"image_path": "/static/core/img/img-portfolio-samurayarmy-4x-extended.png",
"link": "https://samuraiarmy.com/"
}
],
"public": {
"talks": [
{
"title": "Archiving the internet before it rots away",
"link": "https://www.youtube.com/watch?v=LZ7TNQjG74g",
"image_path": "/static/core/img/img-portfolio-010.png",
"alt": "The cover of a talk titled 'Archiving the internet before it rots away' by Nick Sweeting, given at PyCon Columbia, 2020"
},
{
"title": "Concurrent banking systems",
"link": "https://www.youtube.com/watch?v=VJSznZMvA1M",
"image_path": "/static/core/img/img-portfolio-011.png",
"alt": "The cover of a talk titled 'How I learned to stop worrying and love Atomic() - Database Integrity Fundamentals in Django' by Nick Sweeting"
},
{
"title": "PyCon.CO 2020 coding challenge",
"link": "https://docs.monadical.com/s/pycon-puzzle",
"image_path": "/static/core/img/img-portfolio-009.png",
"alt": "A screenshot from Monadical's 2020 PyCon.co coding challenge. Problem 1 involves sending vehicles and passengers from Bogotá to Medellin in the most efficient way possible. Problem 2 involves decoding secret messages."
}
],
"posts": {
"Drone Web Platform": "https://monadical.com/posts/drone-web-platform.html",
"The Myth of Trustlessness": "https://monadical.com/posts/Trustless-is-A-Myth.html",
"Feedback Game Theory": "https://monadical.com/posts/Downswings-and-the-Information-Game.html",
"Our Breach Response Guidelines": "https://monadical.com/posts/security-breach-response-guidelines.html",
"Full-Stack Engineering Checklist": "https://monadical.com/posts/full-stack-developer-checklist.html",
"Our Approach to DevOps": "https://monadical.com/posts/set-up-ci-workflow.html",
"All Systems are Human Systems": "https://monadical.com/posts/human-systems.html",
"Event-Driven Architecture": "https://monadical.com/posts/event-driven-architecture-1.html",
"And many more by our employees": "https://monadical.com/blog.html"
}
}
}