Explore >> Select a destination


You are here

www.artresilia.com
| | njmulsqb.github.io
6.2 parsecs away

Travel
| | Walkthrough of HackerOne's CTF BugDB in which I exploit GraphQL API
| | brunoscheufler.com
4.2 parsecs away

Travel
| | When you build a service focused around a GraphQL endpoint, you might think of testing strategies that can make use of it. After all, your resolvers will contain large parts of the actual business logic, otherwise, exposing an API wouldn't be useful, would it?...
| | blog.adnansiddiqi.me
5.7 parsecs away

Travel
| | Image Source What Is Application Security? Application security is the practice of protecting computer systems and applications from threats and vulnerabilities. This includes measures to prevent unauthorized access, modification, use, destruction, disruption, or disclosure of an application or its data Application security is important because applications are often the primary targets of cyber attacks. Hackers
| | yasoob.me
21.9 parsecs away

Travel
| Hi everyone! ? I was working on a React project these last couple of weeks and I had to implement login functionality. I searched around and most of the solutions I found relied on Redux or some other huge dependency that I wasnt already using in my project. I didnt want to introduce a big dependency so decided to continue looking. In the end, I found a wonderful library by Oleg Babichev that allowed me to implement the login functionality on the front-end fairly easily.