Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by pawlovskiii

A curated list of projects in awesome lists by pawlovskiii .

https://github.com/pawlovskiii/big-mac-index

This project is about extracting data from The Economist - Big Mac Index within URL API, uploading it to the AWS S3, implementing email notification that data is in S3, and data visualization within PowerBI.

boto3 configparser json modules nasdaq nasdaq-python-api pandas python requests type-hints

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/ethereum-jako-platforma-dla-aplikacji-zdecentralizowanych

The whole engineering thesis was about an introduction to blockchain development for absolute beginners. Firstly I wanted to give theoretical knowledge of the most important things. Nextly I moved strictly to the Ethereum blockchain. The culmination of the thesis is the yield protocol application, which gives rewards to its users.

blockchain brownie ethereum evm oracles smart-contracts

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/brownie_fund_me

This project is about continuing the journey in the brownie ecosystem. I mainly focused on a new FundMe contract to further improve my Solidity skills. I also worked with Rinkeby Etherscan to verify contracts and did mocks and mainnet-forks.

brownie chainlink ganache python solidity

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/card-verification

My implementation of card verification, which is about validating the card number, using the Luhn algorithm and several other things which indicate the card's provider.

card-validator credit-card es6-modules eslint javascript jest

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/applab-website

The project was mainly about learning of usage of responsive web design (RWD). Within the mobile-first methodology. Secondly, I tried to improve my BEM skills around proper naming of the CSS classes.

bem-methodology responsive-web-design semantic-html

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/abstract-syntax-trees

My implementation of algorithm, that converts AST objects to HTML strings. Abstract Syntax Trees (AST) is an object representation of certain piece of HTML.

abstract-syntax-tree es6-modules javascript jest

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/integration-tech-consultant

Within tasks 1 and 3 I used Violentmonkey.

api fs grid json localstorage request violentmonkey

Last synced: 15 Oct 2024

https://github.com/pawlovskiii/stake-yield-defi-protocol

Application is about reward system protocol within staking certain tokens. It uses ERC20 standards from OpenZeppelin, Oracles from ChainLink, and all different kinds of Mocks. It's well tested, especially within unit and integration tests.

brownie-eth modules python solidity type-hints unit-testing

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/technical-platform-support-analyst

Use Freshdesk’s API documentation to build API calls to extract the following information: 1. CSAT score for today 2. All tickets resolved today

freshdesk-api javascript json python requests type-hints unirest

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/webscope-website

The project was mainly about learning of usage of proper semantic HTML tags. Secondly I tried to apply BEM methodology, which was game changer for writing clear, maintainable and reusable CSS code. Thirdly I focused on keeping CSS code in different modules in order to improve readability even more.

bem-methodology semantic-html

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/pytorch-learning

This repository is about recalling knowledge about neural networks within Deep Learning using PyTorch. It's my place where I work around these concepts.

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/smart_contract_lottery

This is going to be an example of a full scale application using Brownie and all the features I learned so far. The goal is to create a lottery application where anybody can enter the lottery and a random winner is selected.

brownie python solidity

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/web3_simple_storage

This project was my first contact with Web3.py. Before that, I played around with Remix IDE and created a SimpleStorage contract. Here I was mainly working with ganache via desktop app, ganache-cli (console version of the desktop app), and TestNet (Rinkeby).

modules os python solidity type-hints web3py

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/real-estate-website

My demo project of real estate agency, located in Warsaw.

real-estate warsaw

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/parser-formatted-string-binding-for-cpe-2.3

The task is about writing your parser Formatted String Binding for CPE 2.3. The key thing about the project is the correctness of the inputted string CPE. I firmly focused on various validations including regex to test them within unit tests nextly.

json list-comprehension modules pytest python python-sys regex unit-testing

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/learning-solidity

The whole repository consists of several contracts from Solidity documentation which I deeply rework to understand every detail. After that, I tried to refactor the code or add additional functionality to improve it.

smart-contracts solidity solidity-documentation

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/form-application

In this project I focused on learning the concept and main mechanics within form handling. Which consists of receiving data, checking their correctness and adequate security. In order to manipulate them in certain way using JavaScript.

babel es6 events forms webpack

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/learning-cpp

Within the repository, I'll share my journey through mastering C++. I'm working through the tutorial from FreeCodeCamp.

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/caesar-cipher

My implementation of Caesar cipher. It's a popular technique of data encryption. It's all about shifting letters in the alphabet (in this case, with an optional n-letter shift). Besides, I created units test for any edge cases.

caesar-cipher encryption es6-modules eslint javascript jest parcel

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/brownie_simple_storage

The project is about making the first steps into Brownie. It's my approach to understanding basic aspects of it using the SimpleStorage contract, which I previously discussed. I also worked with Web3.py, which gave me experience in some of the aspects that brownie does under the hood.

brownie ganache python solidity

Last synced: 11 Nov 2024

https://github.com/pawlovskiii/events-application

In this project I tried to learn concepts behind Events. In order to respond to user behaviour. That's crucial for building modern web applications. Selectin a specific Event to meet our assumptions.

babel dom-manipulation events webpack

Last synced: 11 Nov 2024