Analyze your code!
#tech

Analyze your code!

As projects grow in size and complexity, it can be easy to get lost in your own code base. Does this function return X, or Y. Can it return null? Does the doc block still match the function? Is this function even used anymore? We will use static analysis to answer these questions, and identify potential problems in our code. We will dive into what static analysis is, and a few of the tools that are available.

TypeScript: Our approach to developing JavaScript applications
#tech

TypeScript: Our approach to developing JavaScript applications

At Ibuildings, when we do JavaScript/NodeJs development, we actually use TypeScript. TypeScript is an open-source programming language created and maintained by Microsoft. TypeScript is a superset of JavaScript which means that any JavaScript file is valid TypeScript. But why do we use TypeScript? With this post I want to share our approach to developing JavaScript applications.

mroest

Martin Roest

April 25, 2019

What does serverless computing mean for your applications?
#business

What does serverless computing mean for your applications?

In our online age, the time of serverless computing has also come in recent years. This offers great advantages for working in the cloud. Especially if the software for your organisation is designed and developed for this purpose. For new applications, the development of cloud native software should certainly also be a consideration. I would be happy to explain why.

tomschenkenberg

Tom Schenkenberg

April 18, 2019

Updating business software also a conscious choice for custom software
#business

Updating business software also a conscious choice for custom software

No matter what kind of business software you’re working with, updating to keep up to date is always necessary. Also with custom software. Although you can make choices in your update and upgrade policy. But do this consciously, because the consequences vary greatly. And you notice that in the extent to which business software supports your users and business. And it also strongly determines how securely your organization works. Have you already made a choice?

tomschenkenberg

Tom Schenkenberg

January 21, 2019

Money doesn't make happiness, but what does?
#organisation

Money doesn't make happiness, but what does?

Many people think the purpose of a business is to make money. The more money the company makes, the better it goes,’ is the thought. Many annual plans are made based on 30% more turnover or 10% more profit. Until a few years ago, we also worked in the same way at Ibuildings. With a larger company with more profit, the rest would be fine on its own. But that’s not how it works, I noticed with myself.

joverbosch

Joni Overbosch

January 14, 2019

Also with SaaS, first choose your own software architecture
#business

Also with SaaS, first choose your own software architecture

Using APIs and SaaS solutions in the cloud offers organizations many opportunities. But there is also a downside to this development. Many companies and organizations lose sight of their software architecture. This can lead to proliferation of (emergency) solutions and fragmented data. Prevent this by reversing the development process. Start again with your own software architecture.

tomschenkenberg

Tom Schenkenberg

December 17, 2018

Keeping track of your dependencies
#tech

Keeping track of your dependencies

As a software engineer that mostly practices object oriented programming (OOP) I value principles like SOLID. When architecting apps I prefer a layered approach. I have typical layers like Application, Domain and Infrastructure. This helps me separate concerns and build a maintainable codebase. With this post I want to share how I try to create loosely coupled and maintainable software.

mroest

Martin Roest

November 29, 2018

Holacracy: What does that mean in our daily practice?
#organisation

Holacracy: What does that mean in our daily practice?

At Ibuildings we work together and organise our work according to the principles of Holacracy. So without a top-down structure. With a work environment in which everyone is responsible for their own work, within appointed roles. But what does Holacracy mean in practice?

sabine

Sabine Zegwaart

October 15, 2018