Ndahayo kevinkevinndahayo.hashnode.dev·Aug 30, 2023Elevate Your Front-End Skills with UI Design MasteryWhen I first started learning to code, I started with HTML and CSS, I struggled to find actual projects to work on by myself. I watched tutorials on YouTube and copied the code, but often got stuck when the tutorials moved on. I tried making clones o...Discuss·3 likes·48 readsUI Design
Ekaji Onahekajionah.hashnode.dev·Jan 10, 2023How to create a custom cursor using CSS and JavaScriptA custom cursor can add a unique touch to your web application making it more visually appealing and engaging, in this blog post we would explore how we can create our own custom cursor using just HTML, CSS, and javascript. Setup To begin navigate to...DiscussHTML CSS JAVASCRIPT
Raphael Onunkworonunkwor.hashnode.dev·Aug 2, 2023Mastering Separation of Concerns in Web Development: Practical Examples with HTML, CSS, and JavaScriptIntroduction In the world of web development, keeping your code clean and organized is crucial. It’s the backbone for making sure your project can grow smoothly, remain easy to manage, and be a collaborative effort. One big idea that helps make all o...Discuss·11 likes·29 readsHTML CSS JAVASCRIPT
Sudhanshu kumarsudhanshumodi.hashnode.dev·Aug 2, 2023JavaScript Array methodsJavaScript is a programming language. It is maintained by ECMA SCRIPT. Array An Array is a non-primitive data type, we can store different types of values inside an Array. example: let arr = [1, 2, 'Sudhanshu', "Modi", 8.6] An array is enclosed with...DiscussHTML CSS JAVASCRIPT
Bassey Oliverolitex.hashnode.dev·Jul 30, 2023Implementing Sticky Navigation Using Javascript’s Intersection Observer API.You must have visited websites whose navigation becomes fixed on scrolling down to other pages, making it possible to navigate the website. If you observed, most of them have no background on the homepage but automatically get one or some slight chan...Discuss·10 likesFrontend Development
Blessed Tosin-Oyinbotechninja.hashnode.dev·Jul 27, 2023Unlocking the Secrets of Time Travel for CodersImagine a world where you could actually travel through time with just a few keystrokes, effortlessly exploring the history of your code, fixing mistakes before they even happened, and collaborating seamlessly with fellow developers from various part...Falola and 1 other are discussing this2 people are discussing thisDiscuss·12 likes·58 readsGitHub
Divyesh Birawatdivyeshbirawat.hashnode.dev·Jun 23, 2023Frontend Development in 2023: Revolutionizing the Web LandscapeFrontend development is a dynamic and ever-evolving field, constantly pushing the boundaries of what's possible on the web. As we enter 2023, it's important to take a step back and gain a holistic understanding of the trends and advancements shaping ...DiscussFrontend Development
Raphael Lanzraphalblog.hashnode.dev·Jun 21, 2023What is CSS?CSS (Cascading Style Sheets) is a style sheet language used for describing the presentation of a document written in HTML (Hypertext Markup Language). It defines how HTML elements should be displayed on a web page, including the layout, colors, fonts...DiscussHTML CSS JAVASCRIPT
Aadil Rasool Ahangar | 👨💻ahangaraadil.hashnode.dev·May 21, 2023Mastering Front-End Development: Essential Tips and Tricks | 2023A brief article related to mastering front-end development. Here is a structured outline mastering front-end development | 2023 Structured Outline ... Playlist of Code With Harry Playlist of Code Traversal "Front-end development focuses on cra...Discuss·29 readsFront-End DevelopmentFrontend Development
Sumangal karansumangal.hashnode.dev·May 18, 2023Web development for beginnersWhat is HTML ? HTML stands for HyperText Markup Language. It is used to design web pages using the markup language. HTML is the combination of Hypertext and Markup language. Hypertext defines the link between the web pages and markup language defines...DiscussHTML CSS JAVASCRIPT