Lucky Sikolialuckysikolia.hashnode.dev·10 hours agoImprove Visual Communication by using gridsIf you frequent #DesignTok, you've likely encountered the following statement: "Here are the best websites to get inspiration for your next website." Your journey between Behance and Dribble profiles, where you will draw inspiration from anything and...Discuss·1 likeUI Design
Christian Asconedingdongbug.hashnode.dev·Sep 22, 2023Cracking the code coverage mythWriting software tests is one of those activities that can dramatically increase its robustness and reliability, allowing developers to correct and refactor code knowing that nothing has been damaged, however, test suites are made of code as well, wr...Discuss·1 likecode coverage
Carlos Magalhãesblog.cadumagalhaes.dev·Sep 22, 2023Tudo que você precisa saber sobre SQLSQL é uma linguagem de manipulação e consulta de dados, que é usada em diversas ferramentas diferentes e que nos permite interagir com os bancos de dados sem a necessidade de muitos conhecimentos em linguagem de programação. Hoje a linguagem é um req...Discuss·607 readsTudo que você precisa saber para usarSQL
Shashank Kumarshashankkumar.hashnode.dev·Sep 22, 2023Web Dev Wisdom: Best PracticesWelcome to Web Dev Wisdom! If you've ever wondered about making websites without diving into confusing tech talk, you're in the right spot. This blog is your friendly GPS through the world of web development, keeping things simple and easy to underst...Discuss·1 like·47 readsWeb Development
Mathieu Poissardwakatepe.hashnode.dev·Sep 21, 2023The Developer Experience, from your Own Team to your End-UsersDeveloper experience, or DX, refers to all a developer's perceptions, feelings, and experiences in interacting with a tech product or software. In this instance, 'interaction' can be two-fold. A developer could use your product, such as a software de...DiscussDX
raju ghoraicoderj001.hashnode.dev·Sep 19, 2023Elevate Your JavaScript Code Quality: 8 Must-Know TipsIn the realm of programming, JavaScript reigns supreme as a versatile and powerful language. Yet, crafting clean JavaScript code, even for seasoned developers, can pose a considerable challenge. What defines clean JavaScript code? It should be easy t...DiscussJsJarganJavaScript
Nishit Bariyanishithacks.hashnode.dev·Sep 19, 2023How to Use Environment Variables in Vite (React Template Example) and in CRA (Create React App)In this article, I am talking about how we can hide our sensitive information through .env When developing React applications, it's often necessary to manage environment-specific configurations such as API endpoints, API keys, or other sensitive inf...Discuss·1 likeReact
Anil Gulatiblog.anilgulati.tech·Sep 18, 2023Beginner's Guide to Amazon S3: Supercharge Your Cloud Storage SkillsAre you ready to supercharge your cloud storage skills? Amazon Simple Storage Service (Amazon S3) is your gateway to scalable, secure, and reliable data storage in the cloud. Whether you’re new to AWS or cloud computing in general, this beginner’s gu...DiscussAWS
Temitope Ogunleyeogunleye.hashnode.dev·Sep 16, 2023The Day in the Life of a Future-Forward Thinker: Exploring Code Reviews and More!Today has been a fascinating and productive day, marked by thought-provoking conversations and a deep dive into the intricacies of code quality and software development. Let's take a journey through the day, touching on key milestones that might just...Discuss·10 likescode review
Hardik Chotaliyahardikchotaliya.hashnode.dev·Sep 16, 2023Unveiling the Power of Unique Identifiers for Test Cases in Automation FrameworksWhen it comes to automation testing, ensuring that your test cases are uniquely identified is a critical aspect of maintaining an organized and efficient testing framework. In this blog post, we'll explore the significance of unique identifiers for t...Discuss·1 like·45 readsautomation testing