- Highly skilled and motivated IoT Engineer to join our dynamic team.
- The ideal candidate will be responsible for the firmware programming, circuit diagramming, and overall development of our IoT devices.
- This role requires a deep understanding of IoT technologies, proficiency in C programming, and experience with STM32 microcontrollers.
This is a port of Hermo ecommerce system to Woocommerce. This application is designed to work with AWS Elastic Beanstalk.
Deployment is made via bitbucket only triggered via the branch master
(see bitbucket-pipelines.yml
).
For development, name your branch dev-*
and you can deploy to staging environment, provided the environment is active in AWS Elastic Beanstalk.
- You'll need nginx/apache that points to this code.
You will be joining Kestrl Data team, a small collaborative team of
- a data engineer,
- a data scientist,
- an ML engineer, and
- a data analyst,
led by Dr Mus'ab Shaharom. You will work along with the team to improve, optimise and innovate ML solutions for challenging business problems.
To apply, email your CV to [email protected] with the title "Application for job_title
" where job_title
can be either one of the two below.
We are exploring a new territory and would like to recruit highly driven individuals for the following team which will be working on an on-premise setup with excellent bank-grade quality.
Send your resume to [email protected]
This is a guide for meself and hopefully it'll help others too, designed specifically for a virgin MacOS, untouched, just unboxed, shop smell still fresh, and you couldn't wait to get it up and running.
## CHANGELOG
- 24 Feb 2023 : Initiated the gist.
- 01 Mar 2023 : Added repos for all the betas in brew
: Added link to Phantom development setup
- 04 May 2023 : Typo fix
Purpose: For vendors to manage artwork, vouchers and payment gateways (?)
- Design for all the features
- New feature specs (Payment gateway, etc)
- Version control e.g git — easier for other devs to contribute
-
*
Communication method between Backend and Frontend - HTTP (REST API etc)
I encountered these errors:
ERROR: Failed building wheel for cryptography
Could not build wheels for cryptography which use PEP 517
Using legacy 'setup.py install' for cffi, since package 'wheel' is not installed.
And solved it by updating the LDSFLAGS
and CFLAGS
before installing any package since I'm under macOS Monterey 12.0 Beta.
env LDFLAGS="-L$(brew --prefix [email protected])/lib" CFLAGS="-I$(brew --prefix [email protected])/include" pip install
I've been playing around with Beanstalk, swimming in their scattered docs to make things work the way I wanted them to work. This note is written 18th June 2020, just so you know it works at this time of writing.
- Add
.platfrom/nginx
in your applications folder
This guide is written for installation of Metabase on Ubuntu 18.04. Instead of using H2 as the application database, we will be using Postgres. You can opt to use MySQL as well. Please follow the steps below:
- Update and install Java with proper configuration
sudo apt-get update