Join a community of millions of people who are learning new skills together, building their portfolios, and getting developer jobs.
856 followers 19 articles/week
How to Develop a CRUD App with Spring Boot, Neon Postgres, and Azure App Service

In this article, we'll explore how to develop a CRUD (Create, Read, Update, Delete) application using Spring Boot and Neon Postgres [https://neon.tech/]. We'll also deploy the application on Azure App Service [https://azure.microsoft.com/en-us/products/app-service] and make it production-ready by setting up features like autoscaling and multiple environments....

Sat Jul 27, 2024 01:33
How John Washam crammed for 8 months, got a job at Amazon, then taught 1,000s of other devs to do the same [#134]

On this week's episode of the podcast, I interview John Washam, a software engineer at Amazon. John's also creator of one of the most popular open source projects of all time, Coding Interview University. This is John's first-ever podcast interview, ...

Fri Jul 26, 2024 19:39
How to Overcome Impostor Syndrome as a Developer

Impostor syndrome is a pervasive feeling of self-doubt and inadequacy that makes you believe you are a fraud despite your achievements and skills. For new developers – and sometimes even seasoned professionals – this phenomenon can be particularly challenging as you navigate a fast-paced and ever-evolving industry. But

Fri Jul 26, 2024 19:39
What are Creational Design Patterns in Java? Explained With Examples

Design Patterns provide you with an idea or a strategy for solving commonly occurring problems. They are proven solutions that follow the best practices and help you make your code flexible, reusable, and maintainable. The design patterns are classified into three categories based on their purpose: * Creational

Fri Jul 26, 2024 19:39
How Do Generative Models Work in Deep Learning? Generative Models For Data Augmentation Explained

Data is at the heart of model training in the world of deep learning. The quantity and quality of training data determine the effectiveness of machine learning algorithms. On the other hand, obtaining massive amounts of precisely categorized data is a difficult and resource-intensive operation. This is where data

Fri Jul 26, 2024 19:39
How Does Recursion Work? Explained with Code Examples

In this article, you will learn about recursion and how it works. You need a good understanding of how functions work before learning recursion. I have used Python code for examples in this article because of its simple syntax, but the concept of recursion is the same for every programming

Fri Jul 26, 2024 19:39

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account