In this post, we share predictions of the ChatGPT paradigm shift’s effects on software developers, its current benefits for development process, and introduce a custom ChatGPT GUI application developed with Go and Fyne.
CesiumJS 3D Geospatial Rendering
This blog is a brief overview of CesiumJS, a cool JavaScript client library for visualizing a geospatial Earth map, including artifacts (both real and generated).ย They eat their own dog food, so their homepage has a declaratively-rendered spinning globe by Cesium.
CesiumJS has a higher-level Entity API as well as a lower-level Primitive API. The API doc can be found here. I’ll point out a couple of interactive source examples that use the entity API; most Cesium apps use it. Cesium also provides open specification 3D Tiles to load, render, and cache on-demand terrain features, artifacts, and building renditions for surface viewing.
There is no IDE or download needed to interact with the material mentioned in this overview. You can interact with the material mentioned with your browser.
Digital Payment System with React and Java
Keyhole Consultants led the design and development of a greenfield React application, providing just-in-time leadership & development to help the bank successfully meet deadlines negatively impacted by COVID-19. Since its deployment to the project end, Keyhole consultants have been entirely responsible for its updates and changes to ensure it accurately solved the client’s needs for a digital payment system.
Under a tight deadline, Keyhole consultants architected and developed the application with a React-based JavaScript front end and Java, Spring services, and API gateway-based backend to efficiently bridge the gap between the front end and back end in a way that promoted the efficient transfer of secure data…
Case Study: Cross-Platform Flutter Mobile App
Guide Diary is a Flutter application that enables documentation of fishing trips. This app records images, trip descriptions, environmental conditions, and any income and expenses associated with the trip, which can be edited afterward. The trip information can be shared on socials or downloaded. Trips can be viewed, sorted, and searched from the main listing page.
As stated, the application is written with Flutter, which allows it to run across multiple platforms from a single codebase with a minimal amount of platform-specific configuration.
Automating Flutter Deployments: Part 3 – Configuring CircleCI
Recently, Iโve worked on automating some internal processes for building and releasing Flutter applications. Part of this effort included utilizing Fastlane with a Continuous Integration/Delivery platform to build and deploy the app. This blog post will outline the process I followed to run the build on CircleCI after I had configured Fastlane to build and deploy the application from my local machine.





