Ketek Blog

Read our insights on using better tools, methodologies and practices within software development.

coding
Development

C# .NET Coding Conventions

We are a dedicated team of professionals with strong will to follow the best practices when we code.As a team, we have to manage several documents with all the coding conventions, design patterns and princi...

aws-and-elasticsearch
Development Quick Tips

Deploy ELK Stack to Amazon ECS

IntroductionIn this article we will discuss how we self-deployed ELK Stack on Amazon ECS by using AWS Cloud Formation to help us create the required resources.There are many other possibilities to use t...

elasticsearch-aggregations
Development Quick Tips

How to create nested fields inside Elasticsearch when importing SQL data using Logstash

The nested type is a specialized version of the object datatype that allows arrays of objects to be indexed in a way that they can be queried independently of each other.In order to achieve&n...

Software Development Outsourcing
Development Quick Tips

Importing SQL data inside Elasticsearch/Kibana using Logstash

Prerequisite:Configure the Elasticsearch instance.Configure the Kibana instance.Install the sqljdbc driver library.In order to import the SQL data we need to configure the import file. So let’s start by...

goodfirms
News & Events

Ketek became a Top Software Development Company recognized by Goodfirms.co

We are recognized as a Top Software Development Company on goodfirms.co. The list includes the best-rated software development vendors capable of providing custom applications for businesses. Ketek is excited t...

software development outsourcing
News & Events

Ketek have been featured as Top CRM Software Development Company

We are recognized as a Top CRM Software Development Company on SoftwareDevelopmentCompany.co.The list includes the best-rated software development vendors capable of providing custom applications for ...

software development outsourcing
News & Events

Why Romania is the best choice when it comes to software development outsourcing?

1. IT&C industry experts Romania is one of the most attractive options in Eastern Europe and all around the world when it comes to IT&C outsourcing. The Romanian universities ar...

software development outsourcing
News & Events

Ketek became a Top Software Development Company recognized by DesignRush

We are recognized as a Top Software Development Company on DesignRush.The list includes the best-rated software development vendors capable of providing custom applications for businesses.Ketek is excited that ...

Software Development Outsourcing
Development

Transforming a monolithic application to a micro-services oriented architecture – Part 6 – Final Deploy

We have created stacks. We have updated them manually to Amazon S3. We can launch them easily from the AWS Console > CloudFormation View.Now it is time to use some CI/CD scripts which will deploy our mic...

Software Development Outsourcing
Development

Transforming a monolithic application to a micro-services oriented architecture – Part 5 – Stack for another service

We have now all we need to start splitting the monolithic application into micro-services. All we have to do from now on is:Discuss about the micro-services you will create;Take code apart from the big appl...