The right eCommerce solutions for your online business are critical. Uptime is of primary importance but you're a growing business and enterprise solutions are overkill. This is where Arcane shines. Our engineers are 10+ year ecommerce veterans, having performed dozens of integrations with SAP, Oracle, BlueCherry, TradeGecko, and many other ERP and CRM solutions, plus every major gateway. Explore our selection of ecommerce hosting support services!
Introducing Stripe Terminal Standalone POS. This Verified Stripe Partner application will convert your Stripe account into a point-of-sale checkout portal when using Stripe, BBPOS, and Verifone devices with the Stripe Terminal. No website required!
Introducing the first and only Stripe Terminal plugin for WooCommerce. This Verified Stripe Partner plugin will convert your WooCommerce store-front into a point-of-sale checkout portal when using a Verifone, Stripe, and BBPOS devices with the Stripe Terminal.
Need managed cloud support for a web app? Arcane's managed services monitors both your servers and websites to take immediate action in the event of downtime. With access to ticketing and a dedicated phone line, you can ensure that Arcane takes hands-on action, 24/7, with U.S.-based engineers to keep your business moving.
Your online business needs white glove treatment with the right enterprise solutions. Uptime is of primary importance and when it comes to enterprise hosting support, you only want the best! We totally get that. Our enterprise clients include multi-million dollar and Fortune 500 companies looking for fast response rates and expert precision. Our solutions handle and process upwards of 50,000 concurrent users and more than $1 million in transactions daily!
Introducing Stripe Terminal Standalone POS. This Verified Stripe Partner application will convert your Stripe account into a point-of-sale checkout portal when using Stripe, BBPOS, and Verifone devices with the Stripe Terminal. No website required!
Need managed cloud support for a web app? Arcane's managed services monitors both your servers and websites to take immediate action in the event of downtime. With access to ticketing and a dedicated phone line, you can ensure that Arcane takes hands-on action, 24/7, with U.S.-based engineers to keep your business moving.
With over a decade of experience in building teams at various agencies, Arcane Strategies knows exactly how target efficiency and speed to market. Our operations consulting team will help you create systems, both automated and human, which reduce overhead.
Your small business values your website and digital assets but downtime could stop your business in its tracks and you need to be budget-conscious about your small business solutions. Perhaps you're running an informational website or maybe you have a light ecommerce interface on Shopify or WooCommerce. Arcane has ways to help support and optimize your assets with our small business hosting support services.
Introducing Stripe Terminal Standalone POS. This Verified Stripe Partner application will convert your Stripe account into a point-of-sale checkout portal when using Stripe, BBPOS, and Verifone devices with the Stripe Terminal. No website required!
Introducing the first and only Stripe Terminal plugin for WooCommerce. This Verified Stripe Partner plugin will convert your WooCommerce store-front into a point-of-sale checkout portal when using a Verifone, Stripe, and BBPOS devices with the Stripe Terminal.
Need managed cloud support for a web app? Arcane's managed services monitors both your servers and websites to take immediate action in the event of downtime. With access to ticketing and a dedicated phone line, you can ensure that Arcane takes hands-on action, 24/7, with U.S.-based engineers to keep your business moving.
by Mike Ricotta - January 3, 2017
In the Age of Automation, many business owners rightly ask “What are scripts and how can we use them to our competitive advantage?” In this blog, we explore all that and more…
Pop quiz: I’ve got a thousand line text file that needs to be put into a spreadsheet. What do you do? Answer: write a script.
A script is something that automates tasks that otherwise could be done manually (often at great time expense). I’ll bet you’ve written scripts yourself to automate a bunch of tasks that would otherwise take up all your time.
But it’s not many of us that know how deep the scripting rabbit hole goes. Let’s explore.
You want to start a new project on the web. It’s not anything to sneer at: a few different servers, a few different websites, a team of developers. First things first, you need a project management tool– you want to set up a timeline. So you install Jira somewhere and set it up so that everyone has access to it, and start assigning tasks. It would be easier, though, if a script could take care of that for you.
Then, of course, you need a development environment. All the servers have to be set up. You spin up some instances on Amazon AWS, and your IT guy starts installing the tools you’ll need. PHP, MySQL, Node, etc. — there’s quite a long list. As I’m sure you’re aware, instead of doing that manually, it would save you quite some time to use a script that could do all of that with a single click.
Now you need some repositories for your code. Your developers set up the repos on BitBucket and make their first commit. They create the different branches they’ll need and set up webhooks to have the servers automatically pull changes. There’s no reason that all this can’t be done with a script, automatically.
I’m sure you’re starting to see a pattern.
Everything that I’ve described above and much more can be done in a single step if enough scripts and APIs are leveraged. Anything from updating WordPress plugins to checking for deprecated code can be done by a script.
Of course, these are a lot of scripts to write, but once they’ve been written, it’s an enormous timesaver. My favorite example is server audits: There is a huge number of repetitive and tedious work involved in maintenance of a web project, especially with version control. Which tools are installed on which server? Which tools are up-to-date, and what must be updated? What framework/plugins are installed? What is the status of the memory on the server? All of this is checked often, and usually manually. As the number of servers increase, it becomes increasingly annoying to deal with all these tasks. Then, of course, as languages change, you must make sure that none of the code is deprecated, which involves lots of tedious grep scripts.
So we wrote scripts to do all of that. What used to take hours of work now takes a single click, and neat records are automatically kept.
That’s the magic of scripts. Thousands of them run every day to save days of work so that teams can be more productive and less prone to error. Beneath all of the fancy terminology, that is what’s at the heart of many DevOps tools.
And our platform, DOSA, takes full advantage of them.
Mike is a veteran of Madison Avenue digital media, with over a decade of professional experience. As an expert in digital media, Mike has been a partner in founding several web and apps products, has built 3 international development teams through acquisition, and appeared on media networks and publications such as CNBC, Fox Business, Bloomberg, Business Insider, and CIO Magazine, among others. More information on Mike may be found on his personal website: https://www.michaelricotta.com/