Denis Kisina

Denis Kisina @deniskisina

About: Senior Software engineer

Location:
Dallas, Texas
Joined:
May 29, 2020

Denis Kisina
articles - 17 total

How to write a great technical article

A great technical article helps a specific reader achieve a clear outcome—fast. Keep it warm and...

Learn More 1 0Oct 15

Building AI Agents That Actually Remember: A Deep Dive into LangGraph + Mem0

TL;DR: Learn how to build AI agents with persistent memory using LangGraph and Mem0. Get 26% better...

Learn More 0 0Oct 13

Boost Copilot with Awesome GitHub Copilot Customizations

GitHub’s Awesome GitHub Copilot repo is a community-led hub of custom instructions, reusable tips and...

Learn More 0 0Sep 22

How I Use GitHub Copilot to Review Code and Pull Requests

GitHub Copilot - code review assistant Pull Requests (PR) are a central part of many teams’...

Learn More 0 0Sep 15

AI-Powered Social Media Engagement Manager

This is a submission for the AI Agents Challenge powered by n8n and Bright Data ...

Learn More 5 1Sep 9

From Code Completion to Autonomous Development: The Evolution of Agentic Coding

Photo by Andrea De Santis on Unsplash As generative AI moves from novelty to necessity, developer...

Learn More 0 0Sep 9

What Is Quishing and How to Avoid It

Scanning QR Code at Wursthall Restaurant Quishing (or QR code phishing ) is a new twist...

Learn More 0 0Jun 11

Test GitHub Action workflows locally

Developing a GitHub Actions workflow is time-consuming. The process involves repeatedly committing...

Learn More 0 0May 12

Automating Blog Deployment with Hugo and GitHub Actions

Overview Improving and streamlining my blogging workflow has been on my TODO list for a...

Learn More 0 0May 9

The Secret AI Revolution: How SMEs Are Solving 6 Critical Business Challenges

SMEs are leveraging AI to compete with enterprise-level efficiency and innovation While Fortune 500...

Learn More 0 0Sep 9

Migrating from WordPress to Hugo

This past weekend, I switched this blog site from WordPress to Hugo, a static site generator. I...

Learn More 0 0Jul 15 '24

Conquering Your System Design Interview: A Book Guide

System design interviews are nerve-wracking but essential to the software engineering interview...

Learn More 0 0Jun 3 '24

Configuring Spring Boot Application with AWS Secrets Manager

In modern application development, securely managing and storing sensitive data, such as private...

Learn More 0 0Jul 8 '24

How Go Gained Ground in the Programming World

Google’s Go language, or Golang, has achieved a remarkable feat: it has climbed to the eighth spot...

Learn More 1 0Feb 15 '24

Understanding Software Design Patterns

Software design patterns are general, reusable solutions to commonly occurring problems within a...

Learn More 0 0Jul 8 '24

What is the Difference Between replace vs. replaceAll method in Java String Class?

Although the replace() and replaceAll() replace all occurrences in a string with a given character...

Learn More 0 0Jun 3 '24

What is the Difference Between replace() vs. replaceAll() method in Java String Class?

Although the String java class methods replace() and replaceAll() replace occurrences in a string...

Learn More 0 0May 9