Recent posts

Don't miss the latest trends





The Ultimate DevOps Guide for 2025: Roadmaps, Skills, and Resources

In the ever-changing tide of today’s technological ecosystem, DevOps holds an important place in terms of efficient software development and deployment. With the view to creating a collaborative culture between development and operations teams, DevOps ensures that the delivery cycles of your products are faster, the quality of those products is improved, and your workflows…

SAMI
December 25, 2024
Blockchain

[Tutorial] Creating an ERC20 Token Presale Smart Contract (DeFi Central) on Ethereum Using Solidity

ERC20 tokens are a foundational element of decentralized finance (DeFi) and blockchain initiatives. These fungible tokens adhere to the ERC20 Smart Contract standard, ensuring seamless compatibility within the Ethereum network. Presales serve as essential fundraising mechanisms, enabling projects to distribute tokens to early supporters while securing initial capital. This guide provides a step-by-step approach to…

21 mins to read
Uncategorized

2024 Good Links List

Developer Tools & Platforms Design & UX Resources Analytics, Monitoring & Marketing AI & Data Workflow & Project Management E-Commerce & Payments Inspiration & Learning Web3 & Blockchain Others & Miscellaneous Views: 324

4 mins to read
Culture and Methodologies Testing, Deployment, and Maintenance

DevOps : Guide Complet pour Optimiser vos Processus, Accélérer vos Déploiements et Révolutionner votre Culture Logicielle

Introduction Dans un monde où la rapidité et la fiabilité sont essentielles, le DevOps est devenu une approche incontournable pour l’industrie technologique. Il s’agit d’une méthodologie qui ne se limite pas aux outils ou aux processus ; elle incarne une philosophie de collaboration, d’automatisation et d’amélioration continue. À travers cet article, nous explorerons le DevOps…

7 mins to read
Software Design and Architecture Coding

900+ Free Developer and IT Certifications

In 2024, free IT Certifications have become harder to find. However, for those who know where to look, there’s still a treasure trove of free certifications available online for mastering software development. In this article, we’ve curated a comprehensive list of all the free certificates and badges scattered across the internet. Collectively, the platforms featured…

11 mins to read
Testing, Deployment, and Maintenance

Advance DevOps Interview Questions (Q&A)

General DevOps Concepts DevOps Tools and Technologies Continuous Integration and Continuous Delivery (CI/CD) Containers and Orchestration Monitoring and Security Miscellaneous Views: 989

5 mins to read
Culture and Methodologies

PLATFORM ENGINEERING : la nouvelle tendance qui redéfinit DevOps et le cloud-native

DevOps, autrefois vu comme la solution aux problèmes organisationnels, pose maintenant des défis. Beaucoup d’équipes se retrouvent à gérer des tâches opérationnelles qu’elles n’ont jamais souhaité faire. Pour résoudre cela, l’ingénierie des plateformes émerge comme une façon de séparer les opérations du développement d’applications, permettant à chacun de se concentrer sur ce qu’il fait le…

4 mins to read
Bettounsi Coding

CQRS and Mediator pattern

المقدمة في المقال هذا، بش نحكيو على CQRS وMediator Pattern، شنو العلاقة بينهم وعلاش نستعملوهم. CQRS هو Architectural Pattern يستعمل باش نفصل عمليات القراءة (Read) على عمليات الكتابة (Write). الاسم اختصار لـ Command and Query Responsibility Segregation. والمصطلح Segregation يعني الفصل بين المسؤوليات، يعني في الحالة هذي، الـ CQRS يفصل بين قراءة البيانات وكتابتها. خلينا…

1 min to read
Coding Bettounsi

Introduction Into Dependency Injection (DI) in .NET

في تطبيقات .NET الكبيرة والمعقدة، بنحتاج في كثير من الأحيان أن الـ (objects) تعتمد على بعضها البعض، مما يعقد عملية الصيانة والاختبار. المقدمة في تطبيقات .NET الكبيرة والمعقدة، بنحتاج في كثير من الأحيان أن الـ (objects) تعتمد على بعضها البعض، مما يعقد عملية الصيانة والاختبار. على سبيل المثال، إذا كان لديك (Service) تعتمد على (Interfaces)…

1 min to read
Coding Software Design and Architecture

Backend for Frontend (BFF): A Practical Guide for Software Engineers

As modern apps grow more complex, the tools and patterns we use to build them need to evolve too. With microservices, cloud-native architectures, and an explosion of client devices—web, mobile, IoT, you name it—developers face the challenge of delivering fast, secure, and tailored user experiences. Enter Backend for Frontend (BFF), an architecture pattern designed to…

5 mins to read