Object-Relational Mappers (ORMs)
As a fresher to the coding job or job interview, the terms like ORM can sound really intimidating. The great part of ORM is that they can make your work easier to write code once you get the hang of them. In this article, I’m trying
Read MorePackage Managers and Repositories in a Nutshell
What is a package? A package is a file containing a computer program as well as necessary metadata for its deployment. Package metadata includes dependencies, descriptions, and versions. What is a repository? Repositories are nothing, but basically servers which contain sets of packages. What is a
Read More