Linuxopsys

Linux tip of the day 💡 Try out lsd instead of ls to list files in a directory. This tool is a rewrite of GNU ls command with many new features such as colors, icons, a tree-view,...

Sumit | Javascript + React

Javascript is best learnt by building projects. Here's a list of 20 such projects you can build: https://t.co/zGIfWfP0fY

Rapid

We can use Node.js and Express to build different APIs. Let’s look at how we can use environment variables in a Node.js app. - Install the "dotenv" package - Create .env file -...

Alex Xu

/1 How can Redis be used? There is more to Redis than just caching. Redis can be used in various scenarios, as shown in the diagram. https://t.co/nNtvaUYPO4

javinpaul

Best Courses to Learn Microservices 1. Microservice Architecture - https://t.co/MgqKFuwZZ0 2. Microservice Principles - https://t.co/G0uvCQgfX3 3. Building Scalable Microservices...

Olaudah Equiano®

As I look at the recently concluded World Cup series I am saddened by the performance of the Super Eagles. Thread.

Pratham

Use these 6 AI websites to finish hours of work in minutes (take a look):

Ajay Yadav

The HTML structure is hard, but not anymore! Get the ReactJS repo link and deployed link as well. 🧵 ↓ https://t.co/Ind1bqFQu6

Mbaziira Ronald

→ Tailwind Components 💎 HTML + Tailwind 🔥 A list and preview of Tailwind components I created some days back 👇

Pratham

AI era could really change the way developer write code: 🧵

Trevor Miller

My team recently converted our entire detection library to #SIGMA and created a wiki around it! We are an MSSP & platform agnostic, meaning we have a version of a rule for pretty...

Akshay 🚀

Kornia is a Differentiable Library based on PyTorch. 💫 Build a 𝑭𝒂𝒄𝒆 𝑫𝒆𝒕𝒆𝒄𝒕𝒐𝒓 in just a few lines of Python code using Kornia. A Thread 🧵👇 @kornia_foss https://t.co/7VsCUox8ws

Afiz ⚡️

Build Your own mini ChatGPT using OpenAI and Gradio Why wait in the queue, when you can build your own ChatGPT bot in just 5 steps using Python I have used text-davinci-003 engi...

Nikki Siapno

These 5 Habits Separate The Best Programmers From The Rest:

javinpaul

Best Free Kubernetes courses for 2023 1. Just enough kubernetes to be dangerous - https://t.co/9lSIfEtnQf 2. Learn DevOps Kubernetes deployment - https://t.co/VmfaJWGPol 3. Introdu...

Mbaziira Ronald

Don't pay huge amounts of money for Web Development & CS courses These companies & universities are offering different various courses for free: → Google → IBM → Stanford Univers...

Rapid

Types of APIs in terms of architecture - REST API - GraphQL - SOAP API - Kafka API - Async API Thread 🧵👇

Alex Xu

/1 How does Git Work? The diagram below shows the Git workflow. https://t.co/0VcdsdSW1M

Sumit | Javascript + React

Code quality is fundamental to any software development project. Improving code quality not only improves your project but also makes you a much more polished developer. Find ou...

Sebastian Sigl

I interviewed over 50 backend developers in the last 2 years. You don’t need a university degree or a referral to find a job - you need to know things that matter. If you want to...

javinpaul

Linux command every developer should know 1. find - https://t.co/syQ0cVRupL 2. grep - https://t.co/BG7MJglRu3 3. curl - https://t.co/SUnYNAJcHi 4. lsof - https://t.co/0Zc2iVQ59D 5....

Mbaziira Ronald

Another Tailwind Component 👀 ↓ HTML + Tailwind (@tailwindcss) The Code link is below 👇 https://t.co/9DvNwFpINa

Javarevisited

Best Design Pattern courses and Tutorials for 2023 1. Design Patterns in Java - https://t.co/zDV7zb0f3i 2. Software Architecture - https://t.co/0qIADIDiaY 3. Grokking OOP Interview...

Arnav Gupta

In Python code what is your tab indent size usually?