Personal Optimization Sometimes, Slack Sucks. This is How to Cope. Let’s discuss some of the main issues with Slack we can try to mitigate, so the rabbit hole doesn’t seem soooo deep.
Development Practices 7 Ways to Get Practical Code Feedback We often talk about writing code, but less so about the importance of getting effective and practical code feedback.
Development Practices Software Developers, Have a Feature? Resist This Urge It's easy to get bogged down in detail, but we need to take a big picture approach when defining the requirements of feature work.
Developer Tools Keep It Simple with Camera Intents in Your Jetpack Compose App The simplest way to take photos in android is to use Camera Intents to launch the system camera application.
Developer Tools Beginner Tips for Creating Composables with Jetpack Compose So, you're creating your first composable in Jetpack Compose. Here are some tips that are easy to apply to your first composable.
Growing as Makers Maximize Your Experience at Developer Conferences Developer conferences are incredible opportunities for learning, networking, and staying updated with industry trends.
Project & Team Management Useful Settings for New Github Repositories One important and easy way to ensure developers are pushing working code is to implement static analysis as Github Actions on your code.
React Native Developing a React Native App: Styling Differences to Watch For Checking out the style guides for both Android and iOS mobile phone types is important for creating common components in React Native.
Prisma 2 Quick and Easy Ways to Set the Environment Database in Prisma Here are two quick and easy ways to set the environment database in Prisma, methods that don't require writing scripts for dotenv.
Personal Optimization Use The Pomodoro Technique To Improve Developer Productivity Developers with managerial duties may have to work in interrupted smaller sessions. This is where the Pomodoro Technique shines.
Development Practices Why You Should Share VS Code Workspace Settings with Your Team Visual Studio Code allows distinct user and workspace settings while still adhering to the workspace settings of your team's project all within one project.
Prisma A Simple Rest API Part 3: Documentation with Swagger UI Use swaggerUI with an OpenAPI specification to automate your API documentation. It allows users to easily interact and consume your API resources.