Skip to main content
Hit enter to search or ESC to close
Close Search
N47N47
search
Menu
  • Services
    • ServicesDigital transformation solutions that elevate your business success!
    • col1
      • ConsultingStrategic guidance to optimize your business and drive digital growth.
      • ArchitectureFuture-proof architectural solutions for your digital infrastructure.
      • Software EngineeringCustom software development that turns your vision into reality.
    • col2
      • Digital ProductsEnd-to-end development of innovative SaaS and digital products.
      • Cloud & DevopsScalable cloud solutions for enhanced operational efficiency.
      • IT SecurityComprehensive cybersecurity solutions to protect your digital assets.
  • Projects
    • ProjectsDiscover our successful digital transformations and innovative solutions across diverse industries.
    • col1
      • BertschiReal-time fleet management solution transforming logistics operations.
      • Prestige ImmobilienIntegrated back-office platform streamlining real estate management.
      • Hello TodayThe All-in-One ERP for Service Providers: Projects, Time Tracking & Client Management
    • col2
      • AmagNext-generation automotive marketplace prototype powered by AEM.
      • Zürcher VerkehrsverbundCloud-based digital transformation modernizing Switzerland’s largest transport network.
  • How we work
  • About
  • Jobs1
  • Blog
  • Contact us
  • de
  • search
Network printing with CUPS from Docker Automate processAutomationCUPSDockerInfrastructureJavaPrintingTechnology

Network printing with CUPS from Docker

The human task of people manually printing documents can be automated on the application level, by creating a scheduled task for printing documents on network printer via CUPS. The solution is containerized CUPS server with appropriate drivers and printer configuration and a cups client which triggers the print job.
Jovan Ivanovski
Jovan Ivanovski31.12.2020
Core features of next-generation JavaScript FrontendJavaScriptTechnology

Core features of next-generation JavaScript

Since we are working with the modern frameworks or libraries of course it is strongly recommended to use the next-generation JS features. Let's take an overview of the most used features together.
Dimitar Stefanovski
Dimitar Stefanovski24.12.2020
Build your own Cloud Infrastructure using Terraform AutomationAWSInfrastructure

Build your own Cloud Infrastructure using Terraform

Do you want to learn how to build your own Cloud Infrastructure? Terraform is a cloud-agnostic tool that helps you provision your infrastructure through code.
Goran Popov
Goran Popov15.12.2020
Improve your performance using JPA Entity Graph JavaSpring BootTechnology

Improve your performance using JPA Entity Graph

If you are a web developer, you probably have developed some endpoint which has a slow response time. The issue for that might be that you are calling some 3rd party API, you have file processing or it might be how your entities are retrieved from the database. Here is…
Filip Trajkovski
Filip Trajkovski08.12.2020
Providing Accessibility In Your iOS App (Basic Overview) iOSTechnology

Providing Accessibility In Your iOS App (Basic Overview)

When creating an iOS app, it is important to consider proper accessibility to ensure that everyone can have access to the software you provide. This can be done through proper scalability, simple design, appropriate readable text and much more.
Ivan Velkov
Ivan Velkov03.12.2020
What is CI? Continuous Integration Explained AutomationBitbucketCI/CDjenkinsTesting

What is CI? Continuous Integration Explained

“The earlier you catch defects, the cheaper they are to fix.” - David Farley Learn what Continuous Integration is and the benefits it brings to your team and organisation!
Darko Nikoloski
Darko Nikoloski26.11.2020
Implementation of Product Importer in AEM Adobe Experience ManagerJavaJSONTechnology

Implementation of Product Importer in AEM

Searching 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.
Dimche Trifunov
Dimche Trifunov24.11.2020
7 Websites Every Developer Should Know Company DevelopmentCultureEducationMethodologyMindset

7 Websites Every Developer Should Know

Looking 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!
Mike Schmid
Mike Schmid17.11.2020
White Space in Design DesignUIUX

White Space in Design

