Blog
How to Convert a Google Colab (.ipynb) Notebook to HTML
PythonJupyterGoogle-colab
Create Reusable Models with Django and Mixins
Using mixins to create powerful, flexible Django models
DjangoMixinsPython
5 Ways You Can Remove the Last Character from a String in Python
How to remove the last character from a string in Python.
PythonProgrammingCoding
Hands-on CI/CD for Spring Boot applications using GitHub Actions and AWS
Want to build a full CI/CD Pipeline? Well, you’re at the right place!
Ci cdSpring bootGithub actions
Hiding DOM Elements in React Based on Scrolling
ReactJavascriptCss
Converting Nested List into a Pandas DataFrame
PythonPandasData science
How to Create a Web Map with Leaflet and Python
Web MapLeafletPython
Creating an Interactive Background in React with Particles.js
A tutorial for making responsive and elegant interactive backgrounds in a few simple steps.
Particles.jsJavaScriptWeb Development
Basic React Login using External API
ReactJavascriptApi
Deploy Docker Containers In AWS Lambda In 5 Easy Steps
Lambda can now run your containers as a function with base runtimes provided by AWS or even with custom runtimes. With time, containerized apps became a hit and now the problem was how to deploy…
ServerlessCloud ComputingProgramming