26. Jul 2021 |

How to declare jQuery variables

var $allParas = $("p"); – When a variable starts with a $ sign, like in the following line of code, it’s a convention that developers use to indicate when a variable is storing a jQuery collection. Which means that you don’t have to do it, but you can if you’d like.

Many developers like to prefix the names of variables that store jQuery collection objects with a $, because it makes it obvious that they can call jQuery methods on them. It’s particularly useful if your code has a mix of variables that store jQuery collections and variables that store DOM elements.

Also acceptable to use var pic = $("#picture"); variable which stores a jQuery collection object. That collection does indeed contain a reference to the selected DOM element object, but it also contains many other properties and methods.

Source: Khan Academy

29. Jun 2021 |

10. tööpäev praktikal ja muidu elust

Kuidagi peab selle enda jaoks meeldejäävaks tegema. Täna juhtus nii palju, et praktikal esimene task enamvähem lõpetatud, esimene pull request, sain esimesed kommentaarid enda koodile ja jõudsin teha esimesed parandused.

Natuke sisseelamise aega on veel vaja, et paremini aru saada sellest tiimi vibe’ist ja kui tõsiselt täpselt peaks töösse suhtuma. Vahepeal mulle tundub, et ma võtan kõike liiga tõsiselt ikka.

Üle nädala jõudsin sel olulisel puhul bjj trenni ka. Varasemate jalakrampide põhjuseks vist kompressioonsukad (mida peamiselt hügieeni põhjustel olen kasutanud). Soojenduse ajal läks säärelihas juba krampi (kuigi mul eales pole mingit sellist probleemi olnud). Võtsin sukad ära ja kuni lõpuni null probleemi. Mõnus trenn oli, kui krampe ei ole ja iiveldama ka ei hakanud 🙂 Võhma natuke juba tuleb aga jõudu ei ole piisavalt.

Muus osas sellist kodus passimist väga päeva lõppu ei jää. Kuna sügisel tuleb C# uuesti teha, siis olen Käveri slaide Sphinxi ümber teinud, et sellest midagi pydoci laadset tekiks. Selline teistele materjali kokku tõstmine (ja täiendamine) paneb ennast ka rohkem materjali läbi töötama.

16. Jun 2021 |

3. päev IT-arenduse praktikal – miks sa seda teed

Kuigi praktikaga kõige vahetumalt seotud ained said läbitud vahetult enne praktikat (ehk siis teadmised peaksid olema maksimaalselt värsked ja ajastus täpselt õige), siis tööülesannete ja teadmiste vahel on ikka korralik tühimik 🙂 Kogu asjale ei aita eriti kaasa, et ma olen iseloomult suur muretseja.

Miks ma seda teen

Selleks, et ma päris kurvaks ei muutuks pean endale aegajalt meelde tuletama kaht asja:

  • Ma ei tee seda raha pärast. Ma oleksin olnud nõus praktikal ka tasuta osalema ja raha tõesti ei ole minu jaoks mitte mingi motivaator. Ma olen praktikal ainult selleks, et saada neid teadmisi ja oskusi, mida ma tahan saada ja mulle tundub, et ma mulle antakse neid lahkelt 110% ja rohkemgi veel 😀
    Asjaolu, et praktika on tasustatud, pigem isegi natuke segab, kui ma mõtlen, et mu tunnil on hind (mis billitakse kellelegi ilma et ma oleks võimeline oluliselt kasulik olema) ja lisaks kulutan ma oma juhendajate töötunde. Ehk siis praktikandina ma olen päris kallis pidada. 😞
  • Ma ei pea kellelegi muljet avaldama. Ehk siis mu oskused on need mis nad on, ma ei oska paljusid asju, paljudest ma pole kunagi kuulnud ja paljusid ma pole kunagi näinud/teinud.

Kolme praktikapäeva peamine õppetund võiks olla see, et tehniliselt on protsessid palju keerukamad kui ma arvasin (kus on server, missugune on repo, kus deploy, kuidas projekti setup ja sõltuvused välja näevad jne) ja igapäevaselt kliendile lahendatavad päriselu probleemid on olemuselt oma väga keerukad.

