Naomi Seint

Naomi is a frontend and Backend developer with his main focus being on PHP and Angular. She is intrested in all things web developement.
Author Insights

4

0

0
Naomi is a frontend and Backend developer with his main focus being on PHP and Angular. She is intrested in all things web developement.
4
0
0
Jun 28, 2022
Axios is a library for making HTTP requests. It is a wrapper around the fetch API. It is a promise-based API.
Mar 1, 2022
You may have heard of 2D or 2-dimensional shapes in a geometry class. For example, rectangles, squares and circles are all 2D shapes.
Dec 30, 2021
Handling images in web applications has become the norm. Almost 99% of the applications we interact with daily have images in one way or another.
Sep 17, 2021
Dependency injection, in a nutshell, refers to classes that reference other classes. It is a design pattern that allows a single class to request dependencies from other sources.