We develop software
for great companies.
Gladly also for you.
Who is t2informatik?
Some call it software engineering, others just simply programming. For us it is software development. As experts and long-standing service providers in all modern .NET technologies, with the Java platform and with web technologies, we offer professional software development for companies.
We are also happy to support you and your organisation in designing software architectures, developing new applications, migrating data, modularising existing programmes or expanding tools.
For example, we write such lines of code:
@Component({
selector: 'app-filter-view',
templateUrl: './filter-view.component.html',
styleUrls: ['./filter-view.component.scss']
})
export class FilterViewComponent implements AfterViewInit {
@ViewChild('search-field', { static: true }) inputField: ElementRef;
findResult: FindResult|undefined;
constructor(private readonly searchService: SearchService) {}
ngAfterViewInit() {
fromEvent(this.inputField.nativeElement, 'input')
.pipe(debounceTime(500))
.pipe(map(evt => this.extractText(evt)))
.pipe(switchMap(searchText => this.searchService.find(searchText)))
.subscribe(result => this.findResult = result);
}
//...
}
If you could use something like this, then please take a look at our range of services:
And if you understand the content of the lines, why not apply for a job with us?
Cool Content
In addition to software development, we also offer a lot of knowledge to read and take away:
The t2informatik blog is about
People, Projects and Software Development
Regulary we publish opinions, discussions and ideas from professionals and experts for people in organisations.
The latest IT knowledge can be found in
Smartpedia
Knowledge to read up on.
Highlights of the week:
- Scrum Values
- A.M. Turing Award
- RACI Matrix
Contact
“Again and again I hear that companies should tell a story and explain why they are unique. Our story is simple: we design and develop software. For companies from different industries. For many years. With a lot of knowledge, agile principles and proven practices. Tailored to our clients’ situations. Talk to us about your situation and we’ll see what we can help you with.”
Alternatively, you are also welcome to send us an email to internet@t2informatik.de.