Computer Science
  • Home
  • Blog
  1. You are here:  
  2. Home
  3. Blog

SQL Injection

SQL injection is a technique where malicious users can inject SQL commands into an SQL statement, via web page input. Injected SQL commands can alter SQL statement and compromise the security of a web application.

Read more: SQL Injection

json

What is JavaScript Object Notation? JSON vs XML.

JSON stands for JavaScript Object Notation. JSON objects are used for transferring data

Read more: What is JavaScript Object Notation? JSON vs...

Get vs Post

Difference between GET and POST requests

Two commonly used methods for a request-response between a client and server are: GET and POST.

Read more: Difference between GET and POST requests

HTTP vs HTTPS

HTTP vs HTTPS. Key differences.

  • Networking

Hypertext Transfer Protocol - No Data Encryption

The Hypertext Transfer Protocol (HTTP) is an application-level protocol

Read more: HTTP vs HTTPS. Key differences.

Aspect-Oriented Programming

AOP aims at reducing the amount of "tangled" code by which we mean code that might be implemented in different classes if a OOP language is used but still share important secondary requirements. Such requirements are said to cross-cut the system's basic functionality and are difficult to develop and maintain using non-AOP programming paradigms. Cross-cutting functionality can be thought of as functionality spanning many objects.

Read more: Aspect-Oriented Programming

Dependency Inversion and Inversion of Control

Dependency Inversion

The Dependency Inversion Principle states that:

  1. High level modules should not depend upon low level modules. Both should depend upon abstractions.
  2. Abstractions should not depend upon details. Details should depend upon abstractions.

Read more: Dependency Inversion and Inversion of Control

Networking

Page 3 of 7

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

  • Site map

Select your language

  • Русский (Россия) RU
  • English (UK) EN