KSKUMAR SARVESHinsarveshlearn.hashnode.dev·Nov 8, 2022 · 4 min readModel View ControllerMVC - AKA - Model View Controller MVC is not a new concept, and it's a pattern that you see in your daily life. It is also not specific to a one programming language, It is a way how well you organize your code. It is not specific to a ruby, php, ....00
KSKUMAR SARVESHinsarveshlearn.hashnode.dev·Nov 8, 2022 · 2 min readCSS PositionsUpdate Add Subtitle Article on Position in CSS Write Preview Editor Guide The Position property in CSS tells about the method of positioning for an element or an HTML entity. The position property can help you manipulate the location of an element, T...00
KSKUMAR SARVESHinsarveshlearn.hashnode.dev·Nov 7, 2022 · 1 min readBasics of GIT ?What is Git ? GIT is a Version Control System (VCS) for tracking changes in Computer Files. Distributed Version Control System. Coordinates work between multiple developers. Who made what changes and when Revert back at any time Local and remote rep...00
KSKUMAR SARVESHinsarveshlearn.hashnode.dev·Nov 6, 2022 · 8 min readWEB REQUESTS & Status CodeWEB REQUESTS A Web Request is a communicative message that is transmitted between the client or web browsers to the servers. TYPES OF WEB REQUESTS - These are not all the Web Request but following are majorly used in the Tech Giants. GET Requestin...00
KSKUMAR SARVESHinsarveshlearn.hashnode.dev·Nov 5, 2022 · 2 min readLinux Cheatsheetwhoami : It gives the name of the current user. touch : command that is used to make a file. pwd : to check current working directory. mkdiir foldername : to create a directory (folder). ls : to list contents in a current directory. cd dirname : to c...00