Skip to content

darkmindskiller/kottans-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kottans-frontend

kottans-frontend course

Git та GitHub - done

Now I new why my team loves "Releases" so much

Linux CLI, and HTTP

Снимок экрана 2022-08-04 145343

ls - list of contents of the directory ls -l will tell more file info cd - перемещение, например cd .. перемещение по дереву вверх mkdir - create folder

more file_name - opens file

mv - move file. example mv file_name dir_name

pwd - where am I

cp - copy, example cp dir_name/file_name dir_name - to copy file from dir to other dir cp -r ~jester/jokes ~ - copy the entire "jokes" directory tree to your home directory

rm - remove file rmdir - remove directory rm -r - remove all three

Permissions: -rw-r--r--

first -(file) or d(directory) 9 letters 3 rwx combo first for user second for group third for other r - read

w - edit(write) x - execute

chmod to change permissions parametrs u(user) g(group) o(other) chmod o+x - give execute right to other chmod g+x gorillas - give execute right to group gorillas

    • gives permission - - takes away
    • selects all *part - selects all files containing "part" in the end sp??t - ? helps to select file if you forgot a lettes in it

man - manual man ls - manual for ls command man man - manual for man command man -k spell - show you every command which has the letters "spell" somewhere in its brief description

find - search command example: finnd ~ -name "poem*"

cat - combine files example cat file1 file2 combine files in new file cat file1 file2 > file3 if file 3 exists use >> to save its content

lpr - send to printer lpq - display print queue lprm - remove from print queue

lpr -P hp14 thoughts - sending file on printer (-P) named hp14

df - show free disk spase

ps - examine running programs ps aux -

| - sends the output of a command as the input to another command

grep - find patterns in data

kill PID - kill process wih id kill -9 PID - kill immediately

Git Collaboration

FireShot Capture 001 - Introduction to Git and GitHub — Collaboration - Coursera - www coursera org Снимок экрана 2022-08-08 125631

Пока хочется практики, кейсы обсуждаются на курсере практичные, на https://learngitbranching.js.org/ есть практика но она воображаемая, такой интерфейс вживую не встретишь насколько я знаю. Так что двигаемся дальше )

Intro to HTML and CSS

Создание папки - зачет, прям со звездочкой задание) НЕсмотря на то что уже проходил все в кодеакадеми - видео хопкинса подняли уровень базовых знаний)

Responsive Web Design

Видео по флексам и упражнения ок, возможно потому что раньше проходил, Гридам бы больше практики добавил, теории маловато а штука важная

HTML & CSS Practice

Demo | Code base

JS Basics

Maybe make less big blocks for it, took 3 weeks to complete. A lot of theory but a little bit of practice is not functional on my oppinion.

DOM

dom_lectures

Demo | Code base

About

kottans-frontend course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published