608 Results for:JSON

  • Sort by: 

How to address Python performance problems

By Alfred "Fred" Christianson 09 May 2023

Python is a great language for nonprogrammers to do mathematical and scientific tasks, even if such optimization impacts performance. Here's why that's not a fair criticism. Read More

Microsoft to open Loop to third-party developers

By Mike Gleason 26 May 2022

Microsoft's latest collaboration tool will consolidate content across Outlook, Teams and third-party products, such as the Zoho project management application. Read More

How to scrape data from a website

By Ben Lutkevich 11 Sep 2023

Web scraping is about combing through data at scale. AI developers do it, search engines do it and you can too with a few lines of Python. Read More

How to use Google Cloud Operations suite

By Michael Levan 10 Sep 2021

Follow along to set up Google Cloud Operations' Monitoring and Logging services, try Google's Monitoring Query Language and automate dashboard creation with the API. Read More

16 REST API design best practices and guidelines

By Matt Heusser 09 Feb 2021

Common guidelines for API design lead to better functionality and flexibility. Follow these REST API design best practices to help you tend to your burgeoning API garden. Read More

Ease package management with this Azure Artifacts tutorial

By Joydip Kanjilal 16 Sep 2022

An extension of the Azure DevOps service, Azure Artifacts can help developers manage and share packages to streamline the overall development process. Read More

With Java 19, Oracle boosts developer productivity with an eye on the future

By Aaron Tan 11 Oct 2022

Major features in Java 19 will make it easier for Java developers to build applications that interface with non-Java code, among other capabilities in the 10th edition of the platform’s six-month release cadence Read More

Terraform cheat sheet: Notable commands, HCL and more

By Kurt Marko 19 Jul 2021

Terraform has a lot going on. This cheat sheet rounds up the essentials, from configuration settings to the key commands for managing the Terraform directory. Read More

Rapid CTO: Understanding the balance between REST vs GraphQL APIs

By Adrian Bridgwater 16 Dec 2022

This is a contributed piece for the Computer Weekly Developer Network written by Alex Walling in his capacity as field CTO at Rapid. RapidAPI by Rapid (the company itself was previously known as ... Read More

Visual Studio Code vs. the native console for PowerShell debugging

By Anthony Howell 07 Feb 2020

Unsure whether to debug a PowerShell script in Visual Studio Code or the PowerShell console? Follow this tutorial to make the decision a little easier. Read More