Day 8 - Lists

HTML So much work done today. I’m tired and I don’t have energy to write anythink here. Just look at my additional files with the same date. Everything I did today in HTML is in here and here CSS Everything in additional files. Everything I did today in CSS is in here and here I fixed problem with Java Script by replacing (.nav) with (#nav), because I made div, not a class....

August 18, 2022 · 1 min

Day 7 - Divs, classes & git

HTML So many problem and that’s just day 7th. Everything I did today is in here and here CSS Everything I did today is in here and here GIT git checkout (#) (for example C4) - disconnects HEAD from the branch (?) git checkout HEAD^ - moves HEAD to acctual parent of chosen commit

August 17, 2022 · 1 min

Day 6 - Web developing courses begin

HTML Everythink in additional files here and here All of that is based on Mirosław Zelent - Pasja Informatyki YouTube channel. He’s a fameous programming teacher in Poland. Div = divide GIT git merge (1); (2) - connects commit with two parents above git rebase (2) - creates copy of actual commit under the second one I need to talk to my mentor about GIT, because I want to understand why am I doing this :)

August 16, 2022 · 1 min

Day 5 - Web technologies & git

HTML Web technologies: HTML - here we encode content of a website. Text, images, buttons etc. (Content) CSS - here we can stylish the content that we put earlier in HTML. (Appearance) PHP - is responsible for mechanical operation of website. JavaScript - with that you can add good-looking extensions. SQL - cooperation with data base, making changes in it. SQL is uses inside PHP. Frameworks - you can build advanced structure of your website....

August 15, 2022 · 2 min

Day 4 - Web design basics

Difference between mobile first and desktop first design It’s all about priority. You have the oportunnity to choose what’s more important for your clients / users of your website. In desktop first design we focus on making good-looking website on desktop devices and then we think how to convert it or how to prepare that site for mobile screens. In mobile first design, we do straight opposite. We start with building functional and pretty mobile website and then we think what to add, that we use whole desktop potential....

August 12, 2022 · 3 min

Day 3 - A Helpful Bot

Making Discord Bot Today I had to create Bot for my Discord server. His responsibility should be reminding every member of channel #general about meeting. It supposed to be done on Wednesday and Saturday morning and one hour before meeting which is at 8pm. At first I took word ,,create" too serious and I started to learn how to make your own Bot and how to program it in JavaScript or Python....

August 11, 2022 · 2 min

Day 2 - How to Markdown

Getting acquainted with MARKDOWN. I learned that Markdown is a markup language. That is, with it I can write and format text using specific characters to which specific functions are assigned. The biggest advantage of Markdown is its versatility. Thanks to its simple notation, we are able to reproduce its contents in any text file and it is very readable in its original notation. As I read on one English-language website, thanks to its simplicity, Markdown is Future proof....

August 10, 2022 · 3 min
The Agreement

Day 1 - Start of the journey

First meeting with my new (and first) programming mentor Mateusz Grochowski. Creating an honor agreement between the two of us about the work and responsibilities we will have in my programming journey. Creating a channel on Discord and a planning to make a bot that reminds us about meetings.

August 6, 2022 · 1 min