Nowadays we find everyone with smartphones and using social media accounts. Not having a social media account makes you feel outdated in today’s fast growing online world. We often see people wearing fitness bands to track their daily activities and even sharing the information with friends to see who is doing better. We think sharing…
Cross-site scripting (XSS) is a type of injection attack in which an attacker exploits vulnerabilities in a website to attack the users of the website. In cross-site scripting, the hacker includes malicious code in the website’s input source or URL links. This malicious code then executes itself without the knowledge of the user. There are…
Entity Framework is an open-source ORM framework supported by Microsoft. It allows developers to focus more on the objects and classes rather than the database where the actual data is stored. Developers can now create and maintain high end data-related applications by writing less code. Entity Framework was first released in 2008 as a part…
When I was informed about my joining date for my first job, I was excited and nervous at the same time. Once I joined and days passed by, I became more acquainted and comfortable with the working environment. My first challenge was a new project assigned to me that required the use of Python Programming…
In reality, it is likely that humans and machines will work in unison. At the end of the day, humans and machines are good at fundamentally different things. As we know, concepts such as ambition, greed and love are not easy to replicate. Hence AI as of yet doesn’t have emotional intelligence, which is the…
Whenever you build web applications, there are times when you have to write similar code again and again. Frameworks provide you a starting block and minimize the amount of code you require to build a website. CodeIgniter is a powerful PHP framework used to build dynamic web sites and it is an open-source software. CodeIgniter…