Engineering Manager at @Canva | Co-Founder of Level Up Coding | — Thank you to our partner @getpostman who keeps our content free to the community
10 subscribers
Jan 25 • 14 tweets • 3 min read
How do the most prominent API architecture styles work?
API architectural styles determine how applications communicate.
The choice of an API architecture can have significant implications on the efficiency, flexibility, and robustness of an application.
Jan 4 • 12 tweets • 3 min read
Object-Oriented Programming in under 5 minutes: 1. Object-oriented programming (OOP) is a programming paradigm in which programs are designed using classes and objects.
This design allows related functions and data to be grouped together in self-contained and reusable units.
Nov 11, 2023 • 5 tweets • 2 min read
You can now simulate real-world traffic on your local machine to performance test your APIs.
And it’s available on Postman’s free plan.
Here’s how (in 4 simple steps):
Postman released built-in capabilities for testing your API’s performance on your local machine.
How do Apple, Google, and Tesla create products that are so simple to use?
Here are 4 simple strategies to enhance your product or app (used by big tech):
Thanks to their talented designers, these companies have been able to deliver sleek designs and user-friendly products.
There’s a lot we can learn from them!
Let’s dive in 👇
May 2, 2023 • 10 tweets • 3 min read
134 million credit cards were stolen from Heartland's payment systems.
The hackers used one technique — SQL injections.
Here's how it works:
SQL injection is a type of attack where the attacker runs damaging SQL commands by inserting malicious SQL code into a web application input field or URL.
Apr 25, 2023 • 9 tweets • 5 min read
If you're not using AI, you're falling behind.
Here are 7 cutting-edge AI tools to save you hours of boring work:
1. Wix Development Platform
Rapidly build, manage, & deploy applications.
Integrated with ChatGPT, let AI write all the text for your site/app.
Here's a dead-simple guide to get you started:
Non-primitive data structures are made up of primitive data types like integers, characters, floats, or booleans to make complex structures. They help arrange data in a way that makes operations easier and faster to complete.
Apr 19, 2023 • 9 tweets • 3 min read
Ever wondered how banks protect your sensitive data?
Here’s everything you need to know about tokenization, a must-have in cybersecurity:
1. Tokenization is a security technique that replaces sensitive information with unique placeholder values called tokens.