Tag: App development
-
How GitHub Copilot is getting better at understanding your code
Posted on June 8, 2023, Level beginner Resource Length medium
With a new Fill-in-the-Middle paradigm, GitHub engineers improved the way GitHub Copilot contextualizes your code. By continuing to develop and test advanced retrieval algorithms, they're working on making our AI tool even more advanced. By github.blog.
Tags devops app-development machine-learning big-data data-science
-
A brief history of MicroStack
Posted on June 7, 2023, Level beginner Resource Length medium
OpenStack is no doubt a wonderful and successful piece of software. It allows you to create your own cloud infrastructure, and thanks to its open-source nature, it's free to use for everyone. By Andre Ruiz.
Tags devops app-development cloud software-architecture
-
How to use ChatGPT AI for smart contract development
Posted on June 5, 2023, Level beginner Resource Length medium
ChatGPT and AI have become the most exciting new technologies of the past decade. You've likely already seen some of the fascinating use cases of the tool like writing poems, lyrics in the style of renowned musicians, film scripts, college essays, and more. In this blog, you'll learn how to use ChatGPT to improve your smart contract development. By Clarissa Watson.
Tags blockchain app-development bots miscellaneous learning
-
What is the best time to perform regression testing?
Posted on June 4, 2023, Level beginner Resource Length short
When does regression occur in a software product? Whenever there is any change in the application code. Application or software development is not complete without adding new features or changing its existing code. By Geosley Andrades.
Tags tdd web-development app-development miscellaneous
-
Using Arm64EC with Windows 11
Posted on June 2, 2023, Level intermediate Resource Length medium
This article demonstrates how to use Arm64EC in a C++ application. The application you will implement performs the multiplication of two pseudo-randomly generated square matrices. By Dawid Borycki.
Tags miscellaneous app-development azure learning
-
Serverless API on AWS, Azure and GCP - Deployment and benchmark
Posted on June 1, 2023, Level intermediate Resource Length long
In this article, author has created a serverless Express API and deployed it on AWS, Azure, and GCP to evaluate each platform's performance. After conducting load tests using K6, I found that Azure and AWS performed comparably well (slightly better for Azure), while GCP lagged due to significant cold starts (up to 5 seconds when speaking to a Database). By Aurélien BETTINI.
Tags apis app-development azure gcp aws
-
Headless WordPress with GraphQL and SvelteKit
Posted on May 31, 2023, Level intermediate Resource Length long
Headless WordPress + GraphQL + SvelteKit as any other stack where you have a backend (data store), a frontend (the website), and a way to connect the two. In this case, the backend is WordPress, the frontend is SvelteKit and the way to connect the two is GraphQL. By Justin Ahinon.
Tags apis app-development web-development php javascript
-
CQRS facts and myths explained
Posted on May 30, 2023, Level intermediate Resource Length long
Older but still relevant article dealing with question of technical patterns and how they are filled with myths and mishaps. Quite often, this happens to CQS and CQRS. By Oskar Dudycz.
Tags event-driven oop app-development messaging programming software-architecture
-
LangChain has added Cypher Search
Posted on May 26, 2023, Level intermediate Resource Length medium
With the LangChain library, you can conveniently generate Cypher queries, enabling an efficient retrieval of information from Neo4j. By Tomaz Bratanic.
Tags apis app-development search database data-science
-
Keep parts of your GraphQL Introspection Query hidden
Posted on May 25, 2023, Level intermediate Resource Length medium
Using directives and plugins in Apollo Server 4 to customize the introspection query output. Once you have created your first schema and your GraphQL server is up and running, it makes sense to implement precautions to prevent it from being compromised by bad actors. By Florian Fuchs·
Tags apis app-development restful devops
-
Web app performance root cause analysis with Application Insights
Posted on May 24, 2023, Level beginner Resource Length medium
Having the ability to identify clear root cause for incidents in production workloads is valuable, the best way to prevent future incidents is to understand what caused past ones. Of course you can have a good set of load tests but still, incidents in production environments can happen and it's crucial to have available data that can help to understand what happened so application can be improved and prevent replications. By LuisLopes.
Tags web-development app-development performance azure frontend
-
Building and training your first neural network with TensorFlow and Keras
Posted on May 20, 2023, Level intermediate Resource Length medium
Learn how to build and train your first Image Classification model with Keras and TensorFlow using Convolutional Neural Network. By Aryan Garg.
Tags data-science big-data app-development analytics