Basile Samel

writing/making/coding shokunin

write "Maker Logs - Day 655/656" https://cowriters.app/words/maker-logs-day-655-656-445785f4ba3996ac02

homepage - display the author's avatar in the bottom left corner of each article

homepage - articles for a given day are randomly picked

The homepage picks random articles to be featured for each day.
It creates a fairer main feed for every member since everyone is equally visible. Posts used to be sorted by descending published date, so you were at a disadvantage in terms of visibility if you used to publish early in the day (the article would get drown in the next page).
Better for SEO too since the content varies on each visit.

homepage - switch layout to full grid

How to make community content stand out without favoring one member over another?
How to display a variety of information without overwhelming the user or without a side panel?
How to make the design more intuitive to navigate, easier to scan, and mobile-friendly by default?

Using a grid of cards with varying fonts and colors is my answer.

write "Individual, Local, Global" https://cowriters.app/words/individual-local-global-445285f491c4b16990

start reading The Artist's Way

Probably the most cited book I've seen throughout my 2 years of daily writings. Time to dig in!

write "Daily Content Creation Pipeline" https://cowriters.app/words/daily-content-creation-pipeline-445305f492c3aa1140

A post about my plans in September to start making devlog videos.

write daily maker review https://cowriters.app/words/maker-logs-day-654-445265f491a02b3dcc

start working on new logo

With the new website, Cowriters changes its name to better fit its mission and values. I started working on a new logo and sketched four ideas. I need to give it some time to improve each concept and pick one.

settings page - migrate the PHP logic to NodeJS and rewrite the React components to use the coding standards

Just keeping on porting my PHP code to NodeJS and improving it along the way.

Love the task descriptions!

0 Likes

dashboard - add alert on delete

Installed and configured react-alert to display a message when a user deletes a text.

backend - rewrite the TextVersion/User services with KnexJS

I wrote raw MySQL queries so far but they are getting too complex. I don't want to use an ORM to perform optimal requests, so I decided to use a query builder suggested by a member of Cowriters instead. I'm rewriting each SCRUD function as I encounter them.

write maker logs https://cowriters.app/words/maker-logs-day-653-445105f47eb1a0b691

Basile Samel Author

not meta enough 🌌

0 Likes

write em' on Makerlog 😂

0 Likes

write "The Day Goes By" https://cowriters.app/words/the-day-goes-by-445075f47dd0b12155

write "Database Migration With ETL" https://cowriters.app/words/database-migration-with-etl-444525f468161cdaa7

database migration - the extraction of the rows from a database is broken down by table and by group of 2k rows

work on data migration process to smooth the transition to the new website