In our latest “What If? So What? episode, we sit down with Kevin Espinosa, a seasoned digital strategist with a rich background in the industry, to look at how technology is impacting the manufacturing industry. Kevin’s journey from an electrical engineer to a digital marketing expert provides a unique perspective on the evolving landscape of […]
Services
AWS Elastic Beanstalk: Simplifying Web Application Deployment
In today’s fast-paced digital world, deploying and managing web applications efficiently is crucial for developers and businesses alike. AWS Elastic Beanstalk offers a powerful and user-friendly platform to streamline this process, allowing you to focus on writing code rather than managing infrastructure. In this blog, we’ll explore AWS Elastic Beanstalk, its key features, and how […]
The Ultimate Guide for Cutting AWS Costs
AWS cloud solution is becoming a requirement of the fast-evolving infrastructure needed in today’s IT business. All clients wish to move to cloud because it has higher availability and durability. The current consumers on cloud are always concerned with the ways that they can cut costs by a huge on Amazon web service monthly and […]
Bug Fixing: Lazy loaded property value is not supported by the current property instance
While upgrading from CMS v11 to v12, we ran into an error that read “Lazy loaded property value is not supported by the current property instance”. Unfortunately, the stack trace didn’t really say what the problem was. Here is that stack trace: System.InvalidOperationException: Lazy loaded property value is not supported by the current property instance […]
Encrypting and Decrypting Passwords Using Java in Selenium
Security is a crucial aspect of any application, especially when dealing with sensitive information such as passwords. Storing passwords in plain text can expose them to potential security risks. In this blog, we’ll discuss how to securely encrypt and decrypt passwords in Java and how to integrate this functionality into your Selenium automation scripts. Why […]
Understanding Encryption Algorithms: AES, DES, and Blowfish
In our previous blog, we discussed how to encrypt and decrypt passwords in Java using the AES algorithm. In this follow-up post, we’ll delve deeper into various encryption algorithms, specifically AES, DES, and Blowfish. We’ll explain each algorithm in detail and provide code examples for their implementation. Types of Encryption Algorithms AES (Advanced Encryption […]
UX in Universal Design Series: Key Principles for Voice Control and Speech in Health Systems – 3
Welcome to another installment in our UX in Universal Design series! This edition focuses on the key principles of usability for voice control and speech recognition specifically tailored for individuals with physical disabilities within health systems. Voice control and speech recognition technologies are essential tools for enhancing accessibility and improving patient experiences. By implementing these […]
UX in Universal Design Series: Key Principles for Keyboard Access in Health Systems – 2
Welcome to the next installment in our UX in Universal Design series! This edition focuses on the key principles of usability for keyboard access specifically tailored for individuals with physical disabilities within health systems. Ensuring that healthcare digital interfaces are accessible via keyboard navigation is crucial for providing equitable care and improving patient outcomes. By […]
UX in Universal Design Series: Key Principles for Physical Disabilities in Health Systems – 1
Welcome to the new series on Usability and Experience (UX) in Universal Design! In this series, we will delve into the key principles that ensure inclusivity and accessibility for all users. Our first installment focuses on the essential usability and UX principles for individuals with physical disabilities. By understanding and implementing these principles, designers and […]
Why Universal Design in Health Systems Matters for Future-Proofing Healthcare – 6
Welcome to our new installment of our Universal Design and Health System blog series. In this edition, we will explore the critical role of Universal Design in future-proofing healthcare. As the healthcare landscape continues to evolve, it is essential to create systems and environments that are adaptable, resilient, and inclusive. Universal Design principles provide a […]
Understanding Azure OpenAI Parameters
Azure OpenAI Service offers powerful tools for utilizing OpenAI’s advanced generative AI models. These models are capable of producing human-like text, images, and even code, are revolutionizing various industries. By understanding and optimizing various parameters, you can significantly enhance the performance and precision of these models for specific applications. This blog explores the key parameters […]
The Curse of Perfection – Toil and Trouble
“Double, double toil and trouble,” is a line repeated by the witches in Macbeth as they lay out the ominous prophecies of greatness and dire consequences for the titular character. Macbeth’s ambition envisions a perfect ending though desperate actions and moral weakness ruin it. So too are the misguided actions in pursuit of perfection which […]