Latest Blog Posts
Understanding and Working with Gen Z in the Workplace
11 November 2024
Chatting With ChatGPT: Unveiling Little-Known Secrets
15 April 2024
Bug Tracking System in Software Development
23 November 2023
Archives
- Newer posts
- November 2024
- April 2024
- November 2023
- October 2023
- August 2023
- May 2023
- February 2023
- October 2022
- August 2022
- July 2022
- May 2022
- April 2022
- March 2022
- February 2022
- June 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- August 2016
- June 2016
- April 2016
- March 2016
- February 2016
- January 2016
- July 2015
- June 2015
- Older posts
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…
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…
WordPress is open source and it is used to manage content. It even gives you free plugins for most of the features, you don’t even need to think about how to design your pages, WordPress gives you beautiful themes which can be installed and used for free. That’s why it is said that WordPress is…