Learn to code with my retro computer program
Learn to code with my retro computer program Jim Hall Wed, 01/04/2023 – 03:00 I teach university courses part-time, including a class about general computing topics, open to all majors. This is an introductory course that teaches students about how technology works, to remove the mystery around computing. While not a computer science course, one section of this course covers computer programming. I usually talk about programming...
Create a highly available distributed database with Apache ShardingSphere
Create a highly available distributed database with Apache ShardingSphere zhaojinchao Tue, 01/03/2023 – 03:00 Modern business systems must be highly available, reliable, and stable in the digital age. As the cornerstone of the current business system, databases are supposed to embrace high availability. High availability (HA) allows databases to switch services between primary and secondary database nodes. HA automatically...
Document with BookStack, an open source Confluence alternative
Document with BookStack, an open source Confluence alternative ssddanbrown Tue, 01/03/2023 – 03:00 BookStack is an open source, web-based documentation system, that allows you to create a structured knowledge store for personal, team, or company use. BookStack focuses on ease-of-use and design to provide an experience suitable for an audience with, potentially, mixed skills in technology. It’s built upon the PHP framework...
7 Git articles every open source practitioner should read
7 Git articles every open source practitioner should read AmyJune Mon, 01/02/2023 – 03:00 Understanding the Git version control system is foundational for many open source practitioners. Whether you are an advanced user or you want 2023 be the year to get started, Opensource.com has plenty of resources for you. Here are a few recent Git articles that I recommend: The first in a series by Dwayne McDaniels, Git concepts in less...
How to read and write files in Rust
How to read and write files in Rust hANSIc99 Mon, 01/02/2023 – 03:00 Knowing how to read and write files can be useful for various purposes. In Rust, this task is done using the file system module (std::fs) in the standard library. In this article, I’ll give you an overview on how to use this module. To demonstrate this task, I prepared example code which is also available on GitHub. Programming and development Red Hat...
What to write about on Opensource.com in 2023
What to write about on Opensource.com in 2023 AmyJune Sun, 01/01/2023 – 03:00 As we start 2023, it’s the perfect time to reflect on what the last few years have brought to us. The pandemic has brought us closer together globally. Conferences and meetings moved to virtual platforms lowering the geographic barrier to participating and collaborating. Many of us moved to remote work and embraced asynchronous communication with our...