Systems | Development | Analytics | API | Testing

Track Errors in Your Python Django Application with AppSignal

In this post, we will specifically look at using AppSignal to track errors in a Django application. We'll first create a Django project, install AppSignal, introduce some faulty code, and then use the AppSignal Errors dashboard to debug and resolve errors. Let's get started!

Top 8 Recent V8 in Node Updates

V8 is the most popular JavaScript engine on the planet, supporting technologies such as Chrome and Node.js. The pace of V8's development is impressive, with multiple code commits a day and major releases roughly every month. Keeping up with updates isn't easy, but you've come to the right place! Here, we'll dig into the latest improvements and additions Google has made to the JavaScript engine. Find out what the future of web development looks like!

Mastering Data Persistence in iOS with SwiftData

Introduced in 2023, SwiftData is the latest addition to the range of database framework options in Swift, Apple’s primary programming language for iOS. Built on top of Core Data, two levels above SQLite, it’s great for simplifying our persistent stores and it allows us to use declarative code, which is a really useful time-saver.

5 AI Capabilities Your Business Needs

Prior to 2022, a lot of the AI news centered on use cases like self-driving cars. Of course, use cases like these didn’t exactly apply to enterprise software. In 2023 ChatGPT showed the abilities of AI to mimic human language, but still, this only scratched the surface of AI applications for the modern enterprise. If you’ve ever asked yourself, “What is AI capable of?” then consider the following examples: How many emails do you get per day?

Snowflake vs BigQuery | Key Differences & How to Choose

When it comes to cloud data warehousing, the choice between Snowflake vs BigQuery is crucial for businesses that rely on big data analytics for decision-making. Snowflake, known for its flexibility and ease of use, contrasts with BigQuery, Google’s fully-managed, serverless data warehouse that excels in speed and scalability. Understanding the main differences between these two platforms is essential for selecting the right solution that aligns with your data strategy and operational needs.

Creating a Private API Gateway: Steps and Considerations

In this article, we’re diving deep into the nuts and bolts of creating a private API gateway. From the initial installation to securing your API with keys and roles, we’ll walk you through every step of the process. Whether you’re looking to connect to a Microsoft SQL Server database or any other popular database, DreamFactory makes it a breeze, automating the tedious parts and letting you focus on what matters most: your data.