New algorithm for finding prime numbers in N natural numbers. Implemented in java, javascript, python.
https://github.com/hitku/primeHitku/tree/main
https://redd.it/1fx8mnu
@r_coding
https://github.com/hitku/primeHitku/tree/main
https://redd.it/1fx8mnu
@r_coding
GitHub
GitHub - hitku/primeHitku: This is the algorithm for finding prime numbers I found while studying pattern in the natural numbers.
This is the algorithm for finding prime numbers I found while studying pattern in the natural numbers. - hitku/primeHitku
Learn how to orgnaise your messy files into organised folders using python - Beginner Friendly
https://youtu.be/ZhPkuoT6lzE
https://redd.it/1fxew2o
@r_coding
https://youtu.be/ZhPkuoT6lzE
https://redd.it/1fxew2o
@r_coding
YouTube
How to Organise Files by Type in Python using OS and Shutil: Beginner Friendly Tutorial
Welcome to this beginner-friendly tutorial on How to Organise Files by Type in Python using OS and Shutil! In this step-by-step guide, we'll show you how to automate the process of sorting your messy files into organised folders based on their file types.…
Short Guide in Go: Pointers Explained Simply (my first blog post)
https://walkincspace.com/2024/10/06/short-guide-in-go-pointers-explained-simply/
https://redd.it/1fxeq2u
@r_coding
https://walkincspace.com/2024/10/06/short-guide-in-go-pointers-explained-simply/
https://redd.it/1fxeq2u
@r_coding
walk in cspace
Short Guide in Go: Pointers Explained Simply
Why? It’s simply more efficient. They avoid copying large amounts of data when passing variables to functions. What are they? A pointer is a variable that contains the memory address of anoth…
I need help inserting row to DB table from Ajax or unsure if supposed to be through the backend?
https://paste.mod.gg/qnlljihvpcdx/0
https://redd.it/1fxlz95
@r_coding
https://paste.mod.gg/qnlljihvpcdx/0
https://redd.it/1fxlz95
@r_coding
paste.mod.gg
BlazeBin - qnlljihvpcdx
A tool for sharing your source code with the world!
JavaScript 8 Game-Changing Features You Need to Know!
https://youtube.com/shorts/rjm6iXAUNXg?si=YnUQyKM8eUZGz-L9
https://redd.it/1fxoewx
@r_coding
https://youtube.com/shorts/rjm6iXAUNXg?si=YnUQyKM8eUZGz-L9
https://redd.it/1fxoewx
@r_coding
YouTube
8 Js game changing features you need to know
**Video Description:**Join us as we explore **8 game-changing features** introduced in ECMAScript that will take your JavaScript skills to the next level! F...
Master JavaScript Pro Tips for Perfect Variable Naming!
https://youtu.be/tyd8ZNhjpk0?si=b8G0t5PKPQh5o4_p
https://redd.it/1fyhu5o
@r_coding
https://youtu.be/tyd8ZNhjpk0?si=b8G0t5PKPQh5o4_p
https://redd.it/1fyhu5o
@r_coding
YouTube
Master JavaScript: Pro Tips for Perfect Variable Naming!
Struggling with messy JavaScript code? 🧑💻 In this video, I'll show you powerful tips for naming your variables like a pro! From ditching outdated practices to using clear, descriptive names, these simple hacks will take your coding game to the next level.…
I made an Egyptian Arabic Programming Language
https://www.youtube.com/watch?v=DQsdGNQEi3A
https://redd.it/1fymvqn
@r_coding
https://www.youtube.com/watch?v=DQsdGNQEi3A
https://redd.it/1fymvqn
@r_coding
YouTube
I made an Egyptian Arabic Programming Language
I made a programming language based on my Egyptian Arabic dialect in Python! I hope you enjoy this project and find it interesting. If you have any ideas for future projects or have any questions for me comment down below.
Code for this project:
https:/…
Code for this project:
https:/…
🚀 Cats-Actors v2.0.0-RC5 Released!
https://github.com/suprnation/cats-actors
https://redd.it/1fyxspq
@r_coding
https://github.com/suprnation/cats-actors
https://redd.it/1fyxspq
@r_coding
GitHub
GitHub - cloudmark/cats-actors: Cats Actors framework for building apps which are reactive. Cats actors uses a conceptual actor…
Cats Actors framework for building apps which are reactive. Cats actors uses a conceptual actor model as a higher level abstraction for concurrency. - cloudmark/cats-actors
How is this effect called? How can I do this?
https://streamable.com/nnusj9
https://redd.it/1fz2ndq
@r_coding
https://streamable.com/nnusj9
https://redd.it/1fz2ndq
@r_coding
Streamable
Watch video | Streamable
Watch "video" on Streamable.
Folder Mapper v1.2.31 🎉 Now with exclusion patterns for AI-assisted coding ✨
https://marketplace.visualstudio.com/items?itemName=m0n0t0ny.folder-mapper
https://redd.it/1fz3vdd
@r_coding
https://marketplace.visualstudio.com/items?itemName=m0n0t0ny.folder-mapper
https://redd.it/1fz3vdd
@r_coding
Visualstudio
Folder Mapper - Visual Studio Marketplace
Extension for Visual Studio Code - Generate a hierarchical tree structure of your project folders and files with improved file naming and performance.
The Secret to Writing Clean, Readable Code
https://youtube.com/shorts/_zeiuPIdjYI?si=GTbi9a4uOLCifXR-
https://redd.it/1fzbapw
@r_coding
https://youtube.com/shorts/_zeiuPIdjYI?si=GTbi9a4uOLCifXR-
https://redd.it/1fzbapw
@r_coding
YouTube
The Secret to Writing Clean, Readable Code
Description:Want to write clean, readable code like a pro? 🚀 In this video, I’ll share the top 3 coding tips every developer needs to know! 💡 Learn how to ...
How Swift Achieved Dynamic Linking Where Rust Couldn't - Faultlore
https://faultlore.com/blah/swift-abi/
https://redd.it/1fzqctc
@r_coding
https://faultlore.com/blah/swift-abi/
https://redd.it/1fzqctc
@r_coding
Faultlore
How Swift Achieved Dynamic Linking Where Rust Couldn't - Faultlore
Function Composition and Currying In Python
https://freefrancisco.hashnode.dev/function-composition-and-currying-in-python
https://redd.it/1fzqg3y
@r_coding
https://freefrancisco.hashnode.dev/function-composition-and-currying-in-python
https://redd.it/1fzqg3y
@r_coding
Letters From Paradise
Function Composition and Currying In Python
Composition and currying are features of functional programming languages that can be very convenient in some situations. Haskell supports composition and currying directly, so as a spoiled Haskeller, I don't want to do without those luxuries when I ...
Java Garbage Collection Series (Part 1): A Practical Introduction to Memory Management
https://medium.com/@divy9t/java-garbage-collection-series-part-1-a-practical-introduction-to-memory-management-181bf8c70425
https://redd.it/1g0cuq5
@r_coding
https://medium.com/@divy9t/java-garbage-collection-series-part-1-a-practical-introduction-to-memory-management-181bf8c70425
https://redd.it/1g0cuq5
@r_coding
Medium
Java Garbage Collection Series (Part 1): A Practical Introduction to Memory Management
Garbage collection (GC) is one of Java’s standout features that automatically manages memory, freeing up space when objects are no longer…
Role-based access control best practices: 11 tips
https://www.cerbos.dev/blog/role-based-access-control-best-practices
https://redd.it/1g0fo48
@r_coding
https://www.cerbos.dev/blog/role-based-access-control-best-practices
https://redd.it/1g0fo48
@r_coding
www.cerbos.dev
Role-based access control best practices: 11 top tips
Role-Based Access Control is an access control model based on clearly defined roles. Read on to learn more about Role-Based Access Control best practices.