API development is a hot topic nowadays. There’s a huge number of ways you can develop and deliver an API, and big companies have developed massive solutions to help you bootstrap an application quickly. Yet, most of those options lack a key feature: development lifecycle management. So, developers spend some cycles creating useful and robust […]
ake advantage of Python dataclasses to make your Python classes less verbose and more powerful at the same time Everything in Python is an object, or so the saying goes. If you want to create your own custom objects, with their own properties and methods, you use Python’s class object to make that happen. But creating classes […]
You can’t mention the term “web services” nowadays without immediately evoking references to Amazon Web Services or Google’s Web service, Google Cloud Platform. There’s a reason for that, though. These tech giants have raised the bar by addressing the need for application development. And scale from the likes of Amazon and Google is exactly what makes modern […]
The more you can plan ahead for your site, the easier it will be to maintain. Times have been tough lately in higher education. We’re all trying to do more work with fewer resources, and if your department is one of many that was affected by the current budget environment, you may have inherited some […]
We’re used to measuring our digital devices by how fast they are, how clear the sound is, how crisp the display is, how large the storage capacity is. Some day soon, if Homei Miyashita has his way, we may measure them by how delicious they are. The Meiji University researcher has developed a handheld “lickable […]
We are pleased to announce the technology preview of QUIC+HTTP/3 for NGINX at a special open source repository. This is pre‑release software, based on the IETF QUIC draft and is maintained in a development branch, isolated from the stable and mainline branches. The release is the culmination of several months of initial development, and is now ready for […]
“Great API products don’t get built by mistake,” says Rahul Dighe, the API and Platform Product Leader at PayPal. Even if you take into account all the trending principles of API ownership — design-first, API-as-a-Product, governance, KPIs, and more — you still might end up with an API that’s difficult to use. So, what advice would […]
There are many reasons for integrating API lifecycle management into your workflow. For one, waterfall development is on the brink of deprecation. It’s becoming increasingly rare for a project to be developed, released, and left forgotten. It’s also becoming less common for a single team or sole person to work on a production project. Lifecycle API […]
Editor – This post was updated in May 2020 to make the Docker commands comply with current standards and to provide an updated NGINX Plus Dockerfile for Debian and Alpine Linux distributions. Docker is an open platform for building, shipping, and running distributed applications as containers (lightweight, standalone, executable packages of software that include everything needed to run an application). Containers can […]
A product backlog is one of the essential parts of the product development chain, a prioritized list of product features that leads from the company’s and product’s vision through execution to a full release. It is a powerful tool, as it converts a high-level vision into the working details of creating a product. A product […]