also I decided to simplify more for speed's sake, completely change from PreserveTopology to just ST_Simplify on first 2 zoom tiers + on 3rd for a few countries with the most complex shorelines
#buildinpublic #dev #postgis #geosky #maps #leaflet
in these wee few lines of code I learnt whole 2 facts
1 - nowadays we should prefix custom headers with app name, not X
2 - Expose-Headers doesn't work like true/false, we should pass header names to it 😅
#buildinpublic #web #dev #dotnet #http
in these wee few lines of code I learnt whole 2 facts
1 - nowadays we should prefix custom headers with app name, not X
2 - Expose-Headers doesn't work like true/false, we should pass header names to it 😅
#buildinpublic #web #dev #dotnet #http
- at least 8 characters
- no passwords from the top 50 most popular list (among 8+ characters)
- no reusing old passwords when recovering
last pic are my extra tables in identity db
#buildinpublic #dotnet #dev
- at least 8 characters
- no passwords from the top 50 most popular list (among 8+ characters)
- no reusing old passwords when recovering
last pic are my extra tables in identity db
#buildinpublic #dotnet #dev
- track by at least 1 chunk then eez are loaded incomplete
- track by only when all chunks are on map (its rare) and there will be duplicates
#buildinpublic #dev #gis #geosky #sql
at least it is my own pet project, since for teams --amend and --force push after it is a big ow no
#git #dev
data about which eez are in viewport is saved in in #redis cache (posts below =) ), the set is identified by a session id. for this part I had to learn A LOT about cookies today (ꏿ﹏ꏿ;)
#buildinpublic #dev #geosky #maps
so switched to actually using #redis in docker
#docker #devops #buildinpublic
so switched to actually using #redis in docker
#docker #devops #buildinpublic
no sudo, no apt even, all information about version is just "Linux🙃" whaat 0vo
apparently my current #wsl distro is so minimal its basically just a backend for other programs...
#linux #dev #devops #docker
obsproject.com
it records already compressed data, just what's needed for unpredictable #maps
i wasn't paid i just googled alternatives to my main recorder
#software
obsproject.com
it records already compressed data, just what's needed for unpredictable #maps
i wasn't paid i just googled alternatives to my main recorder
#software
- no data loading when zooming in within the same zoom tier, but still loading on any zoom out
- discarding false moveend events triggered after zooms
- figured out how to cache zoom tier names AND not break architecture <( ̄︶ ̄)>
#buildinpublic #dev #gis #mapsky
- no data loading when zooming in within the same zoom tier, but still loading on any zoom out
- discarding false moveend events triggered after zooms
- figured out how to cache zoom tier names AND not break architecture <( ̄︶ ̄)>
#buildinpublic #dev #gis #mapsky
tbh postponed adding logging to this api, posting here motivated me to :>
#dotnet #buildinpublic #dev
tbh postponed adding logging to this api, posting here motivated me to :>
#dotnet #buildinpublic #dev
for 3 zoom tiers out of 6 I decreased precision of coordinates, #postgis has such strange ways to do it
next should make it stay between zooms
#buildinpublic #dev #gis
for 3 zoom tiers out of 6 I decreased precision of coordinates, #postgis has such strange ways to do it
next should make it stay between zooms
#buildinpublic #dev #gis
I think i should also add password change via a code from #sms soon
I think i should also add password change via a code from #sms soon
though getting libs manually I think a bit increases understanding of online repositories and #CDN (人 •͈ᴗ•͈)
though getting libs manually I think a bit increases understanding of online repositories and #CDN (人 •͈ᴗ•͈)
it was a revelation that to not get ddosed by our own frontend, not debouncing was needed but vice versa - aborting previous requests if new ones come too fast
- #AWS VMs
- #maven build
- #SonarQube quality gate
- #Nexus artifact
- #Slack integration
(was looking for Endpoints explorer while making #MinimalAPI)
(was looking for Endpoints explorer while making #MinimalAPI)
I personally, looking at them and clicking across the world, feel a tiny bit thrilled as if from really travelling but on tiny scale, anyone else?
I personally, looking at them and clicking across the world, feel a tiny bit thrilled as if from really travelling but on tiny scale, anyone else?
partial methods without body (!), whose functionality is defined in attributes, and in some related documentation (link👇) they are referred to as delegates? am bamboozled...
learn.microsoft.com/en-us/dotnet...
partial methods without body (!), whose functionality is defined in attributes, and in some related documentation (link👇) they are referred to as delegates? am bamboozled...
learn.microsoft.com/en-us/dotnet...
seriously, incredibly convenient way to overcome the limitation of usual TestCase attributes :D
#testing #unittesting
seriously, incredibly convenient way to overcome the limitation of usual TestCase attributes :D
#testing #unittesting
was working with postgis data today and so often had to select everything BUT geometry and/or gid
was working with postgis data today and so often had to select everything BUT geometry and/or gid
running web apps in docker containers! 🤩
it was a month ago, not my first time using docker, but never before it was with websites
but when you enter the container address in browser and. See the Site - ✨its magic :D✨
(pt 1 - single container 👇)
running web apps in docker containers! 🤩
it was a month ago, not my first time using docker, but never before it was with websites
but when you enter the container address in browser and. See the Site - ✨its magic :D✨
(pt 1 - single container 👇)