Artificial Intelligence & ChatGPT Prompts
40.5K subscribers
667 photos
5 videos
319 files
561 links
🔓Unlock Your Coding Potential with ChatGPT
🚀 Your Ultimate Guide to Ace Coding Interviews!
💻 Coding tips, practice questions, and expert advice to land your dream tech job.


For Promotions: @love_data
Download Telegram
HOW TO AVOID YOUR ADULT PROBELMS??

• Wake up early.
• Work out regularly.
• Eat good, real food.
• Live below your means.
• Find real friends with similar goals.
• Have more than 1 source of income.
• Do what you love for work
• Don't get into meaningless relationships.
• Stop hitting the snooze button.
• Create a routine.
• Write down a plan.

https://t.iss.one/HealthFitnessGymTips
👍20
The most popular programming languages:

1. Python
2. TypeScript
3. JavaScript
4. C#
5. HTML
6. Rust
7. C++
8. C
9. Go
10. Lua
11. Kotlin
12. Java
13. Swift
14. Jupyter Notebook
15. Shell
16. CSS
17. GDScript
18. Solidity
19. Vue
20. PHP
21. Dart
22. Ruby
23. Objective-C
24. PowerShell
25. Scala

According to the GitHub Repositories
👍181
🖥 Git: Merging vs Rebasing

In git, when there are some changes in a parent branch from which you forked, there are two strategies to incorporate them into your working branch:

Merging:

As the name suggests, 'merges' the parent branch into your branch. The advantage is that handling conflicts (if any) is easier, since you only need to resolve them for the merge commit once. However, this may make the git history a bit harder to follow

Rebasing:

Takes all the commits you made in your branch, and applies them on top of the head of the parent branch. As if repositioning the base of the branch.

This helps to create a linear and easy to follow git history, but conflict resolution may be tedious and you need to force push the branch to the origin.
👍7
Individuals using the Internet (% of population):

🇰🇵North Korea 0%
🇸🇴Somalia 2%
🇸🇸South Sudan 7%
🇨🇬Congo 9%
🇺🇬Uganda 10%
🇪🇹Ethiopia 17%
🇦🇫Afghanistan 18%
🇵🇰Pakistan 21%
🇪🇷Eritrea 22%
🇳🇪Niger 22%
🇰🇪Kenya 29%
🇧🇩Bangladesh 39%
🇮🇳India 46%
🇳🇬Nigeria 55%
🇻🇪Venezuela 62%
🇮🇩Indonesia 66%
🇨🇺Cuba 71%
🇿🇦South Africa 72%
🇪🇬Egypt 72%
🇲🇽Mexico 76%
🇨🇳China 76%
🇮🇷Iran 79%
🇺🇦Ukraine 79%
🇧🇷BR 81%
🇯🇵Japan 83%
🇹🇷Turkey 83%
🇮🇹IT 85%
🇫🇷FR 85%
🇦🇷Argentina 88%
🇷🇺Russia 90%
🇩🇪DE 92%
🇺🇸USA 92%
🇨🇦Canada 93%
🇫🇮FI 93%
👍11
RISC-V Assembly Language Programming.pdf
3.7 MB
RISC-V Assembly Language Programming
Stephen Smith, 2024
👍5