A Little Coding
A Little Coding
Follow
Follow
home
Sponsor
badges
7 posts
@arif_decrypted
@google987
@arif_decrypted
Sponsor & Support
A Little Coding
Sponsor this blog
i don't know 😂
Recent articles
What Programming Language Should I Learn First?
Apr 29, 2023
This is a very tricky question and the answer is tricky too. Whether you are pursuing CSE/IT or trying to get into tech on your own, this is an important question. Please take this article as my personal opinion. First, let's see the options we have....
Python decorators simplified
Apr 4, 2023
Put simply: Decorators wrap a function, modifying its behavior. A simple decorator example: def my_decorator(function): def wrapper(): print("Something is happening before the function is called.") function() # do other st...
15 MUST-Have Free Apps for Mac
Jan 28, 2023
These are useful apps that I actually use. Not any fancy apps.I have installed all these apps on my new mac mini M1. 1. Brave Main feature: ad blocker. Especially for youtube. I consume a lot of youtube videos, so it's really useful for me. Also, it'...
How to use private AWS s3 bucket with Strapi V4?
Apr 6, 2022
Strapi wants us to create a public s3 bucket to use for media files. The setup with a public bucket is pretty easy [documentation]. First do everything as said in this [documentation], just don't enable the public access option. Also, make sure ACL o...
Recent Sponsors
Be the first one to sponsor A Little Coding
Become a sponsor