WebGIS Roadmap by Do Thanh Long (soiqualang_chentreu) Tình hình là hồi trước mình có làm một cái WebGIS Roadmap cho các bạn mới tìm hiểu về WebGIS có một cái nhìn hệ thống về mảng này. Bẵng một thời gian […]
Góp nhặt của một kẻ mù công nghệ :p
Tất tần tật liên quan đến Công nghệ thông tin
WebGIS Roadmap by Do Thanh Long (soiqualang_chentreu) Tình hình là hồi trước mình có làm một cái WebGIS Roadmap cho các bạn mới tìm hiểu về WebGIS có một cái nhìn hệ thống về mảng này. Bẵng một thời gian […]
[Sưu tầm] Futurepedia — Trang web tổng hợp hơn 1000 công cụ AI https://anonyviet.com/futurepedia-trang-web-tong-hop-hon-1000-cong-cu-ai Futurepedia trang web tổng hợp các công cụ AI, Futurepedia có hơn 1000 công cụ AI hữu ích bạn nên tham khảo Nối tiếp theo cơn […]
Fix The repository no longer has a Release file on Ubuntu Xử lý lỗi The repository no longer has a Release file trên Ubuntu https://azdigi.com/blog/linux-server/the-repository-no-longer-has-a-release-file/ I. Giới thiệu và nguyên nhân Trong quá trình sử dụng hệ điều hành Ubuntu […]
Docker container logs taking all my disk space Docker run Docker 1.8 has been released with a log rotation option. Adding: –log-opt max-size=5m –log-opt max-file=10 when the container is launched does the trick. You can learn more at: https://docs.docker.com/engine/admin/logging/overview/ docker-compose.yml version: […]
Tổng hợp một số extensions GPT hay cho trình duyệt 5 extensions trợ giúp hiệu quả cho người dùng chatGPT Và cách bạn sử dụng ChatGPT như một trợ lý ảo hàng ngày 1. SỬ DỤNG CHATGPT MỌI NƠI – […]
[Notes] SQL or NoSQL? Why not use both (with PostgreSQL)? https://supabase.com/blog/sql-or-nosql-both-with-postgresql It’s a tough decision for any developer starting a new project. Should you store your data in a standard, time-tested SQL database, or go with one of the newer […]
Note about Postgres Views https://supabase.com/blog/postgresql-views A quick summary of Postgres views, materialized views, and why you should use them. What is a View? A view is a convenient shortcut to a query. Creating a view does not involve new tables or data. […]
https://chat.openai.com/chat Examples "Explain quantum computing in simple terms" → "Got any creative ideas for a 10 year old’s birthday?" → "How do I make an HTTP request in Javascript?" → Capabilities Remembers what user said earlier in the conversation Allows […]
AI tự động sinh JD tuyển dụng https://bluestudio.ai/smart-hr Bạn chỉ cần nhập tiêu đề công việc, ứng dụng này sẽ tự động sinh ra mô tả công việc chuyên nghiệp luôn cho bạn =))
Docker Backup, Restore PostgreSQL Database Single Database PostgreSQL Backup Single Database sudo docker exec -t –user pg_username pg_container_name pg_dump -c -p 5432 -U pg_username "database_name" > "/path/on/your/machine/dump.sql" PostgreSQL Restore Single Database sudo docker exec -t –user pg_username pg_container_name psql -c […]
GDAL GIS in Browser (JS GIS | geotoolbox) ] geotoolbox is javascript tool for geographers. It allows to simply deal with geojson properties (attribute data) and provides several GIS operations useful for thematic cartography. 1. Installation 1.1. In browser Latest version <script […]
Summary https://www.lutraconsulting.co.uk/crowdfunding/pointcloud-processing-qgis/ In the wake of successful crowdfunding campaigns in 2020 and 2021, we are pleased to announce the launch of a new campaign to further improve QGIS capabilities in managing and analyzing point clouds. The objectives of this campaign are to: Add […]
Ionic capacitor build APK debug and App bundle ABB ionic capacitor build Debug APK ionic cap copy ionic cap sync cd android gradlew assembleDebug APK will be: approot_folder\android\app\build\outputs\apk\debug ionic capacitor build App bundle ABB ionic cap copy ionic cap sync […]
IONIC Cordova to Capacitor migration Add Capacitor Begin by opening your project in the terminal, ionic integrations enable capacitor # Delete capacitor.config.ts and try again npx cap init Build your Web App npm run build Add Platforms # You must […]
IONIC NPM update all plugins, check java, gradle version IONIC NPM update all plugins npm install -g cordova-check-plugins cordova-check-plugins –update=auto Check java, gradle version # Check java path where java #—– java -version gradle -version https://downloads.gradle-dn.com/distributions/gradle-7.5.1-bin.zip