Systems | Development | Analytics | API | Testing

Rollbar Tip of the Day: Item status & Severity level

Control the state and priority level of your incoming items, and learn how you can quickly act upon them via Slack! Rollbar is the leading continuous code improvement platform that proactively discovers, predicts, and remediates errors with real-time AI-assisted workflows. With Rollbar, developers continually improve their code and constantly innovate rather than spending time monitoring, investigating, and debugging.

Amazing new features in N|Solid V4.6.0.

We are very excited at NodeSource with the arrival of N|Solid Version 4.6.0. 🚀 In this release you will find a bunch of cool functionalities that will make your life as a developer and software team, easier. With even greater precision you will be able to monitor your Node.js projects better than ever!

5 API Development Strategies for Start-Ups

When time-to-market can make the difference between being a market leader or “just another product,” the need for speed and agility are crucial. As many as 35% of today’s companies generated more than a quarter of their revenue as a direct result of APIs. As a start-up, you’ll need a strategy that supports rapid product delivery which ultimately shortens the customer feedback loop. Here, we’ll discuss the top five API development strategies for building robust APIs.

6 Ways Artificial Intelligence Improves Software Development

Artificial intelligence is transforming software development. From the code to the deployment, AI is slowly but surely upping its game and helping us discover a brand new paradigm for inventing technology. Algorithm-based machine learning is being used to accelerate the software development lifecycle and AI is supporting developers to optimize software workflow at every stage of the development process.

Retool - Your Handy Assistant for Application Building

Every business, large or small, needs applications. Naturally, to keep up with this need, application designers and developers need to stay on their toes with app creation. But building applications is no piece of cake; developers need to stay abreast with the latest designing trends, tech know-how, and hands-on app testing experience, not to mention, possess incredible working speed.

19 Useful cURL Commands that You Should Know

cURL is a command-line utility and a library for receiving and sending data between a client and a server, or any two machines connected via the internet. HTTP, FTP, IMAP, LDAP, POP3, SMTP, and a variety of other protocols are supported. cURL is a project with the primary goal of creating two products: Both the tool and the library use Internet protocols to transport resources given as URLs. Curl is in charge of anything and anything that has to do with Internet protocol transfers.

Laravel Logging Tutorial

Regardless of what language and framework you use, proper logging is crucial to web development. Logging is key when it comes to debugging and performance monitoring. Knowing how to properly use logging frameworks is an essential part of creating high-quality software that is easy to debug. In this article, we will discuss in-depth coverage on Laravel, which is the most popular PHP framework in 2021.

The ultimate guide to working with JSON

JavaScript Object Notation or JSON is a file format that was originally derived from JavaScript. It is used for storing and exchanging data, most commonly when serving data to websites, but JSON but has become ubiquitous amongst most programming languages as it is totally language independent. These days it is common to find JSON being used for a variety of purposes where data needs to be stored or transferred.