Giter Site home page Giter Site logo

Hi there! πŸ‘‹

const name = 'Vakindu Philliam';

console.log(Greetings from ${name}! (Κ˜β€ΏΚ˜));

About:

  • βœ”οΈ Backend Engineer, iOS/Android Developer, Web Developer, Data Science/AI, Scala/Node.JS Developer, Serverless Cloud Infrastructure, Fullstack, Machine Learning, Computer Vision.
  • βœ”οΈ Python/Django/Flask, Akka (Scala/Java), PHP, Flutter/Dart, Play, Redis, Bull, Amazon DynamoDB, Serverless Framework, AWS SAM, SBT, AWS Lambda, Prisma, NestJS, TypeScript, Google Cloud (GCP), Numpy, Pandas, API Gateway, Git Version Control, Git Actions and Workflows, OpenCV, Next.JS, IPFS, MongoDB, Giter8, GraphQL, AWS Data Exchange, AWS S3, MongoDB Atlas, MatPlotLib, SKLearn (Scikit-Learn), ARCore, Kotlin, Redhat Openshift, Docker.
  • βœ”οΈ Blockchain, Web3, IoT (MQTT), Mobile Apps (iOS, Android), Data Science, Solidity, YOLOv3, COCO Dataset, Dataset Sharding, Pytorch, Pytesseract, Mediapipe, Tesseract, EasyOCR, Tensorflow, Keras.
  • πŸ‘‰ LinkedIn: http://LinkedIn.com/in/VakinduPhilliam
  • πŸ‘‰ Twitter: http://Twitter.com/VakinduPhilliam
  • πŸ‘‰ Email: [email protected]

Vakindu Philliam's Projects

adam icon adam

The Adam Blockchain Computer (Adam BC) is a decentralized blockchain based super computer.

aerialatlaset icon aerialatlaset

Aerial Atlas ET is built to show the beauty of our planet as seen from 36,000 Km above earth.

akka icon akka

Build highly concurrent, distributed, and resilient message-driven applications on the JVM

akka-http icon akka-http

The Streaming-first HTTP server/module of Akka

alacritty icon alacritty

A cross-platform, OpenGL terminal emulator.

angularjs_ui icon angularjs_ui

Angular User Interface A great demonstration on designing Angular UI. Technologies used include; > LESS for clarity improvement of CSS. > CoffeeScript, Bootstrap and HAML for frontend UX. > JavaScript and NodeJS for Asynchronous effects. Compiled and presented by Vakindu Philliam.

asanteai icon asanteai

Asante AI is an AI powered safari recommendation engine for African travel destinations.

bcnode icon bcnode

Mining node and rovers for the five genesis chains of Block Collider.

bitfull icon bitfull

Bitfull is an AI powered web app that uses Machine Learning to determine the most relevant Bitbucket project issues and pull requests that require the developer's urgent attention.

bst icon bst

Binary Search Tree (BST): JavaScript BST Coding Challenges, Problems & Solutions.

cask icon cask

Cask: a Scala HTTP micro-framework

caterpillarzombie icon caterpillarzombie

Caterpillar Zombie is an invasion game where players defend their fruits from invading zombie caterpillars.

cats icon cats

Lightweight, modular, and extensible library for functional programming.

chalice icon chalice

Python Serverless Microframework for AWS

circe-fs2 icon circe-fs2

Streaming JSON parsing and decoding with fs2

cloudflow icon cloudflow

Cloudflow enables users to quickly develop, orchestrate, and operate distributed streaming applications on Kubernetes.

core icon core

The ARK Core Blockchain Framework. Check https://learn.ark.dev for more information.

cosmos-sdk icon cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:

cpp_arithmetics_detection icon cpp_arithmetics_detection

C++ examples to demonstrate the processes of identifying the various classifications of integer natural numbers.

cpp_frequency_map icon cpp_frequency_map

C++ examples to demonstrate the process of mapping out the frequency occurrences of words and numbers in a given text or string.

cpp_regex_parsing icon cpp_regex_parsing

C++ examples to demonstrate the process of identifying specific data or strings in a given text or document using regular expressions (Regex).

cpython_extension icon cpython_extension

The following scripts are written to demonstrate how to extend the Python Programming language with C and C++. To support extensions, the Python API (Application Programmers Interface) defines a set of functions, macros and variables that provide access to most aspects of the Python run-time system. The Python API is incorporated in a C source file by including the header "Python.h". The compilation of an extension module depends on its intended use as well as on your system setup. Note: The C extension interface is specific to CPython, and extension modules do not work on other Python implementations. In many cases, it is possible to avoid writing C extensions and preserve portability to other implementations. For example, if your use case is calling C library functions or system calls, you should consider using the ctypes module or the cffi library rather than writing custom C code. These modules let you write Python code to interface with C code and are more portable between implementations of Python than writing and compiling a C extension module. Compiled and presented by Vakindu Philliam.

cpython_runtime_interface icon cpython_runtime_interface

Python C/C++ Runtime API. The Application Programmer’s Interface to Python gives C and C++ programmers access to the Python interpreter at a variety of levels. There are two fundamentally different reasons for using the Python/C API. The first reason is to write extension modules for specific purposes; these are C modules that extend the Python interpreter. This is probably the most common use. The second reason is to use Python as a component in a larger application; this technique is generally referred to as embedding Python in an application. Compiled and presented by Vakindu Philliam.

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.