Close

What Is The Onion Architecture?

What Is The Onion Architecture?

Onion Architecture, or Hexagonal Architecture, is a software design pattern separating an application’s core logic from the surrounding infrastructure. It is designed to create a flexible and decoupled architecture that is easy to test and maintain. The Onion Architecture is a software development approach commonly associated with Domain-Driven Design (DDD). This is due to its […]

Devamını Oku

Everything you need to know about Agile methodologies

Everything you need to know about Agile methodologies

There are over 50 agile methods for project managers to improve project delivery structure. Agile methodology turns an idea with requirements into a software solution using constant planning, development, delivery, and communication. Popular methodologies are Scrum, Kanban, DevOps, Scrumban, Design Thinking, AgilePM, SAFe, Scrum at Scale, Open Space Agility, Disciplined Agile, Scaled Agile Lean Development […]

Devamını Oku

MongoDB In 30 Minutes

MongoDB

We are diving into the MongoDB NoSQL database and looking at the fundamentals and the syntax to create, read, update and delete documents/data MongoDB is a popular, open-source NoSQL database. NoSQL databases store data in a non-relational format, unlike traditional relational databases (SQL) that store data in tables with rows and columns. Advantages of MongoDB: […]

Devamını Oku

What Is The Crystal?

What Is The Crystal?

Crystal is a group of Agile development methodologies created by Dr. Alistair Cockburn, which focuses on people and their interaction as they work together. Crystal is known for being a lightweight methodology with minimal documentation, overhead management, and reporting. The Crystal methodologies include Crystal Clear, Crystal Yellow, Crystal Orange, Crystal Orange Web, Crystal Red, Crystal […]

Devamını Oku

Highly Effective 7 Habits for Developers

Highly Effective 7 Habits for Developers

These are the seven habits of a highly effective software developer: Map out a timetable Creating a schedule helps you prioritize your tasks and allocate time efficiently. Setting aside time for learning new programming languages or technologies and working on projects is essential. A timetable will help you stay focused and avoid distractions, leading to […]

Devamını Oku

10 things about AWS CDK

10 things about AWS CDK

10 things to know before starting an AWS CDK project: The article is “10 things about AWS CDK.“

Devamını Oku