Choosing the right runtime matters
Choosing the right runtime matters,With the rise of malicious code polluting the supply chain for main scripted languages these days, i thought to rethink about how we should choos...
Problem while compiling and executing Java program with JAR file
Problem while compiling and executing Java program with JAR file,One fine day, I was creating a mini project in Java. The concept of the project was to demonstrate the CRUD operati...
7 Smart Ways to Find and Replace Text in a Word Document Using Java
7 Smart Ways to Find and Replace Text in a Word Document Using Java,Our Syncfusion Java Word Library (Essential DocIO) allows you to create, read, and edit Word documents programma...
#P5 – Data Visualization
#P5 - Data Visualization,Data visualization is the graphical representation of information and data by means of various graphs, charts and diagrams that helps to understand and get...
How to display uploaded file in html using JavaScript
How to display uploaded file in html using JavaScript,How to display uploaded file in html using JavaScript Today we will see how to upload files in html using JavaScript. You must...
Django Takeoff!! Course (2021)
Django Takeoff!! Course (2021),The last couple of months I have been working on improving a book that I wrote last year. Books are great resources to get the message accross, but w...
Couchbase Java Client Tuning
Couchbase Java Client Tuning, Couchbase is the most popular NoSQL database. In Trendyol, we are using Couchbase to store all microservice data. (Products metadata, Stock, Personali...
How to split a large CSV file based on the number of rows
How to split a large CSV file based on the number of rows ,Recently I had to import CSV files into an external application at work, but the application was not able to process all...
Type4Py: Machine Learning-based Type Auto-completion for Python (VSCode Extension)
Type4Py: Machine Learning-based Type Auto-completion for Python (VSCode Extension),Since Python 3.5 (PEP-484), developers can add type annotations to their code. Python's optional ...
How to set up and run migrations in third-party Django packages
How to set up and run migrations in third-party Django packages,Creating a simple python package is a quite easy endeavor: create an empty project, create a module, put content ins...
Python Basics, Pythons 101!
Python Basics, Pythons 101!, What is Python? Python is a programming language. In specific, it is a high level language, general purpose and interpreted. So, tell me!! What is pyth...
Django JSON Response safe=False
Django JSON Response safe=False,Hi everyone, I'm happy to see my self writing blogs to you once again after a while due to some reasons. So, today; I would be sharing with you shor...