Business, Development

Balancing innovation and security in software development

Balancing innovation and security in software development is crucial for ensuring the long-term success and sustainability of a company. It’s important to understand that security is not a one-time activity, but an ongoing process that must be integrated into every stage of the software development life cycle. Implementing security measures

Read More
Legacy App Modernization
Business, Development, UI Design, Web Design, Web Development

Legacy App Modernization

In today’s world, business requirements change quickly, often driven by technological innovations that appear on an almost daily basis. To meet the marketplace challenges posed by those changes, companies often must continually update the capabilities of the software applications on which their business operations depend. For companies that have been

Read More
Grails / Java / J2EE

MavenCentral Dependencies Failing To Resolve

As of January 15, 2020 Sonatype, the hosts of the Maven Central repository will no longer be permitting insecure connections to their repository via http. More information on the why´s can be found here. So if you´re working on a Grails application that uses the mavenCentral() repo, and suddenly on

Read More
Grails / Java / J2EE

Using Servlets within Grails Applications

Hiding the nuts and bolts of what happens behind the scenes in Grails web applications is one of its strong points. 99% of the time we use controllers and actions, we access the ‘params’ parameter map to see what’s been passed to our code and respond accordingly without never needing

Read More