<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web development &#8211; WebDevStudy</title>
	<atom:link href="https://www.webdevstudy.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webdevstudy.com</link>
	<description>software engineer development experience</description>
	<lastBuildDate>Wed, 05 Jul 2023 04:04:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.webdevstudy.com/wp-content/uploads/2023/04/logo-150x150.png</url>
	<title>Web development &#8211; WebDevStudy</title>
	<link>https://www.webdevstudy.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>node.js express art-template rendering html pages slowly, how to speed up?</title>
		<link>https://www.webdevstudy.com/2023/07/05/node-js-express-art-template-rendering-html-pages-slowly-how-to-speed-up/</link>
					<comments>https://www.webdevstudy.com/2023/07/05/node-js-express-art-template-rendering-html-pages-slowly-how-to-speed-up/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 05 Jul 2023 04:04:38 +0000</pubDate>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[express]]></category>
		<category><![CDATA[nodejs]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=264</guid>

					<description><![CDATA[node.js express art-template rendering html pages slowly, how to speed up? My blog tech stack is: node.jsexpressart-templateEach time you switch pages or click to view an article you have to wait 1-3 seconds. I feel that the rendering is slow and a little stuck (I don&#8217;t know if this is the reason), and I don&#8217;t [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/07/05/node-js-express-art-template-rendering-html-pages-slowly-how-to-speed-up/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Should URLs end with slashes?</title>
		<link>https://www.webdevstudy.com/2023/07/03/should-urls-end-with-slashes/</link>
					<comments>https://www.webdevstudy.com/2023/07/03/should-urls-end-with-slashes/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 03 Jul 2023 02:38:55 +0000</pubDate>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[URL]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=241</guid>

					<description><![CDATA[Should URLs end with slashes? URLs should not end with slashes With and without a slash &#8220;/&#8221; is a different URL. Especially relative URLs, If you access https://www.yourdomain.com/about with a info, it will link to https://www.yourdomain.com/info. And if you access https://www.yourdomain.com/about/ (which generally returns the same content), the info, will link to https://www.yourdomain.com/about/info. But the [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/07/03/should-urls-end-with-slashes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WebSocket server and client code examples</title>
		<link>https://www.webdevstudy.com/2023/05/07/websocket-server-and-client-code-examples/</link>
					<comments>https://www.webdevstudy.com/2023/05/07/websocket-server-and-client-code-examples/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 07 May 2023 04:24:59 +0000</pubDate>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[websocket]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=141</guid>

					<description><![CDATA[WebSocket server and client code examples.The ws library is used. Step: 1 Install ws npm install ws Step 2: Server-side code: Create a websocket.mjs file and write the following code: Run the server-side code: Step 3: Write the client code: Create an index .html in the catalog Write the following code: Open the index .html [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/05/07/websocket-server-and-client-code-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Use WebHint to review and improve your website</title>
		<link>https://www.webdevstudy.com/2023/04/23/use-webhint-to-review-and-improve-your-website/</link>
					<comments>https://www.webdevstudy.com/2023/04/23/use-webhint-to-review-and-improve-your-website/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 23 Apr 2023 05:13:01 +0000</pubDate>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=125</guid>

					<description><![CDATA[Webhint is a customizable linting tool that helps you improve your site&#8217;s accessibility, speed, cross-browser compatibility, and more by checking your website http header and html code for best practices and common errors. It can be run from the command line (CLI), via a&#160;browser extension, as a&#160;VS Code extension, and from the&#160;online service. To use [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/04/23/use-webhint-to-review-and-improve-your-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Use Apple Touch Icon in your website</title>
		<link>https://www.webdevstudy.com/2023/04/22/use-apple-touch-icon-in-your-website/</link>
					<comments>https://www.webdevstudy.com/2023/04/22/use-apple-touch-icon-in-your-website/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 22 Apr 2023 03:39:37 +0000</pubDate>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[icon]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=121</guid>

					<description><![CDATA[apple-touch-icons requires that at least one Apple touch icon is present and of a standard size. Why is this important? Since&#160;iOS 1.1.3, Safari for iOS has supported a way for developers to specify an image that will be used to represent the web site or app on the home screen. The image is known as the&#160;touch [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/04/22/use-apple-touch-icon-in-your-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apple favicon Apple-touch-icon usage details</title>
		<link>https://www.webdevstudy.com/2023/04/21/apple-favicon-apple-touch-icon-usage-details/</link>
					<comments>https://www.webdevstudy.com/2023/04/21/apple-favicon-apple-touch-icon-usage-details/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 21 Apr 2023 02:57:37 +0000</pubDate>
				<category><![CDATA[Web development]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=111</guid>

					<description><![CDATA[On iPhone, iPad, iTouch Safari, you can use the Add to Home button to add websites to your home screen. Apple-touch-icon is a private label for IOS devices, and if the corresponding apple-touch-icon tag is set, the icon added to the home screen will use the specified picture. Add the following code to the region. [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/04/21/apple-favicon-apple-touch-icon-usage-details/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Wasmer announces WCGI: WebAssembly + CGI</title>
		<link>https://www.webdevstudy.com/2023/04/12/wasmer-announces-wcgi-webassembly-cgi/</link>
					<comments>https://www.webdevstudy.com/2023/04/12/wasmer-announces-wcgi-webassembly-cgi/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 12 Apr 2023 03:11:49 +0000</pubDate>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[WCGI]]></category>
		<category><![CDATA[WebAssembly]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=83</guid>

					<description><![CDATA[The Wasmer team announces WCGI – WebAssembly + CGI, which uses WebAssembly for server-side development. WCGI combines the power of WebAssembly with the ease of use and versatility of CGI. With WCGI, developers can run any CGI application using WebAssembly and Wasmer. CGI (Common Gateway Interface) is a standard interface between a web server and [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/04/12/wasmer-announces-wcgi-webassembly-cgi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
