Browsing Category
Software
12415 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
MDX with Translations 🐠
In recent years the need for some easy yet flexible format for simple static content has grown. Originally,…
The Impact of Speech Pathology Services on Social Participation
At P Homecare, we understand the profound impact that effective communication can have on an individual’s ability to…
Top Backend Libraries
Nodejs Check awesome nodejs Express Koa Fastify Encore (typescript based, newly hearing this, watch traversy media video) Nextjs…
起码没有中断
int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) { if (CMDIFrameWndEx::OnCreate(lpCreateStruct) == -1) return -1; BOOL bNameValid; CMDITabInfo mdiTabParams; mdiTabParams.m_style = CMFCTabCtrl::STYLE_3D_ONENOTE; //…
Implement React v18 from Scratch Using WASM and Rust – [24] Suspense(1) – Render Fallback
Based on big-react,I am going to implement React v18 core features from scratch using WASM and Rust. Code…
searchkick resource_already_exists_exception
Yesterday, I worked on elasticsearch integration with help of searchkick. I did several times adding searchkick to Rails…
Pessimistic locking, Read Committed, and all Isolation Levels
Optimistic Concurrency Control looks attractive in a distributed system because it avoids locks. However, in an SQL database,…
What I Learned from Mentoring: A Mentor’s Perspective
Being able to share knowledge and experiences with someone who is just starting out in the world of…
Building a Reverse Proxy Backend Server
In modern web architecture, reverse proxies are a fundamental component, providing a layer of abstraction and control between…
How To Build Property Management Software
The modern property management field has become pretty complex. Every agent now has to deal with lots of…