<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>CodeIsc</title>
		<description>CodeIsc</description>		
		<link>https://blog.codeisc.com</link>
		<atom:link href="https://blog.codeisc.com/feed.xml" rel="self" type="application/rss+xml" />
		<lastBuildDate>Fri, 11 Mar 2022 00:00:00 +0000</lastBuildDate>
		
			
			<item>
				
				<title>Debugging Safari-specific bugs in Windows via WSL2</title>
				
				        
				
					<description>If you want to debug your website in safari from Windows without any emulator involved, you are lucky! This guide explains how to get a fully featured WebKit browser running natively in Windows 10 and Windows 11 :)</description>
				
				<pubDate>Fri, 11 Mar 2022 00:00:00 +0000</pubDate>
				<link>https://blog.codeisc.com/2022/03/11/safari-webkit-wsl2-windows10-windows11.html</link>
				<guid isPermaLink="true">https://blog.codeisc.com/2022/03/11/safari-webkit-wsl2-windows10-windows11.html</guid>
			</item>
			
		
			
			<item>
				
				<title>Excel-ent experiment with WebAssembly - 2. Bindings and JavaScript API</title>
				
				        
				
					<description>After the successful “hello XLNT” example, it was time to start exposing stuff to JavaScript. There are two easy ways of achieving this: embind and WebIDL. I chose embind because it doesn’t require any special file format and its way more complete and explicit than WebIDL.</description>
				
				<pubDate>Sat, 15 Sep 2018 00:00:00 +0000</pubDate>
				<link>https://blog.codeisc.com/2018/09/15/xlnt-wasm-bindings.html</link>
				<guid isPermaLink="true">https://blog.codeisc.com/2018/09/15/xlnt-wasm-bindings.html</guid>
			</item>
			
		
			
			<item>
				
				<title>Excel-ent experiment with WebAssembly - 1. Introduction</title>
				
				        
				
					<description>  Your software needs a well-known feature but there isn’t any good (and free) library for it.Does this situation sound familiar to you? it happens to me all the time, and it sucks. If you really need this feature, you will end up reinventing the wheel and investing a lot of time rewriting something that already exists for many other languages but not for the one you are currently using (my LINQ implementation for javascript is a good example of this).</description>
				
				<pubDate>Tue, 28 Aug 2018 00:00:00 +0000</pubDate>
				<link>https://blog.codeisc.com/2018/08/28/xlnt-wasm-intro.html</link>
				<guid isPermaLink="true">https://blog.codeisc.com/2018/08/28/xlnt-wasm-intro.html</guid>
			</item>
			
		
			
			<item>
				
				<title>Configuring git forks</title>
				
				        
				
					<description>When working with git, you may want to contribute to other people’s projects and wonder which one is the best option to setup your forked repository. In this small article I will explain my configurations and how I deal with branches and remotes.</description>
				
				<pubDate>Sat, 24 Feb 2018 00:00:00 +0000</pubDate>
				<link>https://blog.codeisc.com/2018/02/24/working-with-git-forks.html</link>
				<guid isPermaLink="true">https://blog.codeisc.com/2018/02/24/working-with-git-forks.html</guid>
			</item>
			
		
			
			<item>
				
				<title>C++ Comma Operator - 2. Nice usages</title>
				
				        
				
					<description>In this article I will explain some nice real world usages for the comma operator.</description>
				
				<pubDate>Tue, 09 Jan 2018 00:00:00 +0000</pubDate>
				<link>https://blog.codeisc.com/2018/01/09/cpp-comma-operator-nice-usages.html</link>
				<guid isPermaLink="true">https://blog.codeisc.com/2018/01/09/cpp-comma-operator-nice-usages.html</guid>
			</item>
			
		
			
			<item>
				
				<title>C++ Comma Operator - 1. Introduction to our filthy friend</title>
				
				        
				
					<description>Comma operator has been with us for a long time. First seen in C spec and improved with custom overloads in C++, it quickly became one of those hidden things you shouldn’t use.</description>
				
				<pubDate>Tue, 26 Dec 2017 00:00:00 +0000</pubDate>
				<link>https://blog.codeisc.com/2017/12/26/cpp-comma-operator-introduction.html</link>
				<guid isPermaLink="true">https://blog.codeisc.com/2017/12/26/cpp-comma-operator-introduction.html</guid>
			</item>
			
		
	</channel>
</rss>
