Anh Thu Nguyen Lecustomsoftwaredevelopment.hashnode.dev·Dec 5, 2023What is the open-source code Inventree?Inventree stands as an inventory management system that's open-source, created, and upheld by a community of users and developers. Its source code is accessible on GitHub, allowing free download, utilization, and customization under an open-source li...Discussinventree
Munish Mummadidevsaga.hashnode.dev·Dec 2, 2023Effortless Deployment: A Step-by-Step Guide for Next.js Apps on Vercel!Introduction: Hey, folks! Welcome back to another exciting tutorial. Today, I've got something special for you. I'm going to walk you through the super quick and easy process of deploying your Next.js application on the Vercel platform. I've noticed ...Discussdeployment
Syed Jafer Kiamfullstackdeveloper.hashnode.dev·Dec 1, 2023Why we should not use "IS" and use "==" in python ?Problem Faced a = 256 b = 256 print(a is b) # True But when we try this, a = 257 b = 257 print(a is b) # False Why this is strange behaviour ? Solution In python, the is keyword is used to test object identity, which checks if two variables refer...Discusspython is
Shashwot Niraulashashwot.hashnode.dev·Nov 28, 2023Documentation as a Storytelling Medium: Crafting Narratives in CodeIn the fast-paced world of software development, where innovation and progress are paramount, documentation stands as an unsung hero that often goes unnoticed. It is a critical aspect of the development process that ensures smooth functioning, mainte...Discusswriting
Alex Berdyshevhivex.hashnode.dev·Nov 28, 2023Business sweet spot: what makes Python Developers so desirable?Technology is advancing faster than ever before and Python programming is at the forefront of this revolution. Python developers have become an invaluable asset for businesses, providing the necessary expertise and tools to stay ahead of the competit...DiscussPython
Syed Jafer Kiamfullstackdeveloper.hashnode.dev·Nov 26, 2023Ways to center a div ?1. Using Flex Box .parent { display: flex; justify-content: center; align-items: center; } 2. Using Margin .child { margin: auto; } 3. Using Grid .parent { display: grid; place-content: center; } 4. Using Positions .parent { ...DiscussDeveloper
Arshan Dabirsiaghinahsra.hashnode.dev·Nov 20, 2023Hey, security people: developers want secure code tooI've been working in software security for 20 years with companies of all sizes, and when I hear security people interact with developers (or worse, talk about developers behind closed doors), my impression is that security people aren't really "gett...Discuss·43 likes·51 readsSecurity
SaranProcogniziv.com·Nov 7, 2023OpenAI DevDay: Design Personalized ChatGPT ModelsCustomized ChatGPT for a specific purpose Customizing ChatGPT has been in demand, so Custom Instructions were introduced in July. Power users can now automate their carefully crafted prompts and instruction sets with GPTs. Introducing GPT Store Creat...DiscussGPT Store
Mohamed Amine Mezzatmezzat.hashnode.dev·Nov 6, 2023Why your React components aren't really that goodHey, good to see you, young or maybe old developer, glad you read this whether you know the concept m trying to tell or not, ask questions directly to me if you have problems with anything or reach out to me if you find something wrong with what's be...DiscussReact
Bhawna Gunwanibhawnagunwani.hashnode.dev·Nov 4, 2023Introduction to JavaScriptJavaScript is a platform-independent, event-driven, interpreted client-side scripting language developed by Netscape. Initially, it was called LiveScript (beta release) but soon it was renamed and called JavaScript when it's the first version 1.0 was...DiscussJavaScript