Category: Programming
Deep Learning Architecture 3: VGG
VGG networks, proposed by the Visual Geometry Group (VGG) at Oxford in 2014, represented a significant advancement in convolutional neural… Continue reading on Medium » [more…]
Mastering the Google Cloud Machine Learning Engineer Certification: Insights, Learnings, and…
For anyone diving into the world of machine learning on the cloud, the Google Cloud Professional Machine Learning Engineer (PMLE)… Continue reading on Medium » [more…]
Economics:
Economics Continue reading on Medium » Economics Continue reading on Medium » Read More Python on Medium #python
How to Generate Requirements.txt for Your Python Project
A guide to generating requirements.txt for Python projects Continue reading on Python in Plain English » A guide to generating requirements.txt for Python projectsContinue reading [more…]
Mastering Performance: Essential Techniques for Optimizing Pandas DataFrames
Boosting Efficiency in Pandas DataFrames: Practical Optimization Techniques Continue reading on Medium » Boosting Efficiency in Pandas DataFrames: Practical Optimization TechniquesContinue reading on Medium » Read [more…]
Importance of Closures in Javascript
Closures are a core concept in JavaScript, tightly linked to its scope and execution model. Continue reading on Medium » Closures are a core concept [more…]
Retceh Tips: If You’re a Programmer Without a Video Editor…
So, you’ve got VS Code, but no video editor? And yet, you want to make some tweaks to a video? Don’t worry — this article might be just… [more…]
5 open-source tools every developer should know
5 open-source tools every developer should know Continue reading on Medium » 5 open-source tools every developer should knowContinue reading on Medium » Read More JavaScript on [more…]
Everything You Need to Know About Superclass Constructors in Java
Saying new is a Big Deal in object creation. It starts the whole constructor chain reaction. Continue reading on Level Up Coding » Saying new [more…]
Solving “It Works on My Machine” in Cross-Environment Development
Introduction Continue reading on Medium » IntroductionContinue reading on Medium » Read More JavaScript on Medium #java
Indeks Database: Belajar dari Cara Perpustakaan Menyusun Buku
Bagi kalian yang baru mempelajari database, konsep dari index bisa terdengar cukup rumit. Namun, Saya menemukan perumpamaan sederhana yang… Continue reading on Medium » Bagi [more…]
Building a Complete REST API with FastAPI
FastAPI has become a top choice for developers looking to create fast and efficient REST APIs. In this article, we’ll walk through the… Continue reading on [more…]
Getting Started with the Twitter API in Python
A Friendly Guide Continue reading on Medium » A Friendly GuideContinue reading on Medium » Read More Python on Medium #python
FastAPI Asynchronous Programming: Boosting API Performance
In web development, performance is crucial, especially when handling multiple requests simultaneously. FastAPI, designed for speed and… Continue reading on Medium » In web development, [more…]
12 Production-Grade Python Code Styles I’ve Picked Up From Work
Read Free… Continue reading on Medium » Read Free…Continue reading on Medium » Read More Python on Medium #python
Advanced Guide to BaseDatabaseSchemaEditor in Django
The BaseDatabaseSchemaEditor class in Django provides essential methods for manipulating the database schema, enabling developers to… Continue reading on Medium » The BaseDatabaseSchemaEditor class in [more…]
Advanced Guide to BaseDatabaseSchemaEditor in Django
The BaseDatabaseSchemaEditor class in Django provides essential methods for manipulating the database schema, enabling developers to… Continue reading on Medium » The BaseDatabaseSchemaEditor class in [more…]
Deep Learning Architecture 2 : Alexnet
In 2012, the field of deep learning experienced a breakthrough with the introduction of AlexNet, a convolutional neural network (CNN) that… Continue reading on Medium » [more…]
Serverless Web Scraping with Playwright and AWS Lambda
Introduction Continue reading on Medium » IntroductionContinue reading on Medium » Read More Python on Medium #python
Javascript: call(), apply() and bind()
In JavaScript, the this keyword can often be a source of confusion for developers. It refers to the object that invokes a function, and… Continue reading [more…]