PinnedJay ByteinDev GeniusMaking bots with PromptQL: code embeddingsWe added new features to our chatbot using custom functions and code embeddings (see for more —…Feb 12Feb 12
PinnedJay ByteinDev GeniusMaking bots with PromptQL: functions in promptsPreviously we made a bot which relies on composition of different prompts (you can check it here…Feb 8Feb 8
Jay ByteinDev GeniusMaking bots with PromptQL: prompts compositionHave you ever wondered which useful capabilities latest PromptQL version (5.x) brings? For example, embeddable prompt templates? In this…Jan 31Jan 31
Jay ByteMy journey to Software Engineering Part 1: Pre-careerI usually write tutorials and guides about building software components in “why and how-to” style. But I still haven’t written about how I…Oct 28, 2023Oct 28, 2023
Jay ByteinDev GeniusPromptQL: query LLM in simple and flexible wayIn 24th June 2023 the first version of PromptQL is released: https://pkg.go.dev/gitlab.com/jbyte777/prompt-ql . It’s based on OpenAI API…Jun 25, 2023Jun 25, 2023
Jay ByteinDev GeniusMake your own platformer with JavaScript Canvas API from scratch: Part 3— Making GUI for the gameAll game functionality is ready and can be painted on the canvas. But it needs a way for interacting with end user to be playable. This…Feb 27, 2023Feb 27, 2023
Jay ByteinDev GeniusMake your own platformer with JavaScript Canvas API from scratch: Part 2— Programming game logicIn the previous article I explained how to build a core for the platformer. Now let’s implement game logic that will utilize it;Feb 25, 2023Feb 25, 2023
Jay ByteinDev GeniusMake your own platformer with Canvas API from scratch: Part 1 — Building game engineIf you ever thought about making platformer (mini-)game that’s highly compatible with JavaScript ecosystem, you could come up with…Feb 23, 2023Feb 23, 2023
Jay ByteinDev GeniusMake your web-service decentralized: Part 5— Applying architecture for real web-serviceIn this last article of the series I’m going to explain a path of making centralized web-service work in distributed/decentralized bunch of…Feb 4, 2023Feb 4, 2023
Jay ByteinDev GeniusMake your web-service decentralized: Part 4— Localized tests of architectureIn the previous three articles I covered building events distributor and events gateway. These are essential components for distributing…Jan 9, 2023Jan 9, 2023