Code Monkey home page Code Monkey logo

basic-calculator's Introduction

Hello πŸ‘‹, I'm Roqeeb Bello!

Linkedin Badge Website Badge Twitter Badge Telegram Badge

Nice to have you around! Β  visitor badge

I'm a bachelor's degree holder πŸŽ“ in Physics Education πŸ›. I'm a passionate learner who's always willing to learn and work across technologies and domains πŸ’‘. I love to explore new technologies and leverage them to solve real-life problems ✨. Apart from that I also love mentorship relationships πŸ‘¨πŸ»β€πŸ’». I'm currently into BlockChain Development πŸ•ΈοΈ and working on my Data Structures and Algorithms and other languages πŸ€“.

Joined Github 3 years ago.

Like My Work?

Buy Me A Book

Talking about Personal Stuff

  • πŸ›  Β  I’m currently working with Solidity, Foundry, Hardhat, Cairo, JavaScript, etc.
  • πŸš€ Β  I’m currently exploring Smart Contract Security (Solidity & Cairo for L2).
  • πŸ‘¨πŸ»β€πŸ’» Β  Most of my projects are available here on Github.
  • πŸ’¬ Β  Ask me about anything here! I am happy to help.
  • πŸ‘Ύ Β  Fun fact: Equal is Not Always Equal in Javascript.
  • πŸ“« Β  How to reach me: [email protected]
  • πŸ“ Β  Checkout my Resume.

My Absolute Favorites

  • πŸ’» Β  I love exploring new tech stacks and building cool stuff.
  • πŸ“° Β  Reading & writing tech blogs whenever possible.
  • πŸ• Β  Hackathons, meetups & tech events.

Languages and Tools

PythonΒ  JavaScriptΒ  ReactΒ  HTMLΒ  CSSΒ  GitΒ  GitHubΒ  Markdown VSCodeΒ  solidity solidity tailwind tailwind hardhat hardhat foundry foundry CC nextjsNextJS golanggolang terminalterminal

Night Coding

Projects and Dev Stuffs

  • NFT.
  • Auction, Staking, Farm, Trading Contracts.
  • UniswapV2 & V3, Chainlink.
  • Smart contracts in general.
Super's github stats

βš™οΈ Things I use to get stuff done
  • OS: Manjaro
  • Laptop: DELL
  • Browser: Chrome Web Browser
  • Terminal: ZSH: Oh My Zsh
  • Code Editor: VSCode - The best editor out there.
  • To Stay Updated: Dev.to, Medium, Linkedin and Twitter.

  • βš›οΈ Checkout My VSCode Configrations

Show some ❀️ by starring some of the repositories

basic-calculator's People

Contributors

milk-maid avatar

Watchers

 avatar

basic-calculator's Issues

Great submission but store the entire operation when keeping the history of previous calculations

Hey @milk-maid Your submission is great and i am very impressed. But for the part of the history, please only store the entire operation and not only a single number. You might have to use 2 data structures to achieve this. One to store the details of the computation and the other to store the result.

You can clear the data structure with the computations and populate it with the result once the user clicks one of the operations buttons again.
e.g.
Iteration 1.
computation_data = 1+2
answer_data = 3

Iteration 2
The answer becomes the first element in the computation data structure when the user clicks one of the arithmetic operation buttons
computation_data = 3+(any other number)
answer_data = empty

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.