A distributed team enables you to draw from a much larger talent pool but can come with challenges, especially in an Agile environment. Use these tips to improve collaboration and efficiency while building psychological safety and rapport on your team. With today’s modern technology, people can easily collaborate across the globe. Companies can focus on […]
Devamını Oku
Ahmet Buğra Çakıcı’ nın yayınladığı videoda Robert C. Martin (Uncle Bob) tarafından hazırlanmış olan Clean Code (Temiz Kod) kitabının “temiz kod nedir, nasıl yazılır” başlıklı ilk bölümünde neler anlatılıyor onları yorumlarıyla aktarıyor.
Devamını Oku
Lean principles and practices are guidelines and methodologies to maximize efficiency and minimize waste in business operations. Initially developed for manufacturing operations, they have been applied to various industries. Some fundamental principles and practices include: Some standard Lean practices include Value Stream Mapping, Kanban, Pull System, 5S, and Total Productive Maintenance (TPM). Lean Agile Lean […]
Devamını Oku
After the past few years, it’s no wonder some leaders are feeling exhausted. New Zealand Prime Minister Jacinda Ardern’s recent announcement that she will step down as the country Jacinda Ardern, the Prime Minister of New Zealand, recently announced her resignation, which has shocked many due to her steady and empathetic leadership style during the […]
Devamını Oku
“Clean Code: A Handbook of Agile Software Craftsmanship” is a book written by Robert C. Martin, also known as Uncle Bob. The book is a guide to writing clean, maintainable, and scalable code. It covers a wide range of topics, including design patterns, refactoring, testing, and coding style. In “Clean Code,” Uncle Bob advocates for […]
Devamını Oku
Scrum is an Agile framework for managing and completing complex projects. It is based on practices, roles, events, and artifacts that work together to help teams deliver value to their customers incrementally and iteratively. The following are the primary artifacts defined in Scrum: Product Backlog: This is a prioritized list of items representing the work […]
Devamını Oku
SHA stands for secure hashing algorithm. SHA is a modified version of MD5 and is used for hashing data and certificates. A hashing algorithm shortens the input data into a more diminutive form that cannot be understood using bitwise operations, modular additions, and compression functions. You may be wondering, can hashing be cracked or decrypted? […]
Devamını Oku
Digitization of the city is heralded as the bottom-up empowerment of its citizens. But who defines citizenship as digital technology infiltrating everything from personalized experience to the unimagined potential of networked urban space? Mark Dean unpacks recent academic literature that questions citizens’ rights in the hyper-connected city. Improving the smart city for everyone begins with ensuring technology […]
Devamını Oku
The SOLID principles are design principles that can help developers write maintainable and scalable code. The SOLID principles are: Single Responsibility Principle (SRP) – A class should have only one reason to change.Open-Closed Principle (OCP) – Software entities should be open for extension but closed for modification.Liskov Substitution Principle (LSP) – Subtypes must be substitutable […]
Devamını Oku