Blog
Send an Embed with a Discord Bot in Python
Upgrade your bot's messages and make them a little more custom using embeds!
PythonDiscordDiscord bot
How To Efficiently Concatenate Strings In Python
And how not to concatenate strings
PythonStringsConcatenation
Implement a Countdown Timer with RxJS in Angular
Implement a simple countdown in Angular
AngularRxjsTypescript
Coding Bootcamp vs CS Degree vs Self Taught: Which Is Best For You
A comprehensive guide to help you find your way to learning how to code
ProgrammingCoding bootcampCs degree
Libraries for using localStorage in your Node.js Project
NodejsLocalstorageJavascript
JavaScript Algorithms: Valid Parentheses (LeetCode)
JavaScriptAlgorithmsLeetCode
Are JavaScript for loops better than filter() and forEach?()
Over the last few years, the methods in ES6 like filter(), forEach() and map() have been ever so popular. But are they actually better?
JavascriptForeachFor loop
Import a CSV file into an Oracle database with Python
Using iris data, we will learn how to import a CSV file into an Oracle database using Python
CsvPythonOracle
AWS SES: How to send a mail with an attachment in Node.js
AwsSesNodejs
How to Create a Toggle Button in Vue.js
VuejsJavascriptWebdev