4th April 2024

Devin AI: Software Engineer as we know so far

Devin is not just a program; it’s a ground-breaking AI that acts as a software engineer, capable of coding, debugging, and even developing apps and websites. Created by Cognition and led by Scott Wu, Devin represents a significant leap in AI’s role in software development. It’s designed to work alongside humans, enhancing productivity rather than replacing jobs. With abilities to learn and adapt, Devin is reshaping how software engineering tasks are approached, promising a future where AI and humans collaborate more closely. Here’s a quick look at what Devin brings to the table: This intro not only highlights Devin’s capabilities […]
3rd April 2024

Capacitor vs Cordova: What are the Differences Between Them

For developers and teams evaluating new approaches to app development, this guide compares Capacitor vs Cordova, evaluates the differences, and provides an overview of how Capacitor vs Cordova stacks up as the preferred foundation for hybrid mobile app development. What is Capacitor by Ionic? Capacitor is an open source project that runs modern Web Apps natively on iOS, Android, Electron, and Web (using Progressive Web App technology) while providing a powerful and easy-to-use interface for accessing native SDKs and native APIs on each platform. As a PhoneGap and Cordova alternative, Capacitor delivers the same cross-platform benefits, but with a more modern approach to […]
22nd March 2024

How to Upload Large Files to AWS S3 without Putting Pressure to Your Backend Server (Node.js Example)

If you know how to use an AWS S3 signed URL to upload files directly from the UI, then there’s no reason to read it. You already got this. Amazon Web Services (AWS) S3 is one of the most popular services offered by AWS. It is used to store files. it’s just like a big hard disk, where you make your folder and keep files. They offer SDKs, and APIs to upload files from your applications. After working with multiple developers, I have seen a tendency for them to somehow end up involving their backend server for upload operations. First, […]
14th March 2024

ScyllaDB is better than Cassandra, and here’s why.

Introduction Of ScyllaDB ScyllaDB is one of the newest NoSQL database which offers really high throughput at sub millisecond latencies. The important point is that it accomplishes this at a fraction of the cost of a modern NoSQL database. ScyllaDB implements almost all of the features of Cassandra in C++. But saying it’s a mere C++ port would be an understatement. Developers at Scylla have made a lot of changes under the hood which are not visible to the user but that lead to a huge performance improvemen You are kidding, right? No, I’m not. As you can see (if you went to that […]