Day: February 19, 2023
7 posts
CLI Client for ReductStore v0.7.0 has been released
Hey everyone, I’m happy to announce that we have released Reduct CLI client v0.7.0 with some minor improvements…
Minimalist web server for static files with Crystal
Problem Build a cross-platform web server to serve static files in the local folder. Test local HTML, CSS,…
Challenge Accepted
In my spare time, I like to watch YouTube. Who doesn’t? Recently I watched a video entitled ‘Solve…
An article on introduction to python for data science.
INTRODUCTION Python is one of the most widely used programming languages in the field of data science. It…
Soft delete: Implementation issues in Prisma and solution in ZenStack
Soft delete is a common requirement for SaaS products. But the current solution in Prisma has certain issues.…
CI/CD in a nutshell
CI/CD is a popular practice that many companies and projects use today. However, sometimes we use these terms…
Creating an App with React, Apollo, and GraphQL: A Step-by-Step Guide to Fetching Data and Error Handling
Are you looking to build a modern web application with scalable, data-driven user interfaces? Then this article is…