

In this blog post, we’ll teach you 4 strategies to set the fees that feel right for you.
1. Track your time

Setting a correct fee begins with tracking the time you spent on certain tasks. That also means that you’ll need to track your time task by task. It doesn’t really matter how you track your time, be it pencil-to-paper or using a digital tool, but in this day and age most people – and clients – prefer a digital system. In some cases you might even be able to log your work using your client’s system. In other cases there are tons of (free) online tools you can use to track your time. Toggl is a great one, for example (and their comics are freaking hilarious). At ACA IT-Solutions, we use Tempo Timesheets for JIRA. But there’s tons of others to choose from! In order to pick the right one for you, ask yourself this:
- Am I working alone or with a team of people whose time I also need to track?
- Do I need to track time worked offline?
- Will I forget I have a timer running? Does the time tracking app have idle detection or a running timer visible no matter what I’m doing?
- Do I need thorough invoicing and expense-tracking tools included? Will I use a separate invoicing system, and if so, which time-tracking apps integrate with it?
- Can I get by with a free time-tracking tool or do I need to pay for a more thorough feature set, and if so, what’s my budget?
Answer these questions for yourself and go through or try out some time tracking apps to see whether they really suit you.
2. Know your pricing
Knowing your pricing includes avoiding feast or famine pricing and knowing your rock bottom. You should find the zone that reflects your value, but leaves room to negotiate. This means you’ll need to do some market research, get a sense of job scope and, if possible, budget from the client before you crunch numbers. Your market research should involve learning the benchmark for rates in your particular industry. Check industry discussion boards and professional networking sites where people swap stories, strategies, magazines and books or ask a professional you trust. Also find out your lowest number — the price you won’t go below, no matter how great the gig is.
Knowing your pricing is not just important for your business, it also avoids a lot of frustration. Going too low or too high with your prices causes stress and costs time. Undercharging can lead to a feeling of being taken advantage of, while asking too much can lead to a loss of potential clients.
3. Communicate your value
If you’ve done your market research properly, you know how much you can charge for your services. But your clients may not. It’s okay to educate a client about what you’re worth. In fact, calculating and communicating your value to your clients is part of your job. It’s not their job to know exactly what you do and what you ask for it, as long as you offer a solution to their problem.
So what’s the best way to communicate your value to your clients? Here are a couple of tips:
- Emphasize exactly what’s included in your pricing so people know exactly what to expect. This means you also may have to talk about things that are not included in your service.
- Explain to your clients where their money goes. You might relate to this yourself: how often have you gone shopping and wondered why something costs that much? A great way to build trust with your audience (and set yourself apart) is to tell them just that. Explain exactly where your buyers’ money goes and why you charge what you do. Online or in-person, this kind of transparency is rare and seeing this information readily available alongside your price tags lets your audience know that you’re not just out to turn a profit.
- Measure how satisfied your clients are with your level of communication and transparency. Do this when clients decide to take you on for the job, but also when they don’t. This may reveal some interesting information that you can use to your advantage in the future! You might feel you’re doing an excellent work of maintaining communication with your clients, but without direct input from your clients themselves, there might be a nasty surprise in store.
4. Prices don't have to be fixed
Earlier in this blog, we discussed finding the “zone” that reflects your value. That means your prices shouldn’t always be exactly the same. Don’t fear fluctuation. In some industries, it’s pretty much “one price fits all” for a given task. But if there’s a price spectrum, why not quote ’em as you see ’em?
Do you anticipate hours of meetings and revisions in your future? Perhaps there’s tons of overhead? Think of the cost to you of serving that client: you won’t have time for other projects and you’ll have to deal more with the less fun parts of your job. And if it’s your busy season or you’re cramming this gig onto an already full plate, that can be another reason to raise your prices.
On the other hand, will this gig boost your career, add visibility, or give you a new skill? Do you believe in the project and want to help it happen? Do you need the work? All valid reasons to allow a (reasonable) discount.
Takeaway 🚀
In this blog post, we’ve shortly discussed 4 strategies to help you set the right fee as a freelancer. The two most obvious ones are tracking your time and knowing the pricing zone that feels comfortable for you. Additionally, you should let others know what price you think you are worth and why. Communicating your value to your clients is essential. Don’t think of it as a way to justify your prices to them, but rather as a way to build trust. Finally, your prices shouldn’t be set in stone. Depending on the situation, it’s fair to raise or lower your prices by a bit.
We hope this blog has helped you set the right fees for you! If you’re looking for a new gig, check out all the current opportunities on our website!

