Prototyped - Thoughts from the folks at PROTOTYP
  • Design
  • Development
  • Devops
  • General
  • Official website
Practical aspects of advanced TypeScript - part 2
18 Jan 2023 • 7 min read

Practical aspects of advanced TypeScript - part 2

Want to learn more about TypeScript? The second part of an article series can help you to learn practical things for everyday use with Typescript.

Read more
Practical aspects of advanced TypeScript - part 1
30 Nov 2022 • 5 min read

Practical aspects of advanced TypeScript - part 1

Want to learn more about TypeScript? With this article, we're starting a series of articles to help you learn practical things for everyday use with TypeScript.

Read more
WebSummit - a conference that breaks all the records!
17 Nov 2022 • 5 min read

WebSummit - a conference that breaks all the records!

What is the most impressive conference you have ever been to? As one of the 71 000 attendees, we must say that Web Summit is an impressive conference breaking all records.

Read more
What is Execution Context in JavaScript
11 Nov 2022 • 5 min read

What is Execution Context in JavaScript

The browser's JavaScript engine creates a special environment to handle the transformation and execution of JavaScript code. This environment is known as the Execution Context.

Read more
The Geek Gathering is back!
19 Oct 2022 • 7 min read

The Geek Gathering is back!

The Geek Gathering is back after ten years of a break! This non-typical IT event is back in a new, more engaging format. So what is The Geek Gathering, and how did we come up with the idea?

Read more
Digital Labin - a conference you must visit
30 Sep 2022 • 5 min read

Digital Labin - a conference you must visit

Three years ago, we said that Digital Labin Conference is the only conference where the food is better than the speakers, and this year we sent a team of 26 members to confirm it. Jokes aside, we couldn’t wait to visit Labin after a two-year break and reconnect with our colleagues.

Read more
Easier API calls with a wrapper around Axios
21 Sep 2022 • 4 min read

Easier API calls with a wrapper around Axios

When writing separate frontend and backend applications you have to come up with a way of communicating between them by sending some type of requests. Requests on the frontend application can easily become a big and ugly chunk of code that just can’t be reused between modules.

Read more
We were at KulenDayz - a slow-down IT conference!
13 Sep 2022 • 4 min read

We were at KulenDayz - a slow-down IT conference!

The first week of September is reserved for attending our local IT conference - KulenDayz. It's a tradition at this point, and we couldn't wait to meet with our colleagues and exchange knowledge.

Read more
Simplifying context in Go
14 Jul 2022 • 8 min read

Simplifying context in Go

How can you simplify the Context package in Go, and what is its purpose? In this article, I'll guide you step by step and explain how to use the Context package.

Read more
How to implement Intersection Observer API in Angular?
15 Jun 2022 • 3 min read

How to implement Intersection Observer API in Angular?

Loading many assets or a really long list of data can have a big performance impact on your page loading times. Learn how to implement the Intersection Observer API using Angular and RxJS and supercharge your application.

Read more
How to handle one of Angular's most common errors
3 Jun 2022 • 4 min read

How to handle one of Angular's most common errors

Did you know that ExpressionChangedAfterItHasBeenCheckedError is one of the most common error in Angular? If you are an Angular developer, I'm sure you came across this error at some point. Keep reading, and find out how to solve this error and stop it from reproducing.

Read more
RxJS with Angular 101
6 Apr 2022 • 7 min read

RxJS with Angular 101

What do you need to know about RxJS operators in reactive programming? Keep reading, and let me introduce you to the most crucial operators in RxJS.

Read more
Introduction to React Native Reanimated
18 Mar 2022 • 5 min read

Introduction to React Native Reanimated

Your React Native app is not fancy enough? In this tutorial, we will go through the basics of React Native Reanimated 2 library and learn how to create smooth animations that will bring applications to life.

Read more
Generating PDFs with React on the server
3 Mar 2022 • 2 min read

Generating PDFs with React on the server

In this article, you can learn how to generate a PDF document using Firebase Cloud Functions and save it to Firebase Cloud Storage.

Read more
Detecting network state with Javascript
17 Feb 2022 • 4 min read

Detecting network state with Javascript

What is the best way to implement and notify users of their offline status? In this article, you can learn how to implement the status feature and see examples in applications.

Read more
  • Design
  • Development
  • Devops
  • General
  • Official website
Published with Ghost