White space is a very useful technique when you’re creating design layouts. It’s important when you’re putting together a design layout that you let elements on the page breathe.
Dejan Trajkoski
Dejan Trajkoski12.11.2020
How we deploy with Terraform and BitBucket to Azure Kubernetes AutomationAzureBitbucketCI/CDKubernetes

How we deploy with Terraform and BitBucket to Azure Kubernetes

Fancy 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?
Stefan Maurer
Stefan Maurer03.11.2020
Create a CI/CD pipeline with GitHub Actions AWSAWS Elastic BeanstalkCI/CDGitHubGitHub ActionsJavaTechnology

Create a CI/CD pipeline with GitHub Actions

Learn how to create pipeline using GitHub Actions.
Vladimir Dimikj
Vladimir Dimikj29.10.2020
CloudFormation: Passing values and parameters to nested stacks CloudFormation architectureArchitectureAutomationAWSAWS CloudFormationCI/CDInfrastructure

CloudFormation: Passing values and parameters to nested stacks

CloudFormation 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.
Kristijan Iliev
Kristijan Iliev27.10.2020
Taiko, useful toy for automation testing Automationnode.jsTesting

Taiko, useful toy for automation testing

Every 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).
Miodrag Cvetkovic
Miodrag Cvetkovic22.10.2020
Using the Vue3’s composition API in Vue2 Vue Composition ApiFrontendJavaScriptTechnologyTypeScriptVue.js

Using the Vue3’s composition API in Vue2

Bye-bye Options API! Composition API is the new way of coding in the fresh 3rd version of the Vuejs javascript framework (Vue3).
Sasho Fidanovski
Sasho Fidanovski20.10.2020
JavaScript Best Practices for Readable and Maintainable Code FrontendJavaScriptTechnology

JavaScript Best Practices for Readable and Maintainable Code

A 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.
Stefan Simonovski
Stefan Simonovski15.10.2020
Follis: A movement-based 3D input device for gymnastic ball usage TechnologyUXVirtual Reality

Follis: A movement-based 3D input device for gymnastic ball usage

How 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.
Oguzhan Yarimkas
Oguzhan Yarimkas30.09.2020
How to integrate GraphQL in the Microservice GraphQLJava

How to integrate GraphQL in the Microservice

GraphQL 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.
Elena Stojanovska
Elena Stojanovska29.09.2020
Scaling Microservices with Spring Cloud Netflix SpringTechnology

Scaling Microservices with Spring Cloud Netflix

Learn how to develop large distributed systems using Spring Cloud Netflix. This tutorial about service discovery, load balancing and communication between microservices.
Filip Trajkovski
Filip Trajkovski24.09.2020
iOS Unit Tests – My story iOSSwiftTestingTesting

iOS Unit Tests – My story

I can say that writing unit tests is good for every programmer on his way to becoming great. The quality of coding could dramatically improve using unit tests. The philosophy of writing tests and thinking how the code should be structured to allow the tests to pass, will make you…
Dimitar Shopovski
Dimitar Shopovski22.09.2020
The practical guide – Part 2: MVP -> MVVM AndroidArchitectureMethodology

The practical guide – Part 2: MVP -> MVVM

The practical guide - Part 2: After refactoring the application to MVP, now we want to refactor it to MVVM. Switching from MVP to MVVM will help us understand the fundamental difference between these two design patterns.
Elvedin Selimoski
Elvedin Selimoski17.09.2020
  • « Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 10
  • Next »

There are 181 blog posts for you to read

Ready to discuss your digital transformation journey? Schedule a discovery call with Alper Tosun via Calendly. You can also reach him directly via email at alper.tosun@north-47.com or by phone at +41 44 551 89 18.

