golang
Faster Blogging: A Developer's Dream Setup
Sharing our journey of transforming glee from Python to Golang.
golang
Sharing our journey of transforming glee from Python to Golang.
ai
I saw everywhere recently that OpenAI's SORA is making waves across the web. SORA is capable of making videos out of textual descriptions. I went to their website, trying to give it a go. No way to try it immediately, though. I'd have loved to make
websocket
Have you recognized a sluggish component in your web app and want it to be more snappy? I was in the same boat until I tried Websocket. It helped me achieve faster load times and get real-time updates for my web app's feed. I'll be sharing my learnings, so stay tuned!
What we are up against. Have you ever wondered how hackers find bugs on websites? What does it take to hunt for bugs and responsibly disclose them? In this article, we will be focusing mainly on a single bug called DOM-based XSS (cross-site scripting), which is found very often on
ml
Are you new to machine learning, or have you ever struggled to upskill your machine learning skills? In this article, I'll guide you through a simple ML project that helped me raise my ML skills.
logging
The Hurdles of Debugging: Time, Effort and Annoyance Ever felt like you are stuck in a never-ending bunch of errors? The process of debugging can be frustrating, without proper methods it can cost us hours, effort and annoyance. Consider this scenario: You are dealing with a bug in your app
kubernetes
Ever felt confused about server, docker, service, container, target or node ports in Kubernetes? This article breaks it down for you, explaining every port in your workflow, from development to deployment Dive in and simplify the complexity today!
team
Do you want to build a team culture that you can be proud of? If yes, you are in the right place. My system will help you build the team culture you aspire for. Team culture means two things: First, the way in which the team faces challenges together. Second,
Explore Similarity Search techniques. Learn practical methods for setting up an NLP pipeline for a similar movie recommendation system.
css
This article will discuss how to create optimized, unbroken CSS code for web apps, including how to avoid common mistakes and tools for efficiently maintaining CSS code.
design
Discover design essentials for non-designers from 'The Non-Designer’s Design Book' and Joe Natoli's 'Design Rules.' Improve your skills and make designs that have a strong impact. Take a quick guide to understand design principles better and boost your design abilities.
Since the launch of ChatGPT, everyone has been trying to build their own AI platforms, but it needs a lot of programming and a complex environment setup. But fear not! LangChain has arrived to simplify the process and make things more accessible.