SKSaket Kumarinsaket.hashnode.dev·Sep 7, 2024 · 3 min readAbout my journey of learning web development.On Short story, I have started my web development learning journey at the end of June. It was a great experience with new skills. While doing web development you come across a lot of things. But on the basics side like HTML5, CSS3,Javascript, React J...00
SKSaket Kumarinsaket.hashnode.dev·Jul 22, 2022 · 4 min readImportance of KeysHave you ever encountered this error while building your React Project or Code? And what do you think is why an error occurred? Let me help you to clear your concepts around the called Key. We will understand through the simple example: <ul> <li> ...00
SKSaket Kumarinsaket.hashnode.dev·Jul 22, 2022 · 2 min readUnderstand Deep and Shallow copyShallow Copy A shallow copy of an object is a copy whose properties share the same reference as those of the source object from which the copy was made. So, when you do any modification in reference or source object that causes the change in the sour...00
SKSaket Kumarinsaket.hashnode.dev·Jul 22, 2022 · 2 min readSemantic HtmlSemantic Semantics refers to the meaning of a piece of code. In Html, what purpose or role does that Html element have? Let's understand the story, you have a situation where you want to open a bookstore to sell books. So, you need a store and books...00
SKSaket Kumarinsaket.hashnode.dev·Aug 18, 2021 · 2 min readTools that helped me building websites.Font The font is the main catchy thing that users see on the website. The basic things on any website are font. It signifies how you want to dedicate one word or sentence like in the sales you put the font in such a way that call to action word for ...01P