mehtadev17

2 posts

I am a recent college grad from Virginia Tech with a Bachelors in Computer Science. I have worked on building various applications using different stacks like Python/Django, .NET and JAVA Spring. I a

4 things to consider before creating your Ansible Playbook

I recently started automating my build using Ansible for a new project.  I heard great things about Ansible from colleagues who helped me get started and decided to take notes along the way. Here are a few items from the notes that you should consider before getting started.   #1: The »

To ORM or Not To ORM

ORM or Object Relational Mapping give developers easy access to the database by connecting objects to database tables. ORMs are easy to use and set up, but can cause performance problems for complex queries. Here are a few tips on when to use the ORM and when not to: To »