Categories

  • 3D 1
  • Animation 1
  • API Testing 1
  • Automation 13
  • AWS 3
  • AWS Lambda 1
  • Azure 1
  • Bitcoin 1
  • Blockchain 3
  • Business Strategy 1
  • Company Development 13
  • Cryptography 2
  • Culture 23
  • Design 3
  • Design UX UI 1
  • Digital Transformation 1
  • Education 24
  • email 1
  • GitHub 1
  • GitLab 1
  • gRPC 1
  • Industry 4
  • Infrastructure 5
  • Java 14 Preview Feature 1
  • jenkins 1
  • JHipster 2
  • Linux 1
  • Logging 1
  • Machine learning 3
  • Methodology 4
  • mjml 1
  • Mobile App Marketing 1
  • Multithreading 1
  • OpenAPI 2
  • Printing 1
  • Rest Assured 1
  • Rust 1
  • Security 1
  • Slack 2
  • Snippets 2
  • swagger 2
  • Technology 93
  • Testing 6
  • Thread synchronization 1
  • UI 4
  • Uncategorized 4
  • UX 4
  • Virtual Reality 1
  • WASM 1
  • WebAssembly 1
  • webinar 1
  • Zurich 1
  1. Jakub Zawadski on GraphQL mock data using Apollo Local Resolvers & Apollo InMemory Cache06.12.2024

    Great explanation of using Apollo Local Resolvers with the InMemory Cache. Super helpful to see how we can mock data…

  2. создать свой бизнес on Microservice architecture: Using Java thread locals and Tomcat/Spring capabilities for automated information propagation15.12.2022

    Налаженный бизнес или успешная франшиза? Рейтинг франшиз

  3. Himanshu Singhal on Why to use “Volatile” in Java07.10.2022

    Technically, static volatile fetches the value from "main memory" instead of local cache, isn't it?

  4. Jovan on Spring Boot password encryption with Jasypt19.09.2022

    Hi there Daniel, thanks for raising that question. Well, you can achieve better security by putting the master password as…

  5. Promanage IT Solutions on Why I loved Flutter despite being a fan of Native App Development15.09.2022

    Promanage IT Solutions has emerged as one of the most popular WordPress Development services in a short time. We have…

Digitale Innovation – Wissen, das Sie voranbringt

Abonnieren Sie unseren Newsletter für exklusive Einblicke zu Technologietrends, Transformationsstrategien und Erfolgsgeschichten.

Loading

Let's build extraordinary digital solutions together.

Reach out now

Sitemap

  • Home
  • Services
  • Projects
  • How we work
  • About
  • Jobs
  • Blog
  • Contact us

N47 AG
Hardturmstrasse 253
8005 Zurich

Email: info@north-47.com
Phone: +41 44 551 89 18

Our ISO 27001 certification guarantees the highest standards in data protection and information security.

Auditor: A-Lign
Certificate Number: ISMS-N4-060425

Go to Trust Center

© Copyright - N47 - Imprint - Privacy Policy

  • twitter
  • facebook
  • linkedin
  • instagram
Close Menu
  • Services
    • ServicesDigital transformation solutions that elevate your business success!
    • col1
      • ConsultingStrategic guidance to optimize your business and drive digital growth.
      • ArchitectureFuture-proof architectural solutions for your digital infrastructure.
      • Software EngineeringCustom software development that turns your vision into reality.
    • col2
      • Digital ProductsEnd-to-end development of innovative SaaS and digital products.
      • Cloud & DevopsScalable cloud solutions for enhanced operational efficiency.
      • IT SecurityComprehensive cybersecurity solutions to protect your digital assets.
  • Projects
    • ProjectsDiscover our successful digital transformations and innovative solutions across diverse industries.
    • col1
      • BertschiReal-time fleet management solution transforming logistics operations.
      • Prestige ImmobilienIntegrated back-office platform streamlining real estate management.
      • Hello TodayThe All-in-One ERP for Service Providers: Projects, Time Tracking & Client Management
    • col2
      • AmagNext-generation automotive marketplace prototype powered by AEM.
      • Zürcher VerkehrsverbundCloud-based digital transformation modernizing Switzerland’s largest transport network.
  • How we work
  • About
  • Jobs1
  • Blog
  • Contact us
  • de

We care about privacy

We’re using cookies to provide you with a better user experience of our website, e.g. by storing your preferred language. By using our website you’re accepting the usage of cookies.