Tag: research

How ICs can get recognition for their work on big projects (Ep. 590)

Dr. Cat Hicks, Director of Pluralsight Flow’s Developer Success Lab, joins Ben and Eira to talk about why ICs deserve recognition for their contributions to big projects (and how they can get it). The post How ICs can get recognition for their work on big projects (Ep. 590) appeared first on Stack Overflow Blog. ...
Continue Reading How ICs can get recognition for their work on big projects (Ep. 590)

The State of Public APIs 2023

tl;dr we scanned 6056+ public APIs on the internet with our in-house feedback driven exploration tech and ranked them using security, performance, reliability, and design criteria. We decided to analyze the resulting data and produce a full featured report: The State of Public APIs 2023 Why build this report? ...
Continue Reading The State of Public APIs 2023

APIRank.dev: we scanned and ranked 6031+ public APIs on the internet

tl;dr we scanned 6031+ public APIs on the internet with our in-house feedback driven exploration tech and ranked them using security, performance, reliability, and design criteria. The results are public on APIrank.dev. You can also request to index your own API for free and see how it compares ...
Continue Reading APIRank.dev: we scanned and ranked 6031+ public APIs on the internet

2022 Roundup of Web Research

We’ve started making a tradition of rounding up the latest front-end research at the end of each year. We did it in 2020 and again in 2021. Reports are released throughout the year by a bunch of different companies … 2022 Roundup of Web Research originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading 2022 Roundup of Web Research

Pandas Drop Column explained with examples

When working with data in Pandas, we might exclude a column or several columns from a Pandas DataFrame. They are often eliminated if columns or rows are no longer required for further research. There are several approaches. However, the .drop() approach in Pandas is the most effective. Columns in a DataFrame that are not related to the research can frequently be found. To focus on the remaining columns, such columns should be eliminated...
Continue Reading Pandas Drop Column explained with examples

Feedback Driven API exploration at the service of GraphQL Security

Introduction When programming a tool for a dynamic security scan of an API, you need a way to know what requests you can send, with what parameters and in what order so you can have maximum API coverage to improve the scan quality. The whole point is to generate legitimate ...
Continue Reading Feedback Driven API exploration at the service of GraphQL Security

Thinking outside the box when pentesting GraphQL

The hardest part when pentesting any system is undoubtedly answering the question: 💡 How should we think of that? What is meant is "how outside-the-box thinking works?", and "how is a pentester meant to think outside the box?". Although tackling this question might seem like a ...
Continue Reading Thinking outside the box when pentesting GraphQL

State of CSS 2022 Survey Now Open

The State of CSS survey recently opened up. Last year, the survey confirmed everyone’s assumptions that TailwindCSS is super popular and CSS variables are mainstream. It also codified what many of us want from CSS, from Container Queries to … State of CSS 2022 Survey Now Open originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading State of CSS 2022 Survey Now Open

Why are hyperlinks blue?

Last year, Elise Blanchard did some great historical research and discovered that blue hyperlinks replaced black hyperlinks in 1993. They’ve been blue for so long now that the general advice I always hear is to keep them that way. There … Why are hyperlinks blue? originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading Why are hyperlinks blue?

The Relevance of TypeScript in 2022

It’s 2022. And the current relevance of TypeScript is undisputed. TypeScript has dominated the front-end developer experience by many, many accounts. By now you likely already know that TypeScript is a superset of JavaScript, building on JavaScript by adding … The Relevance of TypeScript in 2022 originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading The Relevance of TypeScript in 2022