Cool thing I noticed is that I can actually read, understand and edit code that I wrote long ago
Cool thing I noticed is that I can actually read, understand and edit code that I wrote long ago
I had planned to finish off category wise RSS feed implementation today but arghhhhhhhhasdfasdfasdf 😔🙏
I had planned to finish off category wise RSS feed implementation today but arghhhhhhhhasdfasdfasdf 😔🙏
Next would be trying to make blog comments work somehow without Giscus hmm
Next would be trying to make blog comments work somehow without Giscus hmm
Also happy to share that I got selected for Season of KDE 2026
I'll be working on improving the documentation system: mentorship.kde.org/blog/2026-01...
More updates soon!! For now, I'm getting my blog set up properly before I start posting progress updates
Also happy to share that I got selected for Season of KDE 2026
I'll be working on improving the documentation system: mentorship.kde.org/blog/2026-01...
More updates soon!! For now, I'm getting my blog set up properly before I start posting progress updates
Thank you Johnny for helping me ease into the repo with this task :)
Thank you Johnny for helping me ease into the repo with this task :)
A research paper on reading a research paper... Amazing read.
A research paper on reading a research paper... Amazing read.
this is amazing. Personal pref: terminal man pages are an eyesore and are difficult to skim through.
you could also create an alias for this command however the pages aren't exactly pretty
alias webman="man --html=firefox"
I may have a cool idea rn
this is amazing. Personal pref: terminal man pages are an eyesore and are difficult to skim through.
you could also create an alias for this command however the pages aren't exactly pretty
alias webman="man --html=firefox"
I may have a cool idea rn
also worked a bit on the bug I'm trying to fix
invent.kde.org/graphics/ari...
will resume tourofcpp soon
also worked a bit on the bug I'm trying to fix
invent.kde.org/graphics/ari...
will resume tourofcpp soon
Both are used to reduce the number of times a fn is called by an event that fires repeatedly.
Throttle calls the fn at regular intervals
Debounce calls the fn at a particular instant (either the start/end of the event firing)
Both are used to reduce the number of times a fn is called by an event that fires repeatedly.
Throttle calls the fn at regular intervals
Debounce calls the fn at a particular instant (either the start/end of the event firing)
I'll try to daily drive it because i like this project
I'll try to daily drive it because i like this project
error handling > preconditions & invariants and relating invariants with RAII
im so confused right now. Maybe I'll understand it better with time
error handling > preconditions & invariants and relating invariants with RAII
im so confused right now. Maybe I'll understand it better with time
error handling > introduction, exceptions (try catch, RAII)
implemented a basic vector too
error handling > introduction, exceptions (try catch, RAII)
implemented a basic vector too
modularity > function arguments and return values > argument passing, value return (pass by value & reference), return type deduction (auto), suffix vs prefix return type, structured binding
now i'll do some uni assignments before calling it a day lol
modularity > function arguments and return values > argument passing, value return (pass by value & reference), return type deduction (auto), suffix vs prefix return type, structured binding
now i'll do some uni assignments before calling it a day lol