© 2023 Hashnode
#web-development
Writing tests is a daily activity for many developers. But not all tests are created equal, and many times we are not able to write all the possible scenarios. Poorly written test cases can lead to fa…
CSS (Cascading Style Sheets) is an essential component of web development because it allows for the styling of websites. The benefit of CSS is that it enables developers to segregate their web pages' …
Introduction HTML is the core of every website on the internet. It is the markup language that structures and organizes content on a web page. While HTML is very simple to learn, there are certain typ…
In this article let me tell you how I learned web development and landed a job at top product-based companies in India. A brief introduction about myself, I graduated in 2019 from a mediocre college i…
Variable: The variable is used to store some info or data or some value we can store our value or data in three different types. var: var is also used to declare a variable but it's good not to use…
I have been working on the Odin project for over two months. It took me about 1.5 months to finish its foundation part. I am a non-tech student and I started my exploration into Computer Science durin…
Web Development as a career is a very good option for those who love writing and thinking, therefore, they can make very creative apps, websites, software, scripts etc through their programming skills…
SvelteKit is a web development framework that builds on top of the Svelte front-end framework. It is designed to help developers build fast, scalable, and easy-to-maintain web applications. SvelteKit …
Understanding the cascade is crucial for developers to create efficient and effective CSS code that produces the desired results. In this article, we'll take a closer look at CSS cascade, what it is a…
ChatGPT and Google BARD-based models such as BARD and GPT-3 are two of the most powerful natural language processing tools available today. While both of these models are designed to process and under…