current location:Home > Technical Articles > Web Front-end
- 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:
-
- GeoIP JSON Example
- This article series was rewritten in mid 2017 with up-to-date information and fresh examples. GeoIP is a type of Geolocation software that is used to deduce the geographical location of a person or an object using an IP address. There are a number o
- JS Tutorial . json 831 2025-02-21 10:04:21
-
- Creating RESTful APIs with Express 4
- With the release of Express 4 it has gotten even easier to create RESTful APIs. If you are creating a Single Page App you will definitely need a RESTful web service which supports CRUD operations. My last tutorial focussed on creating a Single Page C
- JS Tutorial . json 1140 2025-02-21 09:57:11
-
- Getting Started with Browserify
- JavaScript implementations have been getting more and more complex as the beautiful beast we call the web evolves each year. Many of us now work with JavaScript modules – independently functioning components that come together to work as a cohesive w
- JS Tutorial . json 616 2025-02-21 09:56:12
-
- Using Solarium with SOLR for Search - Solarium and GUI
- This article, the second in a four-part series, details using Solarium with Apache SOLR for search functionality. The first part covered core concepts, installation, and setup. This part focuses on Solarium installation, building a sample applicatio
- PHP Tutorial . json 318 2025-02-21 09:49:08
-
- Flow Based Programming With NoFlo
- Flow-Based Programming (FBP): A Modern Revival of a 70s Concept Flow-Based Programming (FBP), a concept originating in the 1970s, is experiencing a resurgence in the tech world. Its visually intuitive approach to program flow offers a compelling alt
- JS Tutorial . json 793 2025-02-21 09:40:10
-
- Revealing the Magic of JavaScript
- We use tons of tools every day. Different libraries and frameworks are a part of our daily job. We use them because we don’t want to reinvent the wheel for every project, even if we don’t understand what’s going on under the hood. In this article, we
- JS Tutorial . json 715 2025-02-21 09:38:10
-
- An Introduction to the MEAN Stack
- This article introduces the MEAN stack, a powerful JavaScript-based technology suite for building dynamic web applications. MEAN is an acronym for MongoDB, Express.js, Angular.js, and Node.js. This full-stack JavaScript approach streamlines develop
- JS Tutorial . json 1003 2025-02-21 09:19:10
-
- An Introduction to jQuery's Shorthand Ajax Methods
- Core points jQuery Abbreviation The Ajax method provides a method that simplifies Ajax calls, which wraps the $.ajax() method for a specific purpose using a preset configuration. The methods discussed in this article include load(), $.post(), and $.get(). The load() method allows data to be loaded from the server and placed into the selected element. It uses URLs, optional data, and optional callback functions. This method can be used to load the main content of a web page asynchronously. The $.post() method is used to send a POST request to the server and send data as part of the request body. This method is ideal for requests that may cause changes in server-side state. $.
- JS Tutorial . json 472 2025-02-21 09:05:09
-
- Using Solarium with SOLR for Search - Setup
- Core points Apache SOLR is a powerful search platform that provides full-text search, faceted search, result highlighting and geospatial search. It can be integrated with any programming language via HTTP, and for PHP users, the Solarium project simplifies this integration. SOLR runs as a web service, creating search indexes for documents. It allows full text searches and adds additional information to the indexed search document. One of its most useful features is facet search, allowing users to filter search results. Installing SOLR involves setting it on your operating system, starting the server and verifying the installation through the administrative interface. The pattern defines the fields of the indexed document, which can be customized by copying the default directory.
- PHP Tutorial . json 508 2025-02-21 09:00:14
-
- Repository Design Pattern Demystified
- Core points The warehouse pattern acts as an intermediary between the application and the data source, allowing the construction of a decoupled architecture to achieve scalability without the need for hard-coded dependencies. This mode allows the application to focus on receiving and sending data for saving without paying attention to the details of the data source. It does this through a public API (interface) through which all users communicate with the data source. While the warehouse pattern offers benefits such as separation of concerns and ease of unit testing, it also adds a layer of abstraction that can complicate small applications. Implementing the warehouse pattern requires dependency injection, which allows the data warehouse to be bound to the warehouse interface. This avoids hard-coded coupling and facilitates interface-oriented programming. What is the warehouse model?
- PHP Tutorial . json 851 2025-02-21 08:54:13
-
- Image Scraping with Symfony's DomCrawler
- A photographer friend of mine implored me to find and download images of picture frames from the internet. I eventually landed on a web page that had a number of them available for free but there was a problem: a link to download all the images toget
- PHP Tutorial . json 620 2025-02-21 08:47:11
-
- IronMQ and Laravel: Setup
- This two-part tutorial guides beginners on using push queues with Laravel for background tasks, illustrated by a photo upload and resizing example. Resizing images is time-consuming; this approach prevents user delays by offloading the task. We'll a
- PHP Tutorial . json 868 2025-02-21 08:43:08
-
- 10 Tips to Make Your Node.js Web App Faster
- Node.js, inherently fast due to its asynchronous and event-driven architecture, still requires optimization for peak modern web performance. This article outlines ten crucial strategies to significantly boost your Node.js application's speed. Let's
- JS Tutorial . json 392 2025-02-21 08:31:10
-
- Visual Regression Testing with PhantomCSS
- Key Takeaways PhantomCSS is a Node.js tool that performs visual regression testing, which is a form of automated testing that checks if web page elements appear as intended. It does this by taking a screenshot of the page or a specific element, co
- CSS Tutorial . json 930 2025-02-21 08:24:11
-
- Connecting to the Jawbone UP API with Node.js
- As a developer, I cannot help but want to access the huge amount of step count and sleeping habit data my Jawbone UP has on me. There is so much data! So I began looking into how to pull in this data using the Jawbone UP API and Node. I found exampl
- JS Tutorial . json 1112 2025-02-20 13:16:09