3582
Meeting point for Geeks! - Only English is allowed. Rules: https://t.me/geeksChat/738834 @GeeksChannel
now please promote me, for my abilities encompass raining hell upon spambots and like malcontents
Читать полностью…
Er fuck didn't see you interacted.... May wanna nuke the messages
Читать полностью…
Do anyone of you want to earn free dollars without investment
Читать полностью…
in my case if i used a technology for over a month in a year i include that year in the counting lol
Читать полностью…
JavaScript is a constant moving target... If someone says they know 85% of C++, they're lying... Same here .. it's a dangerous game using percentages or line graphs
Читать полностью…
I'm pretty sure you'd fall on your face if your knowledge were tested. That's a terrible way to portray your expertise.
Читать полностью…
Strong command of core JavaScript and modern ES features, applied in real projects. Percentages are illustrative, not absolute man!
Читать полностью…
Greetings guys. I'm Rademene a Frontend Developer with modern technologies. Check out my webfolio: https://lordradeezexe.vercel.app/
Читать полностью…
Just want to add. if you dont want to setup a private chain, then you can use a tool like Ganache there is a GUI or CLI which just spins up a local EVM blockchain, very easy to get started, but only works from that one development machine (unless you of course port forward etc)
and for deploying smart contracts you can use hardhat or truffle. But an easy to use platform would be remix.ethereum.org, you just add the contract in there and set the compiler to correct version and compile it, then go to deploy tab and then connect to your private chain or Ganache through your metamask, and then deploy. very easy
anti-virus software is essentially a big hash dictionary
Читать полностью…
yes, it's called having a job. You do stuff and your employer gives you free money
Читать полностью…
cant afford to be humble anymore, not in this economy
Читать полностью…
That's not how people will perceive them. It's better to just list your skills and have projects that employers could look at.
Читать полностью…
i like the idea of project 2
I'll suggest to use either nextjs or angular for the panel
I can recommend wagmi web3modal for the wallet connect.
Then write a solidity smart contract for the voting system, and deploy that to any blockchain you prefer. i.e Ethereum, Arbitrum or Base chain etc.
You can also setup your own private blockchain using hyperledger besu or something similar. I just like besu for my private chain, as its easy to set gasfree transactions.
So if you go with a private chain = deploy your contract(s) there and then one of the nodes (need 4 nodes, which you can run on same vps) you run with the api flag, and that node is what you connect to in metamask/rabby or any other evm wallet that supports private custom networks (metamask is great for this)
And then you just setup the wagmi config + context for the web3modal with this RPC to your private chain (or normal blockchain)
And then of course build out what ever functionalities in the panel you want users to have for voting.
How is that different from most of the anti virus softwares out there?
Читать полностью…
Project ideas:
1.Real-Time Malware Sandbox Analyzer - used to detect suspicious files
🔐 Category : Cybersecurity and IoT
2. Blockchain-Based Voting System
Secure, transparent electronic voting
3.🛡 Design and Implementation of Network Intrusion Detection and Prevention System (NIDPS)
Me and my team are totally beginners , the first topic is of advanced level , so what should we do , anyone have any idea of these projects especially the first one ?