How do you know the number is still live?
On a monitoring panel numbers sit quietly. Whether they are updating or the screen has frozen was impossible to tell.
My Thoughts
19 posts
On a monitoring panel numbers sit quietly. Whether they are updating or the screen has frozen was impossible to tell.
I fixed about ten bugs in one day. One of them was a serious hazard I noticed by accident.
I built a materials catalogue for students. If search cannot find it, the whole thing is pointless.
As screens multiplied they stopped resembling each other. The cause was styling each one separately.
Publishing the course content needed a certain tool. The server did not have it, and installing it was not right either.
Writing a form is easy; making it reliable is not. After thinking it through, I removed it entirely.
If a user typed the wrong password, the page bounced back to login without a word. Why remained a mystery.
The password hash was right, the check was right, but logging in failed. One character was to blame.
I built an app that opens inside Telegram. The command list sometimes appeared and sometimes did not.
I knew a user had opened a course. How far they got was invisible. I filled that gap.
On the platform every course was open to everyone. Access had to depend on what each person was granted.
The first screen of the workout app was a sign-up form. After using it myself, I removed it entirely.