Home > Articles posted by Harish Rajora
FEATURE
on Nov 30, 2023
34 views 23 secs

When someone creates a website, they have two paths to choose from – dynamic or static. For people who are clear about the architecture of their application, this choice is easy to make. However, an extremely large portion of web creators, including organizations that provide such services, would generally jump on a framework they have […]

FEATURE
on Nov 13, 2023
281 views 29 secs

Developing a web application that works perfectly on all devices is a challenging and intriguing task. For example, there can be certain cases when you apply “color” to the text, but the screen still displays black text. This error can be due to lousy typing or incorrect syntax. There are also a few dynamic errors, […]

FEATURE
on May 30, 2023
350 views 21 secs

Front end development involves implementing the web user interface through coding languages like HTML, CSS, and JavaScript. A web design specifies how a website appears, while front end development defines how a web design is implemented on the website. Adopting the latest front end techniques in a quick software development ecosystem with the continuous shift […]

FEATURE
on Mar 2, 2023
342 views 27 secs

When we think about the idea of an application, one central question constantly trembles: What would be the best platform to develop it for initially? The reason for this question is the highly fragmented market today we live in. Currently, a user has two primary options to operate an application. For example, a ticket booking […]

FEATURE
on Feb 10, 2023
413 views 25 secs

With the exponential growth in digitalization worldwide, organizations hold a large amount of data today. This data can be extracted, cleaned, and used to reveal analytics that was not possible earlier. One can use these numbers to expand web applications, analyze user patterns, and present exactly what they want to see to the user. This […]

FEATURE
on Jun 17, 2021
355 views 21 secs

CSS has become the backbone of front-end web development and is now more sophisticated and an efficient problem solver than ever. What a web developer used to perform with extensive JavaScript code is slowly being brought to CSS with specific properties. Be it CSS aspect ratio, CSS scroll-snap, or CSS subgrids; the CSS library has […]

FEATURE
on May 25, 2021
327 views 27 secs

A website comprises two main components: a front-end and a back-end (along with several more). Though few websites (e.g. NGO’s website) may not have a back-end, it definitely has a front-end. The front-end of a website is the user’s view of how (s)he will see it and how the website will behave to his actions. […]

FEATURE
on May 20, 2021
355 views 26 secs

Web developers often find themselves tangled with complex web designs. They usually spend days figuring out a CSS grid arrangement or managing a vertical navigation bar. Professional or novice, both developers are fascinated by the smooth transitional design and Javascript functions that create wonders on the web page. But in this endeavour of observing the […]

FEATURE
on May 13, 2021
357 views 22 secs

Over the years working with web development technologies, I have seen responsiveness, CSS, and browser compatibility testing have become the clear winners of discussions. For someone who is just beginning their journey with web development, “responsiveness” is considered a synonym for web development with every line of code directed towards it. Source Google trends show […]

FEATURE
on May 4, 2021
332 views 27 secs

As a front-end developer, there are many times when you say, “What’s that property that takes child elements and applies CSS?” or something on the same thoughts. CSS is endless when you start to learn it. Selectors are among the first things you’ll need to know when you start using CSS. Once you dig deep […]