Incremental tasks are working for daily frequencies!
GoalForm has start values and the amount to increase every set frequency (Run 1km today, run 1.1km tomorrow).
Next is other frequencies (weekly,etc).
#react #frontend #javascript #100devs #js #stack #tailwindcss
Task Creation Frequencies!
Daily,monthly, Weekly, Twice a week, Every Two weeks added! Only about 2 more missing.
#react #frontend #javascript #100devs #tailwindcss #OpenSource #Tech #Coding #dev
Day 2 of switching to Emacs - Writing binary code to change my caps key to ctrl. Never I thought in my life I'd have to write binary code, but here we are!
Day 3 of using Emacs: setting up eslint for .tsx files.
Having some issues in my config file, and trying to set that up.
I have now made my best to use caps instead of ctrl, and have picked the basic shortcuts .Buffers still are a bit of a headache to get around. #emacs
This time is generating tasks! . This will be usefull to quickly create a task by filling the form automatically without having to click several options.
Today I added all the possible task variants I have, and planned the next features I'll make. #react #frontend #javascript #100devs #tailwindcss #Tech #Coding #dev
I've sorted all the possible task creation options for now! Now, let's add a few more settings. #react #frontend #javascript #100devs #tailwindcss #Tech #Coding #dev
Adding subtasks next! planning to allow them to start simple and then allowing them to upgrade to a more complicated setup. #react #frontend #javascript #100devs #tailwindcss #Tech #Coding #dev
I think it's best to tackle subtasks in more detail than coming back to it later on. So, here's the current plan: #react #frontend #javascript #100devs #tailwindcss #Tech #Coding #dev
What is a "Falsy value"?
A falsy value is any value out from:
"0", null, undefined, "", false and NaN.
What if you only want to filter null or undefined?
You use a Coalescent Nullish Operator (??)
#react #frontend #javascript #100devs #tailwindcss #Tech #Coding #dev
After some days of research, I finally found a good option for creating anki decks with code - ankiweb.net/shared/info/27…
Finally I can practice my decks on mobile with syntax highlighting #react #frontend #javascript #100devs #tailwindcss #Tech #Coding #dev