PSParthiban Sundaraminparthee.hashnode.dev路Apr 11, 2023 路 3 min readBest Practices for Front End DevelopmentFront end development has evolved significantly over the years, and it is more important than ever to follow best practices when building web applications. Following best practices can help you build high-quality, maintainable, and scalable web appli...00
PSParthiban Sundaraminparthee.hashnode.dev路Mar 30, 2023 路 2 min readHow crucial is Web Accessibility?Front-end development depends heavily on accessibility. Its purpose is to guarantee that people with disabilities can utilize and interact with web applications and websites. This includes individuals who are visually or hearing impaired, have learni...00
PSParthiban Sundaraminparthee.hashnode.dev路Jan 13, 2023 路 5 min readReversing a Doubly Linked ListWhat is a doubly linked list? A Doubly Linked List (DLL) is a type of Linked list in a data structure, in which the node has a pointer to both the previous, as well as the next node in the list. To put it in simpler words, a DLL node consists of thre...00
PSParthiban Sundaraminparthee.hashnode.dev路Jan 12, 2023 路 1 min readArrays vs. Linked Lists..We are discussing data structures[DS] already! 馃槵. When it comes to DS, Arrays and Linked Lists are core concepts of it. Have you ever looked at the differences they possess? Or do you know on what basis they differ from each other? Well, the differe...00