Pinned Repositories
-a-school-management-system-using-OOP-
This was created using OOP in GO of which golang is not a pure OOP language. rather it uses concepts such as composition for inheritance and so on.
a-blog-applicaton-using-mySQL
a-chat-application
This is a chat application that listens and accepts request from a server, using TCP. Multiple clients connects to the server and can read and write and write to it. It is built with concurrency in mind so that messages can be broadcasted to all the clients in the room except the client that sent the message. Table testing is used to ensure all functionalities are working.
A-random-decision-maker-app
a-responsive-quiz-game
plain HTML, CSS and Vanilla JS multi choice quiz game, hope you like it
a-todo-app-on-the-CLI
This is a todo app built using the cobra CLI package and stores data in csv
Another-todo
Calculator-terminal-app-using-GO
This calculator terminal app is built using golang. It does addition, subtraction, division and multiplication. Also, variadic function was used to pass in as many arguments as possible that performs this function. The variadic function returns a slice of float64.
GO-Packages
resource-EDGE-
standardization test for Genesys
vivcis's Repositories
vivcis/TO-DO-LIST2
vivcis/a-simple-about-me-page
page responsive with a simple calculator UI
vivcis/Algorithms
solutions to algos in Golang
vivcis/AltScl-task
vivcis/Arnold-Cecilia
vivcis/bitcoin-address-using-bitcoinjs-lib
vivcis/bitcoin-helpers
Explore Bitcoin transaction scripting with Go using the btcd library. This repository includes functions to generate redeem scripts, derive P2SH addresses, construct transactions, and more. Each task is implemented as a separate function, accompanied by unit tests. Ideal for learning and experimenting with Bitcoin transactions in a Go environment.
vivcis/bitcoinbook
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
vivcis/block-constructor
vivcis/btcd-wallet
create a new bitcoin wallet using btcd, send bitcoin and get balance
vivcis/decode-transaction-hex
The GO program prints each expected output (version, input, outputs and locktime) to the terminal using a transaction hex.
vivcis/Flowers4U
Flowers4U is a local florist that offers flower selection and delivery services to its users
vivcis/go
Exercism exercises in Go.
vivcis/grpc-go
greet. calculation and blog simple app built using grpc
vivcis/Hackathon-AltSchool
vivcis/hexagonal-structure-project-boiler-plate
vivcis/investment-DAO
Allow crypto users with less capital to invest in highly priced assets eg: NFTs like Azuki, Bored Ape Yatcht, etc
vivcis/Library-API
A library API where users can register, view books, borrow book(s), return etc
vivcis/Lunch-wallet-api
The lunch wallet api is an api that can be used by organisation's employees to access brunch and/or dinner. This is done by scanning a QR code which alerts the kitchen staff and generates the meal for the day. Other cool features are also included.
vivcis/OJA
an e-commerce app that has lots of buyers and lots of sellers can register their products, update, keep track of sales from their dashboard and so on.
vivcis/philanthrop-a
A crowdfunding platform that allows donors to sponsor education scholarships using Bitcoin, providing educational opportunities for disadvantaged youth.
vivcis/phonie
vivcis/realtor
This is a realtor web application for the sale and purchase of houses.
vivcis/shopping-cart
a cart that allows users to shop, users can add and remove from the cart using the add or remove buttons. coupons can be applied to shopping items as well
vivcis/simple-bank
a simple bank service built with Golang
vivcis/Smart-Contract-Withdraw
A React component enabling users to withdraw funds from their Ethereum wallets using smart contracts.
vivcis/Username-Across-Platforms
This Application enable you check a given username on Twitter, Github, and so on, to see if that username for each account visited is the same. Here is a link to play with it: https://username-across.herokuapp.com
vivcis/wallet-web-ui-b
Wallet web UI for group B
vivcis/whatsapp-bot
a dummy whatsapp bot built with Golang
vivcis/word-scramble-game
A game that displays a scrambled word and challenges the player to guess the correct word.