NEWS & BLOG
Constraint Programming: Solving Sudoku with Choco Solver library
Constraint programming is a paradigm for programming that can seem unusual the first time you see it, as it's entirely different to imperative programming. This post outlines a solution using constraint programming with Choco Solver, an open-Source java library for constraint programming!
Sonalake’s Sports & Charity Challenge
Yesterday marked the official start of our annual Sonalake Sports Challenge! With Spring around the corner, the warm weather is calling us to get outside and get active! The health benefits of regular exercise and physical activity are hard to ignore. Everyone benefits from the activity, regardless of age, gender or physical ability.
Sonalake supporting National Broadband Ireland: A quick video look at the Fibre Rollout Stats
National Broadband Ireland (NBI) is designing, building and operating the new high-speed fibre broadband network for rural Ireland. We're delighted to be a part of this transformational project, aiming to end the digital divide! Watch this video for the mind blowing fibre stats associated with building a limitless Ireland.
Code Sharing with React Native & Webpack
Code sharing is a technique that enables applications to reuse the same code across desktop, web, and mobile platforms. In this post, Łukasz presents how to share components between React Native and React web applications.
Sonalake to sponsor Girl Tech Fest
We are delighted to be sponsoring the Girls Code Fest, a virtual coding conference, dedicated to girls and young women, featuring 13 coding events within STEAM industries.
People Skills & Collaboration in the World of Design
In our latest post, our UX designer Daragh discusses the value of building collaborative relationships with stakeholders, the importance of people skills in the design-world, and ways to develop them!
#Tech2Students Campaign Gets Nationwide Recognition
As a founder and ongoing supporter of TechSpace & Camara Ireland, Sonalake is delighted that the #Tech2Students campaign has won the support of the Irish national broadcaster RTE, electricity company ESB and postal company An Post. With a week long TV and radio campaign, we expect to get laptops to thousands more students, helping to bridge the digital-divide for less advantaged sectors of society.
Growth in Strange Times: 2020 Hindsight
It's been quite an eventful year here at Sonalake, one that we can say, with the help of our team and amazing customers, was a big success! This year we recorded growth in our business, our people and diversity. Before we continue, we want to thank everyone who contributed their time and specialities to make this happen.
Our 5 Most Popular Posts of 2020
From building Multi-Tenant Applications with JHipster to Network Congestion Forecasting, let’s reflect on our most popular post of 2020.
Introduction to Cross-site scripting (XSS)
As of 2020, many might think that Cross-site Scripting (XSS) vulnerabilities are well explored and that the vast majority of them are addressed by frameworks we use. However, numerous examples from this year alone show XSS remains an issue, with possibly the most famous XSS vulnerability of the year being found in Google Sheets. In our latest article, Kamil will take you through the basics of Cross-site Scripting (XSS), focusing on the most common types of XSS attacks and the various ways applications are exposed.