Browsing Category
Software
11567 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
A New Era of Code Quality: Beyond bugs and into legal license compliance and risk management
In the interconnected world of software, few applications are conjured into existence entirely from scratch. Developers consistently draw…
ArkUI-X平台差异化
跨平台使用场景是一套ArkTS代码运行在多个终端设备上,如Android、iOS、OpenHarmony(含基于OpenHarmony发行的商业版,如HarmonyOS Next)。当不同平台业务逻辑不同,或使用了不支持跨平台的API,就需要根据平台不同进行一定代码差异化适配。当前仅支持在代码运行态进行差异化,接下来详细介绍场景及如何差异化适配。 使用场景 平台差异化适用于以下两种典型场景: 1.自身业务逻辑不同平台本来就有差异; 2.在OpenHarmony上调用了不支持跨平台的API,这就需要在OpenHarmony上仍然调用对应API,其他平台通过Bridge桥接机制进行差异化处理; 判断平台类型 可以通过let osName: string = deviceInfo.osFullName;获取对应OS名字,该接口已支持跨平台,不同平台上其返回值如下: OpenHarmony上,osName等于OpenHarmony-XXX Android上,osName等于Android XXX iOS上,osName等于iOS XXX 示例如下:…
Hey, great work on your project! 🙌 I noticed one of the links seems to be broken(https://codebeautify.org/jsoncompare). If you’re looking for a working JSON comparison tool, feel free to check out mine: https://formatjsononline.com/json-compare
JSON Diff: Comparing JSON Data Effectively keploy ・ Nov 18 ’24 #webdev #javascript #programming #tutorial
Un loader UX-friendly en Angular avec cet utilitaire RxJS
🌀 Un loader UX-friendly en Angular avec RxJS Afficher un loader trop rapidement peut provoquer un effet de…
💡 Understanding the JavaScript Event Loop (With Diagrams & Code)
If you’re learning JavaScript and asynchronous code makes your brain hurt — you’re not alone! 😅 In my…
HarmonyOS 5 Demo Example of Bidirectional Communication between HarmonyOS Web Components and Embedded Web Pages
I. Preface In ArkUI development, the Web component (Web) allows developers to embed web pages within an application,…
[May 2025] AI Community — Activity Highlights and Achievements
[May 2025] AI Community — Activity Highlights and Achievements Let’s explore highlights and accomplishments of the Google AI communities over…
Using KerasHub for easy end-to-end machine learning workflows with Hugging Face
KerasHub enables users to mix and match model architectures and weights across different machine learning frameworks, allowing checkpoints…
🐲 Kth Smallest Product of Two Sorted Arrays – LeetCode 2040 (C++ | Python | JavaScript)
Hi, Developers! 📊💥 Today, we tackle an advanced binary search problem — LeetCode 2040: Kth Smallest Product of…
Imagen 4 is now available in the Gemini API and Google AI Studio
Imagen 4, Google’s advanced text-to-image model, is now available in paid preview via the Gemini API and Google…