What Gets Recorded Gets Reported: What Is ESG Reporting and Why Is It Important?
Kubernetes Deployment vs Service: How to Manage Your Containerized Applications With Ease
SaaS Accounting Solution Development Behind the Scenes: Interview with Billy.dk CPO
Digital Transformation in Facility Management: When Automation Is Inevitable
Business growth What Gets Recorded Gets Reported: What Is ESG Reporting and Why Is It Important?

Content 1. What is ESG Reporting? The basics 2. The twin green & digital transitions  a) What is the twin transition? b) Digital transformation as...

Alina Terebetska Sep 23, 2022 · 9 min read
Business growth Kubernetes Deployment vs Service: How to Manage Your Containerized Applications With Ease

The number of companies that keep launching major digital transformation projects in 2022 is only growing, and it’s easy to see why, since these...

Mariia Matviichuk Aug 04, 2022 · 7 min read
Expert opinion SaaS Accounting Solution Development Behind the Scenes: Interview with Billy.dk CPO

Table of contents 1. Introduction 2. A dream behind the Billy app 3. Target audience profile 4. Legacy challenges and a new product vision 5. What...

Anna Yaskiv Jun 29, 2022 · 9 min read
Business growth Digital Transformation in Facility Management: When Automation Is Inevitable

Digital transformation in facility management keeps evolving. This disruption is two-fold. It automates manual tasks connected with business processes. And it introduces a range of data...

Alina Terebetska Jan 21, 2021 · 9 min read
  • All( 298 )
  • Business growth(204)
  • Case Studies(17)
  • Expert opinion(18)
  • Project delivery process(4)
  • TechHub(67)
← Newer Posts Page 2 of 3 Older Posts →
TechHub How to Work With Sound In JS: Audio File Streaming (Part 2)

This is the second part of the article "How to Work with Sound In JS: Сustom Audio Player With Web Audio API". Here you...

article author
  • Tymets Volodymyr
Feb 21, 2019 · 5 min read
Business growth How to Organize 24/7 Server Availability and Prevent It From Going Down

Server downtime is such a bitter pill that may seriously impair your business. The fact is that no one is immune to the server downtime issues....

article author
  • Helen Vdovychenko
Jan 17, 2019 · 4 min read
TechHub How to Improve Node.js Productivity With C++ Addons: Step by Step Guide

Node.js is an open-source platform for development of the applications with JavaScript programming language. Node.js is based on the V8 engine that executes JavaScript...

article author
  • Roman Bagrij
Jan 10, 2019 · 7 min read
TechHub Mobile App Security Standards: Common Risks and Solutions

Cybercrime is an issue many are familiar with in 2018. With the growth of the big data technology, hackers target data systems and apps for personal...

article author
  • Mykola Striletskyi
Dec 24, 2018 · 4 min read
TechHub GraphQL Ins and Outs: How GraphQL Will Power Up Your Project

GraphQL is a query language that allows users to describe what kind of data they want to receive in just one request. It significantly reduces the...

article author
  • Helen Vdovychenko
Dec 13, 2018 · 1 min read
TechHub Expo vs Vanilla React Native: What to Choose for Your Project

To use Expo or not to use? This is a common dilemma for those who plan to develop React Native app. Based on my experience, I...

article author
  • Yura Kruhlyk
Dec 04, 2018 · 6 min read
TechHub Building a Stable Node.js Project Architecture. Best Practices for Node.js Development

Often product development process which involves JavaScript, is accompanied by the use of Node.js, a JavaScript runtime environment. The birth of this technology has certainly...

article author
  • Tymets Volodymyr
Nov 20, 2018 · 10 min read
TechHub How to Improve React+Redux Code With Redux Thunk Package

React + Redux are widely-used and popular technologies for developing the client side of the web project. Such bundle allows to extend product’s capabilities by simplifying...

article author
  • Roman Bagrij
Nov 07, 2018 · 5 min read
TechHub Node-RED: How to Build Custom Nodes With Dynamic UI

Recently, I had an opportunity to learn new technology for software development with Node.js - Node RED. Briefly speaking, this technology allows to build your...

article author
  • Tymets Volodymyr
Oct 31, 2018 · 11 min read
TechHub 10 React Native Open-Source Projects You Must Know

Open-source code is a great tutor for developers with any skill level. It enables you to watch the development process, take part in it, and learn...

article author
  • Valentin Danilichev
Oct 25, 2018 · 5 min read
TechHub How to Develop a Boilerplate for API with Node.js, Express, and MongoDB

For the most part, developers work with the ready project’s code usually created by someone else or developed pretty long ago. That’s why, when...

article author
  • Tymets Volodymyr
Oct 23, 2018 · 7 min read
TechHub Deploying React Native Apps to App Store and Play Market : Step-by-Step Guide

Finally comes a moment when you have gone through “hell and high water” of development stage and now are ready to take your product into the...

article author
  • Terry Sahaidak
Aug 27, 2018 · 7 min read
TechHub Is Node.js Single-threaded? How to Run the Requests in Parallel

Node.js is a single-threaded asynchronous JavaScript runtime. This means that your code will be executed in the same thread. Such architecture is experimental and slightly...

article author
  • Tymets Volodymyr
Aug 21, 2018 · 5 min read
TechHub Switch from Meteor to GraphQL: Secrets of Hassle-Free Migration Process

The reason I have decided to write this article is that at the moment our team is migrating a complex app from Meteor to GraphQL. Before...

article author
  • Pavlo Brunko
Jul 10, 2018 · 10 min read
TechHub How to Improve REST API Performance and Deal With the Data Overload

Not so long ago I've started to pave my discovery path to Graphql technology. A brand new idea, a brand new approach to exchange data between...

article author
  • Tymets Volodymyr
Jun 19, 2018 · 7 min read
TechHub Building a Two Sided Marketplace: Moving From MVP to Enterprise

Are your product is already on the market for some time and you have no idea how to expand it even more? Here’s an eBook...

article author
  • Zoriana Senkovska
May 15, 2018 · 1 min read
TechHub How to Create Home Automation App for Clap Detection With Node.js and Raspberry PI

Not so long ago, I have described how you can manage your home and home appliances with a smartphone and Raspberry PI. Check out Building Home...

article author
  • Tymets Volodymyr
Apr 23, 2018 · 6 min read
TechHub How to Build 3 Types of Mobile App Notifications For An Online Marketplace?

Notifications are the must-have feature for almost any kind of mobile apps and marketplaces these days. Various updates and reminders depend on this, at first sight,...

article author
  • Zoriana Senkovska
Feb 22, 2018 · 5 min read
Business growth Opting for the Database Type for Online Marketplace App. How to Migrate MySQL Database to MongoDB?

Database migration might be a sensitive task to handle, especially when it comes to the development of the database for the online marketplace project. If you...

article author
  • Zoriana Senkovska
Feb 16, 2018 · 6 min read
TechHub End-to-end Testing for Online Marketplace: Benefits, Process, and Examples

End-to-end testing is an advanced methodology that helps to control the process of development and deliver a qualitative product. In this article, we want to share...

article author
  • Helen Vdovychenko
Feb 13, 2018 · 5 min read
TechHub Building Home Automation Open-Source App With React Native, Node, Express and Raspberry Pi

Imagine that you own a large aquarium at home, full of fish shoal. To make it look more aesthetic, you’ve decided to plant some exotic...

article author
  • Tymets Volodymyr
Jan 26, 2018 · 9 min read
TechHub How to Implement Push Notifications for iOS and Android In React Native

Push notifications have a powerful impact on the conversions, engagement, and retention on your website. You can use them in different ways and forms to promote...

article author
  • Oleh Mryhlod
Jan 24, 2018 · 6 min read
TechHub React Native Integration With Existing Apps. Benefits + Memos

React Native is still young but already popular framework to build iOS and Android apps (including marketplace platforms). This tendency prevails not only among developers but...

article author
  • Zoriana Senkovska
Jan 19, 2018 · 6 min read
TechHub Automated Invoice Processing for Your Marketplace: Xtracta Integration

Does your online marketplace deal with contracts, receipts, and invoices? Then you probably need a better tool for automated invoice scanning and data capture that will...

article author
  • Stepan Yurtsiv
Jan 04, 2018 · 4 min read
← Newer Posts Page 2 of 3 Older Posts →
  • Careerlogo
  • Services
  • Portfolio
  • Company
  • Blog
  • Contact Us
CareerServicesIndustriesPortfolioCompanyBlogContact Us
Apiko

Get in touch

letter img
+44 20 8133 5225
letter img
mykola@apiko.com
location icon
Lasnamae linnaosa, Pae tn 25-47,
Harju maakond, Tallinn,Estonia, 11414
CareersContactsBrand kitGDPR Compliance

Expertise

TechnologiesStages of developmentMarketplace developmentIT consultingDigital transformationESG services
IndustriesManufacturingTransportation & logisticsFacility managementFintechHuman capitalB2B solutionsE-learningE-commerce & retailBooking & reservationJob board marketplaceFood marketplace
ServicesWeb app developmentMobile app developmentDevops servicesSaaS app developmentApplication modernizationDiscovery phaseDedicated teamMVP developmentSoftware testingUX/UI design

© 2014 - 2023 Apiko. All rights reserved

clutchgithubfacebooklinkedintwitterdribbble icondribbble