Amongst many others
A financial technology company that processes payments for other companies. With a USD 40 billion valuation in 2022, it was recognised as the most valuable European fintech startup.
Social media Q&A platform where people send messages to a target audience anonymously/publicly, or as a guest.
Multi-store e-commerce/FinTech solution to synchronise sales data across online/offline channels.
Platform monitoring, in simple terms, is a way a team or an Engineer proactively plans against disruption of services and/or gets insights/visibility on service performance using tools that provide relevant metrics and options for setting alerts whenever unwanted events occur.
Like micro-services for APIs, the micro-frontend architecture is a front-end web development pattern in which a single application may be built from different builds. It enables independent development, deployment, and scalability of individual frontend modules using different frameworks if needed. Micro-frontends can break down the front end into smaller, self-contained modules that can be developed, tested, and deployed independently.
As companies strive to deliver exceptional user experiences and navigate the evolving landscape of web technologies, the role of a senior frontend engineer has become increasingly critical. Senior frontend engineers are experienced professionals who possess a deep understanding of frontend development and play a crucial role in shaping the technical direction of projects. In this article, we will explore the expectations placed upon a senior frontend engineer in terms of skills, responsibilities, and leadership qualities.
This article will guide you on how to break into tech with little to no experience by sharing resources, tips, and tricks on how to get started, fine-tune a field of interest, build your profile, prepare for interviews, and get full-time jobs/contracts.
The process of building and releasing features varies amongst teams, projects, companies, and communities. However, there are some common practices that can be applied to streamline the development process and ensure the quality and reliability of the codebase. This can be achieved by putting automated checks in place at various steps, this checks can be unit tests, integration tests, end-to-end tests, a build step and more. This process is known as Continuous Integration and Continuous Deployment (CI/CD).