Update 4. päeva lõpust: Edutunde tundmine on ka väga oluline. Täna sain ühe väga pisikese tüki tööle ja ma arvan, et sellised pisikesed edulood on väga olulised. Selle esimese tulekut andis küll oodata aga asi areneb.

14. Jun 2021 |

Esimene päev arendajana praktikal

Mu ette võetud bjj algkursusel ja praktika esimesel päeval on natuke ühist.

Esiteks, mõlemad algasid selle suve alguses. Teiseks, ma ei näe kummalgi juhul hetkel, kuidas minust võiks mingit kasu olla kellelgi 😀 Kolmandaks, eks tõehetk selgub suve lõpuks. Mõlemaga on plaanis sinnani vastu pidada.

13. Jun 2021 |

Plans for summer

At the moment it is exams period going on. I am quite anxious because of that, to be honest. But still already thinking about summer projects.

  1. I would like to rebuild this quick throwup of eestiblogid.eu project using Rest API architecture, React front-end, maybe some basic admin panel for posts management, statistics board and recommendations. Also, the algorithm for checking already existing posts needs improvement (at the moment duplication check takes place in database :D). It will probably stay as php project.
  2. Work on battleship game in C# for the C# course I need to retake in the autumn.
  3. Get better in bjj. I already joined a beginners course here. Feel free to join whenever you like (you can ignore all the dates, invoice is updated accordingly).
  4. Most of the time (every day), most important project this summer is an internship as .NET developer.

And if there is any time left then I would like to walk through the Java web applications course coming in autumn.

26. Jan 2021 |

100 Days of Code (in second post)

Made second post. Grouping by 25 days should be good.

  1. (25.01) 3h 48min. I see that I have spent 19 mins of Docker (though I belive I spent more time on it to learn using MariaDB and phpmyadmin in Linux VM) and the rest is C#.
  2. 4h 38min. C# (database connection etc), Distributed Systems (DS) intro.
    School has begun and my Gitlab grid looks more impressive that ever before. It looks like it should have looked last semester (though I belive my Bitbucket dashboard would have looked good too if only would they have it).
  3. (27.01) 2:50 JS, 0:48 JS.
  4. (28.01) 48 mins of JS, 2h 25 mins of Distributed Systems. Had two lectures to attend.
  5. (29.01) Friday. Had 6h of lectures to attend (DS and JS). 4:01.
  6. (30.01) For .NET things moved over to Win10. Got really tired of solving Linux issues that only I happen to have.
    2h 52 mins of tracked C#, Razor Pages. The rest spend on setting up WSL2 on Win10, updating and setting up everything on Win10 side. So far it has been 22 h 38 mins of coding this week.
  7. (31.01) 4h 6 mins of DS and JS. Sunday. It got me 27 hours of coding this week + few hours of setting up/debugging environment, server etc. Looks like a good week. My Gitlab grid looks like this 🙂 You can also compare it to previous semester.

    Don’t get me wrong. I used Github (for my own stuff) and Bitbucket (for 2 subjects at school). But my school Gitlab account could have been more active too.
  8.  (01.02) New month. 4h 19mins of coding. DS and JS. Started with small Aurelia “Hello world” project and installing it. I really don’t like the name Aurelia and their color scheme is straight from TalTech brand 😀 React, Vue and Angular are much better names. Spent once again so much time setting things up on my computer. Tried to undestand why docker-composer was in snap folder (no documentation mentions such option), why same repo in WSL terminal git has different status than in Windows Terminal etc. But at the moment everything seems to sort of work.
  9. 4h 46min, 2:54 JS, 1:41 DS
  10. 4h 4min Distributed Systems
  11. – will write later ( travelled to Tartu)
  12. (05.02) 3h 12mins heavy C# friday. Working on my own project. Really like this inheritance and interface game.
  13. (06.02) Built my own API on top of Noom API. Looking forward to next week whey I will probably get access to the new API we ordered from them and can get more data for my stores.

 

Other stuff