Praise Olusomijipraisedev.hashnode.dev·Nov 12, 2023How to Set Up a Django Development EnvironmentIntroduction Django is a popular web framework written in Python. It enables the rapid development of secure and scalable websites. The first step to working with Django is setting up a Django development environment. This involves downloading and co...DiscussDjango
John Verberverb.hashnode.dev·Oct 13, 2023Cursor - An Integrated Development EnvironmentI’d like to share some software that I ran across a couple of months ago. It’s called Cursor. It is an IDE (integrated development environment) built for programming with A.I. I just happened upon an article on Cursor in the TDLR newsletter. So I...DiscussDeveloper
Deno Abondadenis-dev.hashnode.dev·Oct 12, 2023Setting Up a React Development Environment: Your Gateway to Modern Web DevelopmentHi, am Denis, you are welcome to the exciting world of Reactjs, where crafting dynamic and interactive web applications is made easier. Before you can start interacting with the amazing world universe of React components and state management, it's es...DiscussReact Development
Davide Bersanidavidebersani.hashnode.dev·Oct 9, 2023The power of Dev ContainersIn this article, we're going to explore the power of Dev Containers, what they are and how they can be used. What Dev Containers are? During my work days, I often read about dev containers, but I never used them. So, I started studying and experiment...DiscussDeveloper
Ramiro Berrellezaramiroberrelleza.com·Sep 5, 2023Everyone is Welcome to the Party: How Kubernetes & Preview Environments Revolutionize the software development lifecycleSully Martinez and I talked about the importance of having diversity in your feedback cycle, and how preview environments can help you get there. https://twitter.com/RinkiyaKeDad/status/1698997354987208821 We talked about why is important to involv...DiscussMy Talkscivo
Hakeem Abbascodingcrafts.hashnode.dev·Sep 4, 2023Navigating the Product Development Voyage: Your Roadmap to SuccessChapter 1: Setting Sail - The Genesis of Product Development The product development voyage commences with a spark of inspiration. In this chapter, we'll explore the origins of product ideas and the initial steps to take when setting sail on your dev...Discuss·10 likesProduct Management
Chris Paraisochrisparaiso.hashnode.dev·Aug 20, 2023Revisiting my Development EnvironmentFrom working the usual 9 to 5 job on top of studying data engineering (Python, SQL, DE concepts), I've been feeling a little burnt out with everything. I decided to take a break and revisit my development environment to see what I could add, remove o...Discuss·1 like·26 readsneovim
Niklasblog.niklas.tech·Aug 6, 2023IntelliJ and Java on Immutable LinuxImmutable Linux Distributions are the future of the Linux Desktop. Simply deploying an image and keeping the core filesystem read-only has many advantages, including increased reliability and decreased breakage from system packages. It also presents ...Discuss·104 readsIntelliJ IDEA for linux
Kaiserkaiser-zheng.hashnode.dev·Jul 14, 2023Coding in Python using Jupyter Notebooks Interface within Visual Studio CodeIntroduction to Jupyter Notebook Jupyter Notebook is a powerful open-source tool that allows you to blend computational software code (like Python or R) with rich text elements (such as paragraphs, equations, figures, and hyperlinks). This versatile ...Discuss·100 readsPython
Ratnadeep Bhattacharyyaskylab.hashnode.dev·Jul 13, 2023Nix flakes: Perfect Development EnvironmentI wanted to build a native app using Rust and React so choose to use Tauri with React. I created a new project using shell command they provided and then I saw an error after the new project creation was done. webkit2gtk package was missing from my s...Discussdevelopment environments