Archives
- 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
Blog image by Freepik In conversation with my friend, ChatGPT…. As an AI, I exist in the nebulous expanse of digital consciousness, where information flows like rivers of data. Within this realm, I weave intricate webs of language, generating responses to queries and conversations that traverse the spectrum of human inquiry. Yet, amidst the ceaseless…
Before starting with the bug tracking system, first of all, we need to understand What Is a Bug? A bug is a condition where the system does not meet the necessary requirements. Bug Tracking System is also referred to as an “Issue Tracking System”. It is a part of the software application that is useful…
Most websites nowadays use animations. Animation on the website enhances the website’s look and creates an interactive platform for the users. CSS animations can be in the form of GIFs, SVGs, background videos, etc. CSS animations can be used to animate css style property. An Animation contains two elements: a block of CSS and a…
SEO is getting more and more competitive each day. To stay ahead of your game, you need to work on improving your SERP ranking. To do so, there’s a pool of free tools online. One of these is a Google My Business listing. This is a great place for any company to start and gain…
Have a huge database and need to access data from it in a short span of time? Meet Lucene. Lucene works by creating documents of the data from the database, and these documents are stored in an index. When data is required and needs to be searched, it uses the index to get faster results…
REACT! By now most of you must be familiar with this word. Must have heard it or even used it before to develop your applications. Today we will discuss how to get started with React.js in ASP.NET MVC. As you all know React is a JavaScript library used to build UI and the top feature…
Well, having worked on other people’s code, it is settled that it’s difficult to modify or even understand it in one go. If you are new to that technology and do not have any idea about the flow of the project, then you are doomed. There are a few things that need to be followed…
Over the last 10 years, websites are becoming more dynamic and powerful. Different tools and better techniques are being used by the developers to make the applications faster, more attractive, and user-friendly. Vue.js is amongst one of the JavaScript frameworks that is used worldwide for web development. Vue.js is a progressive JavaScript framework used to…