current location:Home>Technical Articles>Backend Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Key Concepts to Understand Before Diving into Nylas
- Must-Know Concepts Before You Dive into Nylas So, I was ready to get started with Nylas and its powerful APIs, but before I jumped in, it was worth taking a moment to make sure I got a good grasp of a few essential concepts. These are the build
- Python Tutorial 821 2024-08-12 18:40:32
-
- Python - files
- File operations: File reading File writing appending the content File Reading: with open('Logs.txt', 'r') as file: open is python built in function used to open file. First arguments refers the file name and second argument is mode of reading. w
- Python Tutorial 513 2024-08-12 18:39:58
-
- How to Create a \'Guess the Number\' Game in Python for beginners
- What Is the "Guess the Number" Game? In this game, the computer randomly picks a number, and you have to guess what it is. After each guess, the computer will tell you if your guess is too high, too low, or just right. The game ends when
- Python Tutorial 237 2024-08-12 18:39:39
-
- GORM, PostgreSQL & Atlas
- TL;DR In this post, we discuss our approach to managing a PostgreSQL database with GORM and Atlas in a collaborative development environment. We chose this tech stack for its advanced features, robust schema management, and seamless integration
- Golang 331 2024-08-12 18:37:04
-
- Unlocking Accurate Predictions with Polynomial Regression
- Data sample date = [ { "study_time": 1, "salary": 350, "absences": 5, "city": "San Francisco" }, { "study_time": 2, "salary": 1600, "absences": 4, "city"
- Python Tutorial 566 2024-08-12 18:36:32
-
- samwise-CLI: The Open Source Terraform module dependency tracker
- Terraform Terraform is an Infrastructure-as-Code(IaC) tool that is written in Hashicorp Configuration Language(HCL). This article assumes that the reader has worked with Terraform and understand how modules work. Everyone coding in Terraform h
- Golang 707 2024-08-12 18:36:12
-
- What do we REALLY mean by immutable data types?
- Why are data types either mutable or immutable? Lets look at python as an example, Data types in python are basically objects or classes, int is a class, floats, lists etc. Therefore, writing x=6 creates a new integer object with a value of 6 and
- Python Tutorial 325 2024-08-12 18:35:54
-
- MyPy Introduction
- Introduction MyPy1 is a static type checker for Python. Unlike statically-typed languages like C++ or Java, Python is dynamically typed. This means that in Python, you don't have to explicitly declare the type of a variable; it is inferred at r
- Python Tutorial 415 2024-08-12 18:33:29
-
- Understanding the Differences Between Regular Classes and Dataclasses in Python
- Introduction In Python defining data structures can be accomplished through various methods. Two commonly used approaches are regular classes and dataclass. Understanding the differences between these two methods can help in selecting the most
- Python Tutorial 781 2024-08-12 18:33:02
-
- AutoDocument - Open-Source Mail Merge Alternative
- AutoDocument - Open-Source Mail Merge Alternative Hi there, this post is introducing AutoDocument, a free and open-source document generating web app that connects spreadsheets, databases and user forms into documents such as Microsoft Word and
- Python Tutorial 974 2024-08-12 18:32:49
-
- Buy Verified TransferWise Accounts
- https://gmusashop.com/product/buy-verified-transferwise-accounts/ Buy Verified TransferWise Accounts For businesses worldwide, navigating international payments can be both crucial and intricate. Enter TransferWise: a trusted, cost-efficient, and d
- Python Tutorial 639 2024-08-12 18:32:36
-
- The one about a chess board
- Weekly Challenge 281 Sorry for being MIA over the last few weeks. I've moved house and a new job, so haven't had a chance to partake in the challenges over this time. Each week Mohammad S. Anwar sends out The Weekly Challenge, a chance for all
- Python Tutorial 488 2024-08-12 18:32:32
-
- Python Loops 2
- Hello everyone! This is our 2nd part of python loop series. Part 1 is here: https://dev.to/coderanger08/python-loops-1-5dho In this week, we'll discuss more about while and for loop, break and pass statements, range function and many more. Let's ge
- Python Tutorial 279 2024-08-12 18:32:13
-
- Getting Started with Laravel: Your First Application
- Laravel is one of the most popular PHP frameworks out there, loved by developers for its elegant syntax, rich feature set, and ease of use. If you’re new to Laravel or even new to web development, building your first Laravel application is a great wa
- PHP Tutorial 342 2024-08-12 16:34:18
-
- The Essential Guide to Laravel's .htaccess: Why, How, and What It Can Do for Your Application
- Introduction When it comes to building robust web applications with Laravel, the .htaccess file often plays an unsung but critical role, especially if you're hosting your project on an Apache server. While it might seem like just another config
- PHP Tutorial 350 2024-08-12 14:32:33