What others have also read


At ACA, Ship-IT Days are no-nonsense innovation days.
Read more

In the complex world of modern software development, companies are faced with the challenge of seamlessly integrating diverse applications developed and managed by different teams. An invaluable asset in overcoming this challenge is the Service Mesh. In this blog article, we delve into Istio Service Mesh and explore why investing in a Service Mesh like Istio is a smart move." What is Service Mesh? A service mesh is a software layer responsible for all communication between applications, referred to as services in this context. It introduces new functionalities to manage the interaction between services, such as monitoring, logging, tracing, and traffic control. A service mesh operates independently of the code of each individual service, enabling it to operate across network boundaries and collaborate with various management systems. Thanks to a service mesh, developers can focus on building application features without worrying about the complexity of the underlying communication infrastructure. Istio Service Mesh in Practice Consider managing a large cluster that runs multiple applications developed and maintained by different teams, each with diverse dependencies like ElasticSearch or Kafka. Over time, this results in a complex ecosystem of applications and containers, overseen by various teams. The environment becomes so intricate that administrators find it increasingly difficult to maintain a clear overview. This leads to a series of pertinent questions: What is the architecture like? Which applications interact with each other? How is the traffic managed? Moreover, there are specific challenges that must be addressed for each individual application: Handling login processes Implementing robust security measures Managing network traffic directed towards the application ... A Service Mesh, such as Istio, offers a solution to these challenges. Istio acts as a proxy between the various applications (services) in the cluster, with each request passing through a component of Istio. How Does Istio Service Mesh Work? Istio introduces a sidecar proxy for each service in the microservices ecosystem. This sidecar proxy manages all incoming and outgoing traffic for the service. Additionally, Istio adds components that handle the incoming and outgoing traffic of the cluster. Istio's control plane enables you to define policies for traffic management, security, and monitoring, which are then applied to the added components. For a deeper understanding of Istio Service Mesh functionality, our blog article, "Installing Istio Service Mesh: A Comprehensive Step-by-Step Guide" , provides a detailed, step-by-step explanation of the installation and utilization of Istio. Why Istio Service Mesh? Traffic Management: Istio enables detailed traffic management, allowing developers to easily route, distribute, and control traffic between different versions of their services. Security: Istio provides a robust security layer with features such as traffic encryption using its own certificates, Role-Based Access Control (RBAC), and capabilities for implementing authentication and authorization policies. Observability: Through built-in instrumentation, Istio offers deep observability with tools for monitoring, logging, and distributed tracing. This allows IT teams to analyze the performance of services and quickly detect issues. Simplified Communication: Istio removes the complexity of service communication from application developers, allowing them to focus on building application features. Is Istio Suitable for Your Setup? While the benefits are clear, it is essential to consider whether the additional complexity of Istio aligns with your specific setup. Firstly, a sidecar container is required for each deployed service, potentially leading to undesired memory and CPU overhead. Additionally, your team may lack the specialized knowledge required for Istio. If you are considering the adoption of Istio Service Mesh, seek guidance from specialists with expertise. Feel free to ask our experts for assistance. More Information about Istio Istio Service Mesh is a technological game-changer for IT professionals aiming for advanced control, security, and observability in their microservices architecture. Istio simplifies and secures communication between services, allowing IT teams to focus on building reliable and scalable applications. Need quick answers to all your questions about Istio Service Mesh? Contact our experts
Read more

