Md Taqui imamforToday'sCodetaquideveloper.hashnode.dev·Sep 26, 2023Exploring 15 Futuristic Databases That Will Transform the Tech World🌎If you want to be successful in the ever-evolving world of technology, you need to move fast and break things. That's precisely what I told my boss before he promptly fired me for accidentally deleting a production database. It's a stark reminder tha...DiscussDeveloper
Spheron NetworkforSpheron's Blogblog.spheron.network·Sep 24, 2023Building in Public: Introducing Our New Community ForumAt Spheron, we believe in the power of community and transparency. As we continue to build and grow, we want to involve our developer community every step of the way. That's why we're excited to announce the launch of our new community forum! The Pro...DiscussSpheron
pengwei songqtmuniao.hashnode.dev·Sep 23, 2023LevelDB Data Structures Serials I: Skip ListI’ve heard a lot about LevelDB, now I had a chance to skim through the code on a whim, and it deserves its reputation. If you’re interested in Storage Engine, if you want to use C++ gracefully, or if you want to learn how to organize codes, I recomme...Discussleveldb
Spheron NetworkforSpheron's Blogblog.spheron.network·Sep 22, 2023Exploring Storage Options in Web3: Cloud, IPFS and On-ChainThe emergence of Web3 has significantly changed how data is stored and accessed on the Internet. Web3, often referred to as the decentralized web, offers a new way of interacting with online information, promising increased privacy, transparency, and...DiscussCloud
Spheron NetworkforSpheron's Blogblog.spheron.network·Sep 20, 2023Why is the Storage Market Going Decentralized?The rise of cloud storage services like Amazon S3, GCP, and Azure has transformed how we store digital data, leading to a shift towards storing data online rather than on local devices. While this sector has grown significantly, there has been little...Discussdecentralization
Spheron NetworkforSpheron's Blogblog.spheron.network·Sep 17, 2023Web3 Storage vs Traditional Cloud Storage: Which One is Right for You?In today's digital age, data storage has become essential to our daily lives. With the rise of cloud computing, traditional cloud storage services have dominated the market, offering seemingly convenient solutions for storing and accessing data onlin...DiscussWeb3
Spheron NetworkforSpheron's Blogblog.spheron.network·Sep 15, 2023Web3 Storage: A Secure Alternative to Traditional Cloud StorageWeb3 Storage is becoming popular for users concerned about data privacy and security. With increasing awareness regarding the risks associated with centralized storage providers, people are turning towards Web3 storage technologies. It offers a super...DiscussWeb3
Rasha abdulrazzakrasha.hashnode.dev·Sep 8, 2023Solve Common errors you will face with FlutterI am currently learning Flutter and encountering numerous errors. Consequently, I have chosen to document the solutions to these errors so you can benefit from them. Solve Error "Future isn't a type", after upgrading to 3.10, The solution: If th...DiscussFlutter
Guillermo Ojedablog.guilleojeda.com·Aug 30, 2023Amazon EBS Basics and Best PracticesElastic Block Store (EBS for short) is a block-level storage service for EC2 instances. Essentially it's a virtual SSD or HDD that you attach to EC2 instances, so they can have persistent storage. Honestly, EBS is pretty boring to talk about, but if ...DiscussAWS
ϏforDeveloper DAO Blog | Web3 Tutorialsblog.developerdao.com·Aug 29, 2023Running an Arweave Gateway on Fly.ioLast week, I wrote about running an Arweave gateway on GitHub Codespaces for development, but this was just an exercise to get to know AR.IO's gateway node. Codespaces are short-lived cloud instances that start when we open VSCode in the browser. Nic...Discuss·182 readsArweave