Browsing Category
Software
11677 posts
Software Engineering & Development Frameworks
This hub covers practical engineering frameworks, development processes, and system design approaches used to build scalable and reliable systems.
You’ll find how-to guides, architectural breakdowns, and real-world insights focused on backend systems, cloud software, and modern developer tooling.
This content is designed for engineers, technical leads, and teams working on production-scale applications.
Key Engineering Guides
Trying something new! 24 days of Docker to go from 0 to Hero :)
Advent of Docker: Day 0 Jonas Scholz ・ Dec 2 #docker #devops #beginners #tutorial
This API Client Has A Brilliant Landing Page Trick
These days I am spending most of my life force on a single point agenda, that of building…
The Ultimate Sticker List for Developers Showcasing Creativity and Identity
For developers, stickers are more than decorative items; they are badges of identity, expressions of creativity, and tools…
How to Document MySQL Databases Efficiently with DbSchema
Database documentation is essential for organizations using MySQL. Clear and comprehensive documentation enhances collaboration, streamlines development, and ensures…
Writing Clean and Efficient JavaScript: 10 Best Practices Every Developer Should Know
JavaScript is an essential tool in modern web development, but as applications grow in complexity, messy or inefficient…
DevOps: Shift Right for Real-World Validation
What is Shift Right DevOps? Shift Right DevOps focuses on performing tasks like testing, monitoring, and validation after…
#108 — Sorting of Row-Based Data
Problem description & analysis: Here below is a data table: Task: We want to sort the data in…
HarmonyOS Next中密码类数据保护场景解析
本文旨在深入探讨华为鸿蒙HarmonyOS Next系统(截止目前 API12)在开发多语言电商平台方面的技术细节,基于实际开发实践进行总结。主要作为技术分享与交流载体,难免错漏,欢迎各位同仁提出宝贵意见和问题,以便共同进步。本文为原创内容,任何形式的转载必须注明出处及原作者。 在当今数字化时代,密码类数据的保护对于应用的安全性和用户体验至关重要。无论是登录账号、进行金融交易还是访问敏感信息,密码都起着关键的作用。HarmonyOS Next作为一款先进的操作系统,其提供的Asset Store Kit为密码类数据的安全存储和管理提供了强大的解决方案。 (一)引言 密码类数据保护的重要性 – 在移动应用领域,密码类数据是用户身份验证的核心凭证。一旦密码泄露,用户的账号安全将受到严重威胁,可能导致个人信息被窃取、财产遭受损失等严重后果。例如,在金融类应用中,如果用户的登录密码被泄露,黑客可能会非法访问用户的账户,进行转账、消费等操作。因此,确保密码类数据的安全性是应用开发者必须首要考虑的问题。 Asset Store Kit的关键作用 – HarmonyOS…
Automações com Python.
Este código é projetado para executar programas Python em novos terminais separados, de forma assíncrona. Vou explicar passo…
Sufficient Software Tests Using Metrics
The primary goal of software testing is to prevent bugs and defects from reaching end users. Effective testing…