Software Development
1332 Threads
@Adoubleagent I'm not following? X needs to be implemented for Y reason. Y is the criteria, and may have requirements/constraints. The request should contain what/why/how it shou...
5 GitHub Repositories that EVERY Python developer should know 🧵👇👇
Everyone is talking about #ChatGPT & #GPT3, but did you know there were many alternatives? Here are 10 of them! 🔥👇 1. BLOOM 2. GLaM 3. Gopher 4. Megatron-Turing NLG 5. Chinchill...
Learn Git and GitHub for free. Open this thread:🧵↓
40 useful Linux commands for everyone ⇩
Python Dunder of the Day Day 8: ✨__module__✨ Let's talk about the functools module first: It has some really useful tools, such as `cache`, which caches results from function call...
Docker cheat sheet https://t.co/C165sr4l4v
Low code tools are Amazing. Here is one amazing low code tool that will make your life super easy:
Stop wasting time on coding. Here are 7 websites that will help you to build the app in minutes. (without coding) 👇
Stop wasting time coding everything from scratch. Here are low-code tools top coders use to build faster:
GitHub is a Goldmine and finding the right resources can be difficult. These 10 GitHub repositories will help you become an expert developer:
Learning to code in an interactive way is way more fun. So, I created a list of interactive learning tools for you. In this list, you can find tools to learn CSS, JavaScript, T...
What you know about software is about to get completely turned on its head What if AI could eliminate all future bugs? Or make sure your website/application was always running?...
If Tlon had an official mission statement, it would be to build an exceptional user experience for general purpose personal computing in the cloud. Our initial problem was to make...
🐍Python Dunder of the day Day 5: ✨__length_hint__✨ Let's do a little obscure one this time. Did you know that dunders can have multiple words? Anyway, take a look at this code: h...
Leverage the power of CSS grid to create a full dashboard layout in no time ↓ 1/7 https://t.co/0eo9KAl39y
@CulturedCoder Long term industry projects you can build, maintain and have on your portfolio: 1. A web application for project management or task tracking 2. A platform for onlin...
20 Design Patterns You can Learn to become a better Developer https://t.co/dare7Fb2Z1
Learn for free: HTML: https://t.co/ZZ65CzGLB4 CSS: https://t.co/f9C247W2fy JavaScript: https://t.co/b1EUNxLUhi React: https://t.co/5XoI81163l API: https://t.co/5CnsaoY9Zf Python:...
GitHub is an absolute goldmine of quality learning resources. Here are 7 programming repos you'll wish you knew sooner:
💡🐍 In Python 3.7, the breakpoint function was introduced. If you want to debug your Python code just from the command line, here is what you need 👇 https://t.co/JlUidechcF
16 React libraries to implement killer features in minutes (10X productivity):
💡There are common mistakes that you can make in Laravel. I collected some of them I see (and make) on a daily basis. There are three main groups: - Performance issues - Deployment...
There’s now a Python library for RLHF called TRLX! (The same reinforcement learning strategy used in training ChatGPT) It works well with Hugging Face models, supports multiple R...