Front End Development, Technology

Micro Frontend Architecture – microservices pattern to the frontend

What is microfrontend? A microfrontend is a concept and architectural approach in software development that involves breaking down a frontend monolith into smaller, more manageable and independent components. Each of these components is called a microfrontend. This approach is inspired by the principles of microservices, where the...

by Vipin Kumar
Tag: frontend
19-Mar-2024

Front End Development

Sticky Ads with HTML and CSS.

Today, digital advertising is growing at a faster pace. Therefore, lots of clients want to sell ads on the website. What are sticky ads? Sticky ads are ads that stay visible while the user scrolls through the content of the web page. There are two types of sticky ads horizontal and vertical sticky ads. Horizontal ads: These ads have...

by Rajan Shergill
Tag: frontend
27-Feb-2024

Front End Development

EXPLORING FLEX BOX PROPERTY IN CSS

Flex is the value of the css display property. By using a flex in the parent, the child elements are automatically shaped like a line or column with their respective initial width and height. Properties of Flex Container 1.Display Flex: CSS Display property can have value flex or inline-flex. By using display flex or inline-flex to...

by divyanshi.agarwal
Tag: frontend
21-Aug-2023

Agile, AngularJS

Building Intuitive Frontend Interfaces with AngularJS – An Overview!

A successful business requires clean, attractive and intuitive consumer facing the web and mobile properties. A good front-end doesn't just help to create a recall but also drive engagement and generate more business. Engineering a product that is both attractive with a high performance is challenging and requires expertise that...

by Poulomi Nag
Tag: frontend
25-Jul-2017

Android, Front End Development

How to Achieve React Native and iOS Bridging?

We love sharing our learning from the project. Recently, in one of our development projects, there was a need of bridging between iOS or Android and react-native. We were required to integrate the apple map with our application by writing the code in native iOS where the application would interact with the operating system. Once we get...

by Priya
Tag: frontend
09-Mar-2017

AngularJS, Experience Design

FE-Conf is Back: A Leading Conference on Frontend and UX Technologies

FE-Conf is one of the biggest conference happening in India on state-of-the-art Frontend and UX technologies. After the success of FE-Conf 2016, we are proud to host FE-Conf 2017 - A Frontend Engineers Meet organized by TO THE NEW. Our last conference had an amazing feedback and it helped people to find new ideas, learn from...

by Kavita Upadhyay
Tag: frontend
14-Feb-2017

Technology

Moving Background image using CSS

CSS describes how html elements should be render on screen. We can move the background image using CSS3 animation property that gives an illusion of running video. CSS3 animation is supported by all modern browsers. An animation lets an html element gradually change from one style to other. You need to specify keyframe to use animation....

by Poonam Baveja
Tag: frontend
26-Jul-2016

Technology

Introduction to PolymerJS: Building Web Components

In the history of web development there have been many changes. Day by day new innovations were introduced in the market to make web more interative and meet user expectations. Javascript has evolve a lot due to these innovations but HTML hasn't grown that much. So at the end of the day we end up in writting more and more javascript code...

by Komal Jain
Tag: frontend
03-May-2016