Skip to content

Instantly share code, notes, and snippets.

View ZapDos7's full-sized avatar
🧙‍♀️
Making magic!

Ioanna Z ZapDos7

🧙‍♀️
Making magic!
View GitHub Profile

Technical Questions & Answers

When answering these questions, it's essential to show your ability to communicate technical concepts in an easy-to-understand manner and describe your work processes.

General

  1. What is a SAN, and how is it used?

SAN stands for a Storage Area Network. This is a high-speed, specialized network that gives block-level network access to storage. SANs are used to improve application availability, enhance performance, increase storage utilization and effectiveness and improve data security and protection.

  1. When is it appropriate to denormalize database design?

Denormalization is a database optimization technique used to improve a database's performance for specific queries. Denormalization may be needed when improvements need to be made to a database for it to meet your application requirements. However, denormalization will have an impact on what your database is able to do, so it's important to make sure it's needed for scalability or performance before choosing to use

Lakera's 10 day email AI Security course

Apache NiFi

Data Structures

Code Reviews

Tips & Methodologies

Web Development

Algorithms

@ZapDos7
ZapDos7 / 00_pm.md
Last active February 25, 2024 16:22
@ZapDos7
ZapDos7 / 00_qct.md
Last active February 25, 2024 16:23

JWT (JSON Web Token)