canada
/canada1000
sorry
You know we got some bad leadership in Alberta when we're making Ford look decent.
https://globalnews.ca/news/10924732/premier-ford-being-urged-to-walk-back-threat-of-electricity-shut-off-in-possible-u-s-tariff-showdown/
https://globalnews.ca/news/10924732/premier-ford-being-urged-to-walk-back-threat-of-electricity-shut-off-in-possible-u-s-tariff-showdown/
If you think "America invading Canada" is a funny joke, consider this scenario:
US applies tariffs on Canada. Canada responds by limiting hydroelectric power from Niagara falls. US declares it a national security issue and responds by threatening to annex our two major hydroelectric plants near the border, 2000MW. Maybe they don't even threaten.
How confident are we that UN/NATO will have effective recourse? Would Americans even respond negatively?
What else could the US take in a day that we'd be helpless against? Is it still funny?
US applies tariffs on Canada. Canada responds by limiting hydroelectric power from Niagara falls. US declares it a national security issue and responds by threatening to annex our two major hydroelectric plants near the border, 2000MW. Maybe they don't even threaten.
How confident are we that UN/NATO will have effective recourse? Would Americans even respond negatively?
What else could the US take in a day that we'd be helpless against? Is it still funny?
canada post being ordered back to work today means my super cute anime phone case will be delivered after being held hostage for a month
“AI is used to increase rent”
Key features: ✅ Prescription Management: Doctors add prescriptions for patients.
✅ Donation Handling: Secure contributions with Chainlink USD conversion.
✅ Eligibility Check: Only listed patients can withdraw, ensuring fairness.
✅ Optimized Gas Usage: Fast lookups via mappings.
✅ Event Logging: Tracks donation transactions.
✅ Donation Handling: Secure contributions with Chainlink USD conversion.
✅ Eligibility Check: Only listed patients can withdraw, ensuring fairness.
✅ Optimized Gas Usage: Fast lookups via mappings.
✅ Event Logging: Tracks donation transactions.
🚀 Project Update: D-Pharma 💊
I’m excited to share that I’ve completed the smart contract for my D-Pharma project, a blockchain-based solution aimed at revolutionizing how prescriptions are managed and accessed! 🎉
🌟 What’s Implemented?
Role-Based Access Control:
* Secure role validation ensures that only authorized doctors can add prescriptions.
Prescription Management:
* Doctors can securely add patient prescriptions to the blockchain.
* Each prescription includes details like description, medications, patient, and pharmacy identifiers.
User Roles:
* Dynamic role assignment for users (e.g., doctor, patient, pharmacy).
* Easily query user roles for added transparency.
💻 Next Steps:
Building a front-end to interact with the smart contract.
Testing the system to ensure secure and seamless prescription handling.
I’d love to hear your thoughts or suggestions on how to enhance this project further. Let’s innovate together! 🚀
I’m excited to share that I’ve completed the smart contract for my D-Pharma project, a blockchain-based solution aimed at revolutionizing how prescriptions are managed and accessed! 🎉
🌟 What’s Implemented?
Role-Based Access Control:
* Secure role validation ensures that only authorized doctors can add prescriptions.
Prescription Management:
* Doctors can securely add patient prescriptions to the blockchain.
* Each prescription includes details like description, medications, patient, and pharmacy identifiers.
User Roles:
* Dynamic role assignment for users (e.g., doctor, patient, pharmacy).
* Easily query user roles for added transparency.
💻 Next Steps:
Building a front-end to interact with the smart contract.
Testing the system to ensure secure and seamless prescription handling.
I’d love to hear your thoughts or suggestions on how to enhance this project further. Let’s innovate together! 🚀
🌟 Project Complete: Blog Posting App with React & Django REST Framework 🌟
I'm excited to share my latest project—a blog posting app—built with React for the frontend and Django REST Framework (DRF) for the backend! 🚀
This project was a fantastic learning experience, especially transitioning from the MERN stack. I noticed many similarities:
Models in Django are like Schemas in Mongoose.
DRF views resemble Express.js controllers, handling API logic.
URLs in Django work like routes in Express.js.
Serializers stood out as they streamline validation and convert Django models into JSON. They simplify API responses and input handling.
I also implemented JWT (JSON Web Tokens) for secure user authentication, enabling features like registration, login, and protected blog management.
✨ The Result: A full-stack blog app where users can securely create, view, and manage blogs.
This project reinforced my full-Stack development skills and introduced me to the power of DRF. Onward to the next challenge!
I'm excited to share my latest project—a blog posting app—built with React for the frontend and Django REST Framework (DRF) for the backend! 🚀
This project was a fantastic learning experience, especially transitioning from the MERN stack. I noticed many similarities:
Models in Django are like Schemas in Mongoose.
DRF views resemble Express.js controllers, handling API logic.
URLs in Django work like routes in Express.js.
Serializers stood out as they streamline validation and convert Django models into JSON. They simplify API responses and input handling.
I also implemented JWT (JSON Web Tokens) for secure user authentication, enabling features like registration, login, and protected blog management.
✨ The Result: A full-stack blog app where users can securely create, view, and manage blogs.
This project reinforced my full-Stack development skills and introduced me to the power of DRF. Onward to the next challenge!
What's the lesson here? Toronto absolutely dominates construction even in late 2024 (when activity slowed down dramatically).
All the Cyber Monday deals suck in Canada!!
Toronto, Canada. From 2021 archives.
I just realized I'm more knowledgeable about how the crypto ecosystems work more than the Canadian banking financial system..🇨🇦🔵🇨🇦🔵🇨🇦🔵🇨🇦🔵🇨🇦🔵🇨🇦🔵🇨🇦🔵
Meant to put this here
Hi Canada! I'm working on a Canadian application and also looking for more Canadians to join me! check out my profile to learn more links are in bio! :) hope to talk to everyone in this group!!!
Feel free to message me if your looking for more info! :)
Feel free to message me if your looking for more info! :)
🌟Learning Django as a MERN Stack Developer🌟
I decided to learn Django because I’ve seen many job postings asking for React with Django. As a MERN stack developer, I found Django not too challenging to pick up.
* Models in Django are similar to MongoDB models in the MERN stack, as they define the structure of your data, but Django works with SQL databases (like SQLite or PostgreSQL).
* Django REST Framework (DRF) URLs are like the routes in Express.js — both define API endpoints to handle requests.
* Views in Django are equivalent to controllers in MERN, where both handle the incoming requests, business logic, and return responses.
I built a blog posting app using Django REST framework. Here’s what I implemented:
* User Registration: Users can sign up and receive JWT tokens for authentication.
* Notes CRUD: Users can create, list, and delete notes, with each note linked to the user.
* JWT Authentication: Secure access to the app using JWT tokens.
https://github.com/vicky262600/django-practice
I decided to learn Django because I’ve seen many job postings asking for React with Django. As a MERN stack developer, I found Django not too challenging to pick up.
* Models in Django are similar to MongoDB models in the MERN stack, as they define the structure of your data, but Django works with SQL databases (like SQLite or PostgreSQL).
* Django REST Framework (DRF) URLs are like the routes in Express.js — both define API endpoints to handle requests.
* Views in Django are equivalent to controllers in MERN, where both handle the incoming requests, business logic, and return responses.
I built a blog posting app using Django REST framework. Here’s what I implemented:
* User Registration: Users can sign up and receive JWT tokens for authentication.
* Notes CRUD: Users can create, list, and delete notes, with each note linked to the user.
* JWT Authentication: Secure access to the app using JWT tokens.
https://github.com/vicky262600/django-practice
Thankful for how quiet slack and discord was today, and got much work I got doing.
fr who is the Warren of Canada??
https://x.com/0xbrileigh/status/1861854795629261193?s=46&t=rLftPKNSWRVHZOADuhmSqA
https://x.com/0xbrileigh/status/1861854795629261193?s=46&t=rLftPKNSWRVHZOADuhmSqA
The 5 year anniversary of Covid is likely to have some concerning impacts
https://youtu.be/42dIpVTzV04?si=3WvU3AdigmyD0DHu
https://youtu.be/42dIpVTzV04?si=3WvU3AdigmyD0DHu
Would love to hit fast forward on Canadian politics
Canadian Professor Erik Demaine recently proved that tiling with three polygons is undecidable—wow! 👏
https://erikdemaine.org/papers/ThreeTiles_CGW2024/paper.pdf
https://erikdemaine.org/papers/ThreeTiles_CGW2024/paper.pdf
who's in?
TIL 61.2% of people living in Canada don't have fluoridated tap water! https://www.canada.ca/en/public-health/services/publications/healthy-living/community-water-fluoridation-across-canada.html
Hi y'all!
Let's play the Math Quiz Game 1️⃣9️⃣
Do you call it: BEDMAS, BODMAS or PEMDAS?
Math-fact: 𝗔𝗹𝗮𝗻 𝗧𝘂𝗿𝗶𝗻𝗴 is considered the father of theoretical computer science.
Game powered by @percs
https://xframes.web3.getpercs.com/cf/8246d11f-ff64-4ee5-a980-d5ad365c0fc8/v1
Let's play the Math Quiz Game 1️⃣9️⃣
Do you call it: BEDMAS, BODMAS or PEMDAS?
Math-fact: 𝗔𝗹𝗮𝗻 𝗧𝘂𝗿𝗶𝗻𝗴 is considered the father of theoretical computer science.
Game powered by @percs
https://xframes.web3.getpercs.com/cf/8246d11f-ff64-4ee5-a980-d5ad365c0fc8/v1
🇺🇸 🇨🇦
Canada is watching the outcome of the US election as we have the largest unprotected border in the world shared with them
We trade 13.4 Billion per day between the 2 countries
Whoever it is, hopefully the new administration gets along well with our Prime Minister
Going to wake up to pancakes and maple syrup with the results
Canada is watching the outcome of the US election as we have the largest unprotected border in the world shared with them
We trade 13.4 Billion per day between the 2 countries
Whoever it is, hopefully the new administration gets along well with our Prime Minister
Going to wake up to pancakes and maple syrup with the results