current location:Home > Technical Articles > Backend Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to Set Up Continuous Deployment with Ninefold
- Continuous Deployment (CDep) automates the deployment of every code change passing automated tests directly to production. Unlike Continuous Delivery, which deploys to a staging environment for further testing, CDep demands high confidence in compre
- It Industry . ruby 611 2025-02-21 08:34:09
-
- Make, FAKE, CMake, Rake or Jake: How to Choose the Right Build System
- Key Takeaways GNU Make, CMake, Rake, FAKE, and Jake are five popular build systems that offer unique features, impacts, and designs that can better fit specific requirements than traditional solutions. Each build system has its strengths: GNU Ma
- It Industry . ruby 863 2025-02-20 12:50:11
-
- Automate PHP with Phake - Introduction
- Core points Phake is a PHP automation tool that helps developers automate repetitive tasks such as updating database structures, database population, writing CRUD code, running tests, and uploading files to the server. Using Phake requires creating and configuring tasks in a Phakefile, similar to Gruntfile. Tasks can be executed sequentially, have dependencies, and can be grouped. Phake allows describing tasks, which facilitates understanding of the functions of specific tasks, especially when there are a large number of tasks in the Phakefile. By passing parameters, Phake tasks can be more flexible and customize specific tasks. This is done by declaring parameters in the function and then using the parameters to access individual parameters passed to the task
- PHP Tutorial . ruby 253 2025-02-20 12:38:10
-
- How to Teach Yourself Web Development
- Key Takeaways Choose an area of web development that genuinely interests you. This will help maintain your motivation and make the learning process more enjoyable. If unsure, start with common technologies like JavaScript and PHP. Ignore most ad
- It Industry . ruby 971 2025-02-20 11:46:09
-
- Set Up a Jekyll Blog in 5 Minutes with Poole
- Key Takeaways Jekyll, a static site generator written in Ruby, can be used to create simple, manageable websites or blogs without the need for complex databases. It can be hosted for free on GitHub Pages. Poole, described as a “foundational setu
- It Industry . ruby 463 2025-02-20 11:06:11
-
- Vagrantfile Explained: Setting Up and Provisioning with Shell
- This tutorial demonstrates setting up a reusable development environment using Vagrant, leveraging an Ubuntu 14.04 LTS base box. While the tutorial uses a specific base box, the concepts apply to any Ubuntu-based box. Key Concepts: Vagrantfile: The
- PHP Tutorial . ruby 946 2025-02-20 10:42:11
-
- Building Product Documentation with MkDocs
- There’s a popular maxim that “a product is as good as its documentation”. This holds true as much for software as it does for physical products. As a small, indie developer who doesn’t specialize in front-end design, I often hire a freelancer to bui
- It Industry . ruby 766 2025-02-20 10:30:11
-
- Hacking a Routing Component in Jekyll
- Key Takeaways Jekyll lacks a built-in routing component, which can be problematic when URLs need to be changed and all links to the old URL must be updated manually. A workaround solution can be created using Liquid and Markdown, ideal for sites h
- It Industry . ruby 269 2025-02-20 09:10:09
-
- 8 Things I Wish I'd Known When I Started as a Web Developer
- My five-plus years in web development have been a rollercoaster – a mix of triumphs and setbacks. This post shares key lessons learned, hoping to help others avoid my mistakes. Key Takeaways: Master the language first: Understanding Python before
- It Industry . ruby 779 2025-02-20 09:03:10
-
- Deploying to Heroku using Gulp, Node, and Git
- Heroku Deployment with Gulp, Git, and Node.js: A Comprehensive Guide You've likely heard of Heroku, a platform for deploying and managing projects in various languages including Ruby, Node.js, Java, Python, and more. Its buildpacks streamline the de
- It Industry . ruby 562 2025-02-20 08:55:08
-
- Which Code Editors Are Best for Python?
- Key Takeaways Sublime Text was found to be the most popular code editor among Pythonists, with 45% of those surveyed preferring it. Other popular editors include Vim, Emacs, Notepad , and TextWrangler. Sublime Text’s popularity is attributed to
- It Industry . ruby 455 2025-02-20 08:50:11
-
- Developing in the Cloud: an Introduction
- Cloud Development: A Comprehensive Guide This article explores the advantages and applications of cloud-based development environments, focusing on the popular platform Cloud9. We'll examine how cloud development streamlines workflows, enhances coll
- It Industry . ruby 1111 2025-02-19 13:14:18
-
- What to Expect from Yii 2.0
- Yii 2.0 was released into beta last April and the goal for a first stable release was set for the middle of 2014. The GitHub issue list has 300 open issues and 2913 closed while I’m writing this and both numbers are still increasing. The progress to
- PHP Tutorial . ruby 839 2025-02-19 13:02:10
-
- 5 Easy Ways to Get Started with PHP on Vagrant
- Vagrant: Streamlining PHP Development Environments Vagrant simplifies PHP development by creating and managing consistent, reusable virtual machines. This eliminates the dreaded "works on my machine" problem, ensuring consistent environment
- PHP Tutorial . ruby 601 2025-02-19 12:49:09
-
- A Simple Gulp'y Workflow For Sass
- Key Takeaways A Gulp workflow can improve the Sass compilation time in large Rails projects, moving away from the asset pipeline and embracing the speed of LibSass. The Gulp workflow includes Sass compilation with LibSass, generating sourcemaps
- JS Tutorial . ruby 206 2025-02-19 12:40:10