AWS

Amplify guest users with Cognito records

Many applications require unauthorized/guest user accounts with (probably limited) access to server resources.

Amplify allows guest access but what if you need full-featured Cognito records for such users? What if you would want them to be converted later to the full accounts and keep user preferences and other associated server resources?

1 min read
Back to Top ↑

Amplify

Amplify guest users with Cognito records

Many applications require unauthorized/guest user accounts with (probably limited) access to server resources.

Amplify allows guest access but what if you need full-featured Cognito records for such users? What if you would want them to be converted later to the full accounts and keep user preferences and other associated server resources?

1 min read
Back to Top ↑

Android

Back to Top ↑

Bluetooth

Back to Top ↑

Chrome Extension

Back to Top ↑

DynamoDB

Back to Top ↑

Error

Back to Top ↑

Gifted Chat

Back to Top ↑

Jekyll

Back to Top ↑

Keras

Back to Top ↑

Lambda

Back to Top ↑

PubNub

PubNub with React Hooks and Contexts

I was recently looking for a sample how to use PubNub with custom React hooks and I didn’t find any complete example. Some of them were missing important details which I had to figure out later by myself. So here is a brief tutorial.

2 min read
Back to Top ↑

Python

Back to Top ↑

React

PubNub with React Hooks and Contexts

I was recently looking for a sample how to use PubNub with custom React hooks and I didn’t find any complete example. Some of them were missing important details which I had to figure out later by myself. So here is a brief tutorial.

2 min read
Back to Top ↑

React Hooks

PubNub with React Hooks and Contexts

I was recently looking for a sample how to use PubNub with custom React hooks and I didn’t find any complete example. Some of them were missing important details which I had to figure out later by myself. So here is a brief tutorial.

2 min read
Back to Top ↑

ReactNative

Back to Top ↑

Tensorflow

Back to Top ↑

Tensorflow.js

Back to Top ↑

WebRTC

Back to Top ↑

WebView

Back to Top ↑

flask-admin

Optimizing SQLAlchemy PostgreSQL queries

One of our Flask-Admin pages became very slow recently and I had to investigate the reason.

The page contains a custom Flask-Admin ModelView whish shows some data filtered by the certain criteria. The underlaying table is quite large so it could be the reason why the page is slow.

2 min read
Back to Top ↑

git

Fixing git repositiory files marked as modified on the external drive

My Mac has quite a small internal SSD and I use an external SSD to keep my source code.

Once you checkout your git repository to the external drive you might notice that all files are now marked as modified. If you do git diff you will see something like this:

~1 min read
Back to Top ↑

mac

Fixing git repositiory files marked as modified on the external drive

My Mac has quite a small internal SSD and I use an external SSD to keep my source code.

Once you checkout your git repository to the external drive you might notice that all files are now marked as modified. If you do git diff you will see something like this:

~1 min read
Back to Top ↑

postgresql

Optimizing SQLAlchemy PostgreSQL queries

One of our Flask-Admin pages became very slow recently and I had to investigate the reason.

The page contains a custom Flask-Admin ModelView whish shows some data filtered by the certain criteria. The underlaying table is quite large so it could be the reason why the page is slow.

2 min read
Back to Top ↑

python

Optimizing SQLAlchemy PostgreSQL queries

One of our Flask-Admin pages became very slow recently and I had to investigate the reason.

The page contains a custom Flask-Admin ModelView whish shows some data filtered by the certain criteria. The underlaying table is quite large so it could be the reason why the page is slow.

2 min read
Back to Top ↑

recepie

Back to Top ↑

tricks

Back to Top ↑

tutorial

PubNub with React Hooks and Contexts

I was recently looking for a sample how to use PubNub with custom React hooks and I didn’t find any complete example. Some of them were missing important details which I had to figure out later by myself. So here is a brief tutorial.

2 min read
Back to Top ↑