DEV Community

Srinivas Kandukuri
Srinivas Kandukuri

Posted on

Top 5 Posts tagged(#ai) last week

Autocomplete and Artificial Intelligence in your Terminal

I get asked on every single video what is this autocomplete I’ve got on my terminal, and the answer is... drum rolls... fig.io!

Actually, it's much more than a simple autocomplete, even if to be...

I asked ChatGPT to draft a four-hour agile restrospective - here's how it went 🦾💬

Last weekend, I had the task to craft and hold a four-hour workshop for a group of people who have been working together for years. The group faced a few problems lately: Since they started working on...

No AI Needed! 7 Proven Time-Saving Apps and tools To Turn Every Front-End Developer & Designer into a Design Ninja 🎨🥷🏽! Part One

Unleash Your Design & UX UI Potential with the No-Search Required Tools Already at Your Fingertips: AI & ChatGPT Take a Backseat

With AI and ChatGPT on the rise, it's important to remember the tried...

CHALLENGE: Describe AI in five words or less.

We thought it'd be fun to end the month with a challenge. If you have the best answer, we'll send you some Deepgram swag!

Discover the Top 15 AI Websites Changing the Game in 2023

Get ready to be amazed by these AI-powered websites in 2023 except ChatGPT. From personalizing news recommendations to efficient search engines, these websites are revolutionizing the way we use the...

Autocomplete and Artificial Intelligence in your Terminal

I get asked on every single video what is this autocomplete I’ve got on my terminal, and the answer is... drum rolls... fig.io!

Actually, it's much more than a simple autocomplete, even if to be...

Asset Pipeline JS Migration

Forem has created a milestone to migrate Javascript initializers in asset pipeline to pack tags and we need YOUR help!

In an effort to migrate away from asset pipeline and to more modern JS...

Comparing Kubernetes Gateway and Ingress APIs

A couple of months ago, the new Kubernetes Gateway API graduated to beta.

Why do you need another API to handle external traffic when you have the stable Kubernetes Ingress API and dozens of...

Recreating Nike - Medusa & Next.js

Introduction
GitHub Repository

All the code presented in this article is accessible here

What is Medusa?

Medusa is the #1 Open Source headless commerce platform on GitHub. It uses Node.js, and its...

Top 5+ Free Chakra UI Admin Dashboards & Templates for 2023

The world of web development is constantly evolving, and the use of admin dashboards & templates is no exception. With the new year upon us, it's time to take a look at the top & best Chakra UI admin...

A Step-by-Step Guide to Continuous Integration for Your Node.js Application

Are you looking for an easier way to manage your software development process? Are you tired of manual steps and time-consuming tasks? If so, a continuous integration pipeline may be your solution! In...

Custom Schema Validation in TypeScript with Zod

Zod is a schema validation library. Its goes well with building Typescript projects. Zod has zero dependencies which means that you can install and use Zod without any other libraries, and it will...

Chat backend with Supabase & Socket.io

Let’s build the back end for a real time chat application in Supabase using Node.js.

This is also the second part in a three-part series of building a React Native Chat app, so if you're curious,...

Using Node.js for Ecommerce Platforms

Introduction

Node.js is a JavaScript server-side runtime development environment. It is built on Chrome’s V8 engine; it gives software developers the ability to write JavaScript code that runs on the...

TL;DR CommonJS vs ESM

In a Node.js project, you're likely to run into both CommonJS and ESM modules. Here's how to tell these module types apart at a glance.

CommonJS

CommonJS modules were part of Node.js when it was...

A Step-by-Step Guide to Continuous Integration for Your Node.js Application

Are you looking for an easier way to manage your software development process? Are you tired of manual steps and time-consuming tasks? If so, a continuous integration pipeline may be your solution! In...

From Commit to Registry: A Guide to Automate Docker Image Builds with Github Actions

Github Actions is a powerful tool that allows developers to automate their software development workflows. It allows triggering actions, such as building and deploying code, in response to events such...

Dockerizing Your MERN Stack App: A Step-by-Step Guide

Are you tired of spending hours messing with crontabs and installing packages in an attempt to run your app locally? Are you sick of always missing a dependency that doesn't allow you to run the app...

Comparing Kubernetes Gateway and Ingress APIs

A couple of months ago, the new Kubernetes Gateway API graduated to beta.

Why do you need another API to handle external traffic when you have the stable Kubernetes Ingress API and dozens of...

Jornada para me tornar um DevOps Jr

O começo
A Comunidade e o DevOpsDay Vitoria

No inicio eu estudava e trabalhava com frontend, mas fui muito bem abraçado e acolhido pela comunidade DevOps, costumo dizer que fui adotado por eles, mas...

10 best GitHub repos for developers ✅

With the help of GitHub, developers can easily access and share their code with others. It has become an essential tool for developers to collaborate on projects and stay up-to-date with the latest...

20 Git Commands That Will Make You a Version Control Pro.

Version control is essential for programmers who want to collaborate effectively and track changes when working on code in a team. Git is a version control system that allows you to track revisions,...

9 Must-Know Rules for Writing Clean Code

Are you tired of staring at a mess of code that even your cat wouldn’t touch?

Look no further. In this post, I will tell you 9 rules to turn your spaghetti code into a work of art.

So grab a cup of...

50 Most Asked JavaScript Interview Questions

You've been learning JavaScript and planning to apply for jobs. Prepare for the interview by answering most asked 50 JavaScript interview questions.

Table of Contents
What is JavaScript?
What is the...

7 Free Public APIs you will love as a developer💖

  1. JSON Placeholder

JSON Placeholder is a service that provides you with fake online REST APIs for testing and prototyping. This is a go-to API for every developer.

  1. Google Translate

Google has a...

Chrome Extensions of the Month - January 2023

In this article, I will suggest to you some of the best extensions you need to install for better productivity that can come in very handy. So without further due, let's get into it.

Table of...

Multi-threaded React App using useWorker

Process expensive and UI-blocking tasks in a separate thread using useWorker.

As we all know, Javascript is a single-threaded language. So, if we do any expensive task, It will block UI interaction....

🚀 5 Advanced ES6 Features Every JavaScript Developer Should Master

New day, new article! Today's article is about five advanced Javascript ES6 features that I like and that I think everyone (at least every developer) should understand.

Are you ready?

💡...

9 Must-Know Rules for Writing Clean Code

Are you tired of staring at a mess of code that even your cat wouldn’t touch?

Look no further. In this post, I will tell you 9 rules to turn your spaghetti code into a work of art.

So grab a cup of...

7 Small & Underrated React Libraries 🔥

Hey! Welcome back to my daily article! Today we will talk about React. But not about React.js concepts, best practices, or so. Today I will talk about 7 small and underrated React libraries that I...

Optimizing Large File Transfers in Linux with Go - An Exploration of TCP and Syscall

As I experiment with Raspberry Pi and other devices in my network, I have created a small network application to aid in device discovery using multicast, data collection, and other functions.

One key...

Structs, Methods, and Receivers in Go

When I was first learning how to use Go, the idea of Go being a non-OOP language was interesting. I was used to using Python, which was an OOP language, and thus had a class. I thought it was an odd...

How to verify if the context has a deadline

It's very simple, context.Context has a little method called Deadline that returns (deadline time.Time, ok bool). When the ok variable is true, the deadline is set. Why use a deadline? We need to use...

mp4ff - beyond MP4 boxes

mp4ff consists an open source library and tools for handling MP4 files. It is written in Go, and I started writing it because I discovered that Go is a great language for writing back-end services and...

Book Review: Learning Go by Jon Bodner

Looking for a book to teach you Go? I'm reviewing the newest and best I can find, to give you the recommendation for which book is the best in 2023. This is my third review in the series, this time...

Top comments (2)

Collapse
 
c4r4x35 profile image
Srinivas Kandukuri

Shoutout to all the awesome authors featured this week : @balastrong , @thormeier , @ramziosta , @bekahhw , and @pablonax 🙌.

Collapse
 
thormeier profile image
Pascal Thormeier

Thank you for the shout-out!