Let’s begin this blog post by remembering embarrassing memories from our past. Remember when you called your teacher “mom” in kindergarten? Or that huge zit on your forehead on your first day of high school? Let’s have a look at a picture from a couple of years ago. Those clothes… those hideous clothes. Why did you think you’d rock those super tight pants forever? Well.. you’ve changed and so did those fashion trends. Trends also seem to change quite rapidly in other kinds of design. In this blogpost, I’ll walk you through 3 tips to modernize your handout design and improve an old print design to fit in the modern world. I’m using a recent redesign of a handout made for our mobile team as an example. 1. Go digital The biggest change in this redesign is that we’re actually stepping away from print and moving towards digital media, such as a PDF file. A couple of advantages go hand in hand here. You no longer have to worry about how you’re going to jam all your information on two A4 pages, since you aren’t limited to a certain page size . This gives you more freedom with both your structure and information placement. As you can see in our example (click the picture on the right), this results in a lighter design that’s much more enjoyable to read because of extra whitespace between sections. Another big improvement is the ability to make use of links . You don’t have to write a full URL anymore, because you can just click on a shorter one or even add a button like you’re designing a webpage. Try adding links to logos or pictures. By doing this, you’re changing a completely static object into a link to even more information. Your handout is no longer limited to just the information on your two pages. Be careful you don’t forget to add links to anything that seems ‘clickable’ though. If your user tries to click on something that should’ve been a redirect to for example your website and it doesn’t work, you don’t make a good impression. 2. Add more whitespace! First things first, whitespace doesn’t need to be ‘white’ space. Whitespace refers to empty breathing room in your design , not a white colour between design elements. Imagine getting a page to read and everything is cropped in the first half of the page. I’d rather gouge my eyes out than try to read that. Space out your information and use that empty space to improve the reader’s experience and even guide them to parts you want them to read. In other words, empty space makes your content more readable. When your focus is to inform your reader, readability is top priority . In our old design, we used an abstract background. Pictures or patterns can be used as whitespace but aren’t ideal if you’re going for a professional and clean look. We simply changed to a white background instead. This way, we structured our design in a couple of ‘information containers’. The whitespace makes sure each of those containers gets the focus it deserves. So don’t just read whitespace and see it as unused space. Think of whitespace as a guide for your reader . 3. Don't overdo it You want to tell your audience something, so get to the point . Don’t try to over-explain and don’t use words you even barely know to sound smart. The same goes for showing pictures and using design elements. Nobody wants to scroll through 10 pictures which all show the same thing to find information they need. Say what you need to say and show what you need to show. Also, try using a number instead of an icon when speaking about a certain percentage for example. People love numbers (just look at all those infographics floating around on the internet as proof). Try to have a nice balance between icons and percentages when designing something. Of course, there’s nothing wrong with using icons as a visual too. They can break your wall of text, make it more enjoyable to reed and keep the reader interested. Last but not least, your design isn’t a child’s coloring book. Don’t use all of the crayons available! We went way overboard in our previous design. Now we’re only using red as our main color because it’s also the main color of ACA’s corporate identity. If you really want to use more color in your new design, be consistent . Don’t give your first title a blue color while giving your other titles a purple color. It’s pretty basic really, but often overlooked. 🚀 Takeaway Print design isn’t exclusively for just print anymore in today’s digital world. If you want to update your previous print designs so they fit in our online lives as well, here are some things you should take into account: Forget strict page size limits. Include clickable links in your design. You can even add buttons like on a website. Use as much whitespace as you need to help your reader ‘breathe’ for a second and rest their eyes. Be brief! Include visuals, but stay consistent in your color palette.
Read moreWant to dive deeper into this topic?
Get in touch with our experts today. They are happy to help!

Want to dive deeper into this topic?
Get in touch with our experts today. They are happy to help!

Want to dive deeper into this topic?
Get in touch with our experts today. They are happy to help!

Want to dive deeper into this topic?
Get in touch with our experts today. They are happy to help!


