Goings-on at Tensure
Blog
Databricks – a cloud-based, fully-managed, big data processing platform – is the hot new tool our data experts are using to make their lives easier and more productive.
Here are 5 reasons why Databricks is making all the difference:
read more
Blog
Here at Tensure, we love tools that make our lives in tech easy. Check out the following 5 tools that get our DevOps Engineers raving:
read more
Blog
Everything we do online creates data. They can hear us...
read more
Blog
If you’re someone who sells products online, finding the right tools for your business can be incredibly overwhelming.
Whether it’s keeping track of complex orders, managing multiple brands, building reliable online experiences – making all this happen (and making it happen consistently) is no simple task.
The pain is real, and that’s why Tensure Consulting has joined forces with Ultra Commerce, a modern alternative to traditional e-commerce platforms.
read more
Blog
There are several exciting things happening in DevOps, and these are the top trends we think are going to make a difference in 2022
read more
Blog
If you’ve ever heard of sprints, or scrum, Shape Up is an alternative methodology to project management. Essentially, Shape Up helps teams deliver more effectively by offering a process framework that brings in the whole team: both managers and developers alike.
read more
Blog
Immutability means something cannot be changed. You might want this to make sure you’re preserving a value.
For example, if you’re having multiple functions input the same value, but the value can potentially change between the function's operations, you’ll want to ensure the original value isn’t accidentally getting overwritten somewhere in the process.
Here are three ways you can ensure immutability.
read more
Blog
Looping is one of the first things you learn as a programmer. It’s not just “for” and “while” loops. You’ve got more options for looping than you’ll probably want to know about.
Let’s take a look.
read more
Blog
Sometimes, knowing ‘how’ to do something like building habits isn’t enough. It’s incredibly discouraging when we know ‘how’ to reach our goals, but still struggle to get there. So how do we get past the low points? The discouragement? And the lack of motivation? In this blog, we talk about the top 5 things getting in your way of building great habits! Check it out!
read more
Blog
We all have those pesky habits. You know, the bad ones. The ones that we’re not proud of but do ALL the time. What if I told you that you can stop those bad habits? In this blog, we talk about how to do just that! Take a look.
read more
Blog
Habits compound. Meaning the number of times you do even the tiniest habit will have a HUGE impact on your life.
And that is the KEY to habit building.
REPETITION.
Repeat the habit OVER AND OVER until it becomes AUTOMATIC.
read more
Blog
If you don’t already know, forming habits is the cornerstone to reaching our goals. And in order to build smart habits, we have to first have a habit-building mindset.
read more
Blog
As much as we would like to put people in a room and say “hey no idea is stupid, ALL ideas are valid, even the crazy ones”, there will always be some of us that will naturally hold back.
...How do we encourage ourselves and those who work for us that ALL ideas are valid so we can critically think about the ones that will actually work?
read more
Blog
The most commonly-mentioned tools I come across when it comes to managing front end layouts are Bootstrap, flexbox, and CSS grid. They all have their place, and generally, go from simplest implementation to more complex.
read more
Blog
If adding tests to your code is an afterthought for most developers, creating test automation is an after-afterthought. Nevertheless, test automation is necessary once a code repo gets so large where QA can’t keep up with regular manual tests, or when you have to be absolutely certain there aren’t any critical bugs introduced with any new merge.
read more
Blog
Test-driven development, or TDD, is the process of writing a series of tests for your code to pass before you’ve even written the code.
read more