Flutter is great framework for cross platform development. It allows you to make pixel perfect apps that are generated into native code, but what happens if you need to use existing code in iOS or Android directly? For situations like these, Flutter allows you to use platform channels. Platform channels give you access to platform-specific […]
Software
AWS S3 Integration with Snowflake
In today’s ever-changing world, data is essential for every kind of organization, customer, or business. These days, most businesses use cloud storage to store data that is recoverable, quickly available, and safe. Users always want upgrades and the most recent technology to apply to their applications. Users won’t be able to obtain continuous data updates […]
Next.js Font & Image Optimization Guide
Optimizing Fonts Explaining How to Optimize Fonts in a Next.js Application //Path: src/app/Card/page.js import { Poppins } from “next/font/google”; const poppins = Poppins({ subsets: [“latin”], weight: [‘100’, ‘200’, ‘300’, ‘400’, ‘500’, ‘600’, ‘700’, ‘800’, ‘900’] }); const page = () => { return ( <> <h1 className={poppins.className}>Poppins Font Styling</h1> <p>this is paragraph</p> <button>Click me</button> </> […]
Enhancing TypeScript Code with Generics
In this blog, we will explore generics in TypeScript, but before diving into generics, let’s first understand what TypeScript is and why TypeScript has become increasingly popular in the software development industry. So, what is TypeScript? TypeScript, as a free and open-source high-level programming language, acts as a superset of JavaScript by introducing features like […]
ES6 Deep Dive: Unlocking Advanced JavaScript Features
Introduction JavaScript saw a revolution with the release of ES6, which added state-of-the-art features that increased its potential. In this blog, we’ll explore these advanced JavaScript ES6 features, illuminate their subtleties, and showcase how they enable developers to produce more effective, expressive, and manageable code. Developers can confidently and skilfully handle the difficulties of current […]
Importance of Cyclone Testing
Software testing is a method to validate that the produced software is working as expected as given in the requirements and to make sure that the product is free from bugs. it is nothing but running the application/system under both normal and abnormal conditions and comparing the result against Requirement/functionality. At the same time, we […]
Extending General Link for Experience Editor Alternate Approach
We have already seen the experience editor part in the Extending General Link for Experience Editor article in detail. Hence, in this article, we will explore how we can extend the general link for experience editor mode with an alternate code approach in Sitecore 10.2.0 to resolve the higher environment and performance issues that occurred […]
Understanding the Shadow DOM in Web Components
Managing the structure and styling of components in web development may frequently become complex, particularly when working on large-scale projects with several developers or integrating third-party components. Because CSS is global, there is a chance for CSS conflicts and accidental styling changes, a common issue for developers. Here’s where the Shadow DOM comes in as […]
Harness The Power of Appium Inspector
As we learned in the last blog, how to set up Appium 2.0 from scratch and install Appium Inspector too. This blog will teach about Appium Inspector’s desired capabilities to start our Android apps. Appium Inspector is part of the Appium 2.0 framework used to inspect elements within mobile applications for automation testing. Appium Inspector enables […]
Replacing Postman with the REST Client Visual Studio Code Extension
I (somehow) only recently discovered and began using the REST Client Visual Studio code extension created by Huachao Mao (GitHub: https://github.com/Huachao/vscode-restclient). It’s essentially an in-editor, Markdown-like HTTP request authoring and execution tool that allows developers to build a request (or multiple requests) in .http and/or .rest files. Think of it as a more Spartan, utilitarian […]
The Power Of Objects In JavaScript: Part 2
Jump into the fascinating world of JavaScript objects with us! We’re going to explore cool methods and tricks that can make your coding skills even better. If you’re new to objects in JavaScript, no stress! Our guide, ” The Power of Objects in Javascript: Part 1” is there to help. It breaks down both the […]
Ryman Hospitality Migrates to Oracle ERP Cloud!
ERP | Enterprise Resource Planning Migration to the Cloud – July 2023 Go Live! Ryman Hospitality Properties, Inc. (NYSE: RHP) Business Challenge + Opportunity Migrate existing footprint and well-established business processes from Oracle EBS and NetSuite financials into Oracle ERP Cloud (Fusion), with over 500 custom reports written across different tool sets (FSGs, Discoverer, GL Wand, […]