Insights and Inspiration from NorthBay’s Customer Case Studies and world-famous Jam Sessions. Spanning Industries and solutions, we are proud of the incredible success we have co-created with our amazing customers.
Filter by
17 Results Found
(Showing 1 - 12)
Data center migration from on-premises to AWS Cloud for IBL Ltd
May 14, 2025 12:06 pm
How NorthBay Solutions Helped TÜBİTAK Launch a Foundational Turkish LLM on AWS
May 9, 2025 2:23 pm
Navigating AWS with NorthBay: Scoutek’s Managed Services Story
May 14, 2024 1:45 pm
A Recipe for Success: How Alamar Foods Leverages NorthBay Managed Service
May 6, 2024 2:56 pm
Fresh Pressed & Cloud Processed: HappyNest’s Growth Story with NorthBay
April 9, 2024 2:00 pm
A Solid Foundation For Modern Innovation
November 21, 2023 10:21 am
How NorthBay Helped Grow Credit Help More Consumers Build Credit
June 7, 2022 12:19 pm
Developing a Amazon Redshift Data Warehouse for Enterprise-wide reporting for RE/MAX
February 22, 2022 2:49 pm
SAP on AWS: How NorthBay Solutions Helped IBL Achieve Success
February 3, 2022 10:29 am
function removeParam(key, sourceURL) {
var rtn = sourceURL.split("?")[0],
param,
params_arr = [],
queryString = (sourceURL.indexOf("?") !== -1) ? sourceURL.split("?")[1] : "";
if (queryString !== "") {
params_arr = queryString.split("&");
for (var i = params_arr.length - 1; i >= 0; i -= 1) {
param = params_arr[i].split("=")[0];
if (param === key) {
params_arr.splice(i, 1);
}
}
if (params_arr.length) rtn = rtn + "?" + params_arr.join("&");
}
return rtn;
}
var url = window.location.href;
/*var form = document.getElementById("wcf-form-6094");*/
var form = document.getElementsByClassName("case-study-filter")[0];
form.onchange = function(){
var url = window.location.href;
var alteredURL = removeParam("s", url);
window.history.pushState({}, '', alteredURL);
}
jQuery(window).on('load', function () {
function removeParam(key, sourceURL) {
var rtn = sourceURL.split("?")[0],
param,
params_arr = [],
queryString = (sourceURL.indexOf("?") !== -1) ? sourceURL.split("?")[1] : "";
if (queryString !== "") {
params_arr = queryString.split("&");
for (var i = params_arr.length - 1; i >= 0; i -= 1) {
param = params_arr[i].split("=")[0];
if (param === key) {
params_arr.splice(i, 1);
}
}
if (params_arr.length) rtn = rtn + "?" + params_arr.join("&");
}
return rtn;
}
jQuery('.case-study-filter').delegate('a.page-numbers','click',function(event){
event.preventDefault();
var url = window.location.href;
var alteredURL = removeParam("s", url);
window.history.pushState({}, '', alteredURL);
});
});
jQuery(window).on("keydown", function (e) {
if (e.key == "F5" || e.key == "F11" ||
(e.ctrlKey == true && (e.key == 'r' || e.key == 'R')) ||
e.keyCode == 116 || e.keyCode == 82) {
e.preventDefault();
return false;
}
});




