Blog Type: Technology

AWS Lambda function supports .NET Core 2.0

On 15th of January 2018 Amazon Web Services announced new support for creating Lambda functions with the C# programming language and .NET Core 2.0 libraries. This functionality was pre-announced on Re:Invent in November in Las Vegas and was welcomed by the community. AWS Lambda is the cloud “serverless computing” service, which lets developers create functions that […]

Why You Should Use Fuzzy Search?

During interaction with systems people often misspell or mistype their queries.  As a result, the users do not get the expected result back. That is why we need to find the most likely result when an exact match to a query is not found. Fuzzy search algorithms have been here for a while. They try […]

MuleSoft ESB Drools Continuous Integration

Business Rules Business Rules has been a powerful concept for decades. Do you remember Prolog? What about Drools? Business Rules engines allow us to write IF-THEN-ELSE conditions in a declarative way as opposite to the procedural way which is a common way of writing computer programs. With Business Rules you can focus on the logic […]

How to Build a Custom Alexa Skill?

Alexa is an intelligent assistant, developed by Amazon offering the user the ability to read news, information, listen to music and interact with the same by using only the voice. Besides these things, you can also build custom Alexa skill, such as Alexa can answer custom questions. And how can that be done? This blog […]

Automated SnapLogic Processes by Using Triggered and Scheduled Tasks

Automation enables you to be more effective and efficient and also enables you to spend more of your time adding value doing more effective things. By automating the routine of your regular job, you free up time to focus on things you would like to fix, improve, or upgrade in your environment. Automation is a […]

⋮IWConnect’s February Accomplishments

February is the month when all the holidays have passed, and companies start working at a higher speed and with bigger enthusiasm than the previous year. New commitments are made and everyone is eager to experience the new challenges that the year ahead has to offer. February at ⋮IWConnect was full of challenges, lots of […]

Why Sprint Planning is crucial in Scrum?

Technology, market, and environmental complexities increase day by day, resulting in increased interactions which on the one hand is a good thing, but on the other hand, it requires having a better agile methodology which will help in dealing with this complexity. We have already talked about Scrum and the possibilities it offers in one […]

February at ⋮IWConnect

February 1st, 2nd, 5th, 25th, 28th … boom 1st March. February, February – the shortest month of all has ended. It feels like yesterday was New Year’s Eve and today spring is already at the door. February is known as the month of love, as St. Valentine’s Day is on 14th February – ah Cupid, […]

Working with a FileTable in Microsoft SQL Server

How to store files in SQL Server Database without increasing its size or losing a link to it? The ability to store files and to connect them to other important information from a database solution is an important advantage both for the technical engineer and the company. Very often, we might encounter the problem of […]