Anita Achu

Anita Achu is an undergraduate, pursuing a degree in Law. Anita is passionate about technical writing and contributing to open source. She loves backend technologies and using these technologies to solve problems.

5

0

0
Anita Achu is an undergraduate, pursuing a degree in Law. Anita is passionate about technical writing and contributing to open source. She loves backend technologies and using these technologies to solve problems.
5
0
0
Dec 18, 2021
Serverless technology has gradually become an area of interest in software development. Before, they manually managed all applications built on classic web servers until the development of this technology.
Sep 23, 2021
Concurrency describes a process that occurs at the same time as other activities. It assumes that all these activities are operating at the same time.
Jun 8, 2021
GraphQL is an open-source query language used to communicate data between the client and the server. As explained in GraphQL docs, “GraphQL is a query language for APIs and a runtime for fulfilling those...
Feb 13, 2021
When learning any programming language, the first step is learning the basic concepts of the language. While this is important, theoretical learning without working on real projects is not sufficient. The best...
Jan 5, 2021
A large percent of modern applications collect data from their users, which is done using forms. These forms could be used to log into an application, any registering, or even to gather data needed for a...