Software Development
2171 Threads
Knowing when and how to stop running processes is a essentialย skill for sysadmins. When a process becomes stuck, it only takes a gentle nudge to restart or stop it. At times, a pr...
What is a developer's worst nightmare? You get an alert on Friday that the feature you just released crashed the system. Now, you have to scramble for hours to fix the issue. Bu...
5 GitHub repositories save your development time by 90%:
SOLID principle is one of the most important design principles in OOP languages like Java, Python, C#, etc. Sadly, most of the programmers find it super difficult to understand....
JWT Token Structure Simplified: https://t.co/8bEOvLLCf0
AI is revolutionizing coding for developers. Introducing Coding AI: the ultimate tool for coding 10x faster and better. Here's why this AI tool will blow your mind:
Day 19 of #20DaysOfReact 10 Project ideas to strengthen your react concepts: 1. Online Quiz App: - Plan the quiz application's structure and user interface. - Create a Rea...
Day 18 of #20DaysOfReact Topic covered: - Introduction to Server and Client side rendering Server-side rendering (SSR) and client-side rendering (CSR) are two different approach...
5 Open Source projects you should learn about as a DevOps Engineer in 2024 or you can contribute to as well. 1. cnquery It's a tool that answers thousands of questions about your...
#DAY6 of #100DaysOfCode Took tyme to debug as well recreate my virtual bot assistant to automate everything in my new coffers web. Still no real progress made just a bunch of un...
For those who couldn't attend my 'Keynote' at @aiDotEngineer > Pydantic is all you need Making LLMs, software 3.0, backwards compatible with software 1.0 https://t.co/FOS0wtQiH...
Why pay for a Software developer? When AI can build software for you. Here's how to create an app with Softr AI:
Data Classes in Python can save you hours of writing boilerplate code! ๐ฅ Today, I'll clearly explain them using illustrative code examples! Let's go! ๐ https://t.co/dvC2Io6ieS
I have been humbled. Frontend is hard shit. Over the past 7 years Iโve done - ML dev - Blockchain - Backend - some android dev - Zero knowledge proofs - decent C and C++ - even...
DAY 16 of #20DaysOfReact HOW TO STRUCTURE YOUR FRONTEND CODE IN REACT. [with explanation] ๐src | |_ ๐components | |_ ๐Cards | | |_ ๐MainCards.jsx | |_ ๐Buttons |_ ๐api |...
DAY 15 of #20DaysOfReact Topic Covered : - Higher order components What are Higher order components? A higher-order component is a function that takes a component and returns a...
Story time. A CTO of a company calls you. They just migrated from Heroku to AWS on EKS. He's happy with the migration but wants you to build Heroku's "Ephemeral Preview Apps" on...
DAY 14 of #20DaysOfReact Topic Covered : - Debouncing in react What is debouncing? Debouncing is a technique used in React (and other JavaScript applications) to optimize the p...
If you want to learn Linux bash scripting for FREE, open this: https://t.co/8M2WivDZ5L
[not a] Kubernetes 101 ๐งต Kubernetes Pods, Deployments, and Services As an Attempt To Automate Age-Old Infra Patterns Let's track the web service evolution from a single instance...
Made 2 amazing virtual assistants in my running demo project coffee coffers web. Really happy to share with yu and take yur reviews on it. https://t.co/bUkMQIgghC #100daysofcodin...
Sure Shot Interview Question by @kirat_tw 1. Why do you containerise apps? Do you understand docker? Can u explain it in brief? First Understand each part: Why do you containeri...
SemVer explained in very simple terms. Semantic versioning is a standardized way to communicate software upgrades. It categorizes changes into three buckets: ๐ด ๐ ๐ฎ๐ท๐ผ๐ฟ: Contains b...
๐ข๐ป๐ถ๐ผ๐ป ๐ฎ๐ฟ๐ฐ๐ต๐ถ๐๐ฒ๐ฐ๐๐๐ฟ๐ฒ vs. ๐๐น๐ฒ๐ฎ๐ป ๐ฎ๐ฟ๐ฐ๐ต๐ถ๐๐ฒ๐ฐ๐๐๐ฟ๐ฒ - is there a difference? Both architectures have a similar visual representation using concentric circles. The Onion architecture has: -...