mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

380K
active users

#100daysofcode

28 posts23 participants5 posts today
Continued thread

#100DaysOfCode, день 2 (вчера забыла записать): не очень продуктивно позанималась на Codewars, училась добавлять кнопки и значки в тулбарна Qt

день 3: училась делать меню и диалоги на Qt

Just completed day 5 of the #100daysofcode learning #Python. The course is really good, taught on Udemy by Dr. Angela Yu of the London App Brewery - it's clear why she has over half a million 5-star reviews. I'm enjoying the pace, but we haven't covered much I'm not already familiar with, so I hope to keep the momentum up when things get tougher.

Continued thread

Embarking on a tangible goal, such as creating a website, developing an app, or crafting a small automation tool, enhances your learning journey. By having a clear direction, you stay actively involved, apply newfound knowledge effectively, and remain inspired even during challenging moments. Dive into coding with a practical project and unlock the full potential of your learning experience. #Coding #LearningJourney #Python #Swift #100daysofcode #programming #Accessibility… (2/3)

опять пытаюсь в челлендж #100DaysOfCode — каждый день на протяжении 100 дней посвящать программированию не меньше часа

итак, день 1: я училась размещать виджеты и layouts на гуишных прогах в Qt

Day 43/? of coding
Day 43/100 of
Project (GIT And Ract): git + Ract

Rick and Morty WiKi is done.
I also complete the git tutorial of fcc and honestly, learned a lot from that.

**WHAT I LEARNED**
--git stuff like: add, commit, stash, reset, revert and...
-toggle theme button in react

Day 42/? of coding
Day 42/100 of
Project (SQL And Ract): SQL + Ract

My Rick and Morty wiki is almost done, just need to add some features to it.

**WHAT I LEARNED**
-React Router : it is very useful library, it allows us to change the URL without actually reloading the page and its simplicity is good enough.
-SPA: It just means "Single Page Application" and it is what router is doing.
-Promise.all : useful thing when we want to resolve too many links together