Implementation of Product Importer in AEM
/0 Comments/in Adobe Experience Manager, Java, JSON, Technology aem, development, engineering, import, knowledge base, marketing /by Dimche TrifunovSearching for a way how to implement product importer in AEM? We present a general overview of how to do that step by step. This will not solve your problem but will trigger a general idea about this.
7 Websites Every Developer Should Know
/1 Comment/in Company Development, Culture, Education, Methodology, Mindset development, engineering, knowledge base, productivity, tooling, web /by Mike SchmidLooking up stuff on Stack Overflow is a daily thing for every developer.
But there are additional sites to improve your productivity.
Read on and find a new page to bookmark!
How we deploy with Terraform and BitBucket to Azure Kubernetes
/0 Comments/in Automation, Azure, Bitbucket, CI/CD, Kubernetes Azure, Bitbucket, CI/CD, kubernetes /by Stefan MaurerFancy to know how N47 uses infrastructure as code (Terraform) and CI/CD (BitBucket Pipelines) to provide Azure services like Kubernetes, Active Directory, MySQL and others?
Create a CI/CD pipeline with GitHub Actions
/0 Comments/in AWS, AWS Elastic Beanstalk, CI/CD, GitHub, GitHub Actions, Java, Technology AWS, deployment, GitHub-Actions, java, maven, maven-workflow, pipelines /by Vladimir DimikjCloudFormation: Passing values and parameters to nested stacks
/0 Comments/in Architecture, Automation, AWS, AWS CloudFormation, CI/CD, Infrastructure AWS, CloudFormation, IaC, infrastructure, infrastructure as code /by Kristijan IlievCloudFormation is an AWS service that allows provisioning infrastructure using simple text files, that act as a single source of truth, and which can be version controlled with Git or any other tool.
Taiko, useful toy for automation testing
/0 Comments/in Automation, node.js, Testing automation testing, end to end testing, node.js, taiko /by Miodrag CvetkovicEvery day we are implementing new features/client requirements. On every release, we want those changes to be correct, previous features should still be working… with other words we want a stable application. That is why it’s necessary for the BE and FE to write tests (unit and integration tests).
Using the Vue3’s composition API in Vue2
/0 Comments/in Frontend, JavaScript, Technology, TypeScript, Vue.js design pattern, frontend, javascript, technology, vuejs /by Sasho FidanovskiBye-bye Options API! Composition API is the new way of coding in the fresh 3rd version of the Vuejs javascript framework (Vue3).
JavaScript Best Practices for Readable and Maintainable Code
/1 Comment/in Frontend, JavaScript, Technology clean code, development, javascript, programming, technology /by Stefan SimonovskiA coding standard gives a uniform appearance to the codes written by different engineers. It improves readability, and maintainability of the code and it reduces complexity also. It helps in code reuse and helps to detect errors easily.
Follis: A movement-based 3D input device for gymnastic ball usage
/0 Comments/in Technology, UX, Virtual Reality mobile application, Unity, UX, Virtual Reality /by Oguzhan YarimkasHow can we use new technology, for example, virtual reality, to prevent health problems?
We created and designed a 3D input device with 5 mini-games, which aims to be a solution for protecting the office workers from the harms of prolonged sitting.
How to integrate GraphQL in the Microservice
/0 Comments/in GraphQL, Java GraphQL, java, microservice, spqr /by Elena StojanovskaGraphQL is a query language for your APIs, designed to make APIs fast, flexible and developer-friendly. GraphQL SPQR helps us to simplify the process of adding GraphQL API to any Java project. It works by dynamically generating a GraphQL schema from Java code.