shlogg · Early preview
Kiolk @kiolk

Hands-on Practice For Expertise In Software Engineering

Implementing switch for article sorting, adding UI elements and logic for handling presses. Next steps: add Detekt, update README, create GitHub project and fix comment element. Join the project on LinkedIn or leave a comment here.

Today I heard a thought in a podcast that resonated with me: Practice is a direct way to become an expert in something. You shouldn't just read a book or attend conferences; you should keep your hands-on practice.
What I did:
I worked on implementing a switch for the sorting configuration of the articles. I added simple UI elements that contain FilterChip and implement logic for handling presses and changing its state. I connected them with the logic for fetching articles and updated the behavior of the pagination object to reset the current state. The only remaining task is to fix the UI, as...