This is the first article in the Kubernetes series. Lets directly deep dive into it to learn about the basics. What is Kubernetes ?Before learning about Kubernetes, let's find out what are Containers
Jetpack compose is a group of Android libraries that follow the best standards included in Jetpack. It is Google's brand-new, cutting-edge declarative UI framework for creating Android apps. The primary distinction between Jetpack
React Native recently announced the release of 0.68.0, with an opt-in to new architecture and some bug fixes. In this blog, we will briefly see some of the changes in React
If the machine running the code has multiple cores, then multiprocessing (running code in multiple child processes) can help do tasks in parallel. Doing tasks in parallel helps in saving time on the
AppLogger is a React Native mobile application framework that helps in minimizing QA (Quality Assurance) Team issue-reporting time and developer debugging time by providing a web interface for the logs generated and steps
Every online application must have a high level of application security. The OWASP-recommended approach for preventing XSS vulnerabilities in web applications is HTML sanitization. HTML sanitization is the process of eliminating dangerous JavaScript
Functional Programming lets us write bug-free readable code in an easy declarative style. With the rollout of ES6, JavaScript supports functional programming with a rich set of features. Why Functional Programming?The central
Setting up local environments 💻 can be frustrating, sometimes it gives us nightmares. The time and dev efforts required to set the dev local environment depend on the services we are trying to run.
Github Actions makes it easy for developers to automate software workflows like code deployment, running automated test suites and other CI/CD operations. The end goal of each workflow varies from case to