write "Grids" https://cowriters.app/words/grids-445825f4bd4579edb8
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.
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.
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.
read more The Artist's Way
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.
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.