Coding
The Coding and Programming of Online Games
codingprogrammingonline-games
How to Deploy a NGINX Server with Kubernetes
Create 2 deployments with Nginx containers with a YAML file.
cloudcloud-computingkubernetes
A Comprehensive Guide to Converting Images to Base64 with JavaScript
Explaining how to convert Image to Base64 and discussing use cases, techniques, and some functional examples in simple terms.
javascriptcodingprogramming
Creating Beautiful Hexagon Maps with Python
How to can create hexagon maps using Python.
visualizationgisprogramming
A Simple Guide to Shared Memory in Python
software-engineeringsoftware-developmentpython
9 Most Useful JavaScript Style Guides To Write Better Code
javascriptprogrammingcoding
How to trigger Lambda to send an SQS message with Python
pythonawsaws-lambda
Check if an array contains an object with a certain property value in JavaScript
A guide to using the Array.prototype.find() method to check if an array contains an object with a certain property value in JavaScript.
javascriptprogrammingcoding
5 Ways to Download Front-end Files
1. a label, 2. window.open, 3. location.href, 4. location.? Other properties, and 5. XMLHttpRequest. What are the pros and cons of each method?
programmingweb-developmentcoding
How to Remove Duplicates From an Array of Objects in JavaScript
arraycodingprogramming