1 day agoMember-onlyFrom 0$ to 200$/month+ by fixing one mistake in my HaxBall game serversI though it is really impossible to earn on a silly 2D soccer game. But I wanted to take a challenge. — What is HaxBall?Entrepreneurship5 min readEntrepreneurship5 min read
Published inLevel Up Coding·Nov 15Member-onlyCreate “Login with Discord” in Express.js in 10 MinutesWhat will we create? If you need to authenticate users on your website and your audience has a Discord account, it is a good idea to implement Discord OAuth.Express6 min readExpress6 min read
Oct 27, 2022Member-only5 Things To Know about Japan Rail PassJapan Rail Pass (JR Pass) allows you to travel with Japan Rail company trains — including super-express train known as Shinkansen. Here are the 5 things, that you need to know about JR Pass. 1. Most of the websites selling JR Pass are resellers When buying JR Pass, you may find multiple websites (many of them sponsored in Google Search…Digital Nomads4 min readDigital Nomads4 min read
Published inBetter Programming·Oct 13, 2022Member-onlyHow To Create a Serverless Web Scraper With Discord Webhook IntegrationLeveraging the cloud in web scraping using Terraform and AWS Lambda — Web scraping is a well-known programming area that reads data from websites programmatically. Serverless architecture allows us to host the scraper entirely in the cloud, integrate directly with the cloud provider’s database engines (if we want to store the data), and pay only for the execution time. Using pay-per-use services…Programming7 min readProgramming7 min read
Jun 6, 2022Member-onlyI Spent $700 on Top.gg Discord Ads and Here Are The ResultsI’m doing silly things on a daily basis, so… I’ve made a Discord Bot, called CrimCity. And I wanted to get it rolling. The Bot CrimCity a Discord RPG game that allows you to create a character: Hitman, Thief, Agent and get stats, money, items, etc. It’s similar to a browser game The Crims.Makers6 min readMakers6 min read
Published inBetter Programming·May 31, 2022Member-onlyServerless Discord Bot on AWS in 5 StepsBody-based routing in AWS API Gateway using Proxy Lambda — deployed with AWS SAM — Introduction In my previous article, we built a Discord bot using AWS Lambda. We clicked through everything in AWS Portal, and it was all good. We have set up an API Gateway and the “hello world” Lambda. But I’ve hidden one little detail. Making a serverless application should mean creating one…Programming5 min readProgramming5 min read
Published inBetter Programming·May 23, 2022Member-onlyAWS SAM — Setting Local Serverless Development With Lambda and DynamoDBOverview of AWS SAM and its processes — Introduction AWS SAM stands for Serverless Application Model. It’s a serverless framework for AWS resources exclusively. It’s used to define, test, and deploy serverless applications. SAM templating may resemble CloudFormation — and rightfully so because CloudFormation lies underneath and takes care of the deployment part. When you deploy our fully defined…Programming3 min readProgramming3 min read
Published inBetter Programming·Apr 11, 2022Member-onlyBuild a Discord Bot With AWS Lambda + API GatewayCatching up with Serverless — Introduction Recently, Discord has introduced Interactions and Slash Commands to ease users' experience with bots. …Serverless8 min readServerless8 min read