Skip to content
Bojan Bjelic

Bojan Bjelic

coding, systems, future

  • Posts
  • About
  • Contact

Tag Archives: code

Jailer is a tool for database subsetting and relational data browsing

Posted byBojan BjelićJuly 15, 2021September 1, 2022Posted inCoding, EncounterTags: code, data, Database design, toolsLeave a comment on Jailer is a tool for database subsetting and relational data browsing

ribosome (A simple generic code generation tool)

A simple generic code generation tool Source: ribosome

Posted byBojan BjelićJune 21, 2021September 1, 2022Posted inEncounterTags: code, toolsLeave a comment on ribosome (A simple generic code generation tool)

git – duplicate a repo without forking

Posted byBojan BjelićApril 16, 2020April 16, 2020Posted inCodingTags: code, command line, gitLeave a comment on git – duplicate a repo without forking

Convert XML to JSON using XSLT

With increasing service reuse came the need for portable data formats, XML was one of the first widely used, but lately JSON is in bloom.

I needed to convert XML into JSON format for easier consumption on the client, so here’s an article describing the way to do it using XSLT with code and examples.

Posted byBojan BjelićAugust 1, 2012November 3, 2021Posted inCoding, TutorialsTags: code, json, XML, XSLT69 Comments on Convert XML to JSON using XSLT

Once upon a browser

Fun bookmarklet to randomly rotate elements on the page, based on Eric Meyer’s idea.

Posted byBojan BjelićJune 25, 2012January 3, 2020Posted inCodingTags: browsing, code, experiment, javascriptLeave a comment on Once upon a browser

Evolution Of The JavaScript Loop

loop

Sometimes, the way the syntax is changing can lead to huge improvements in coding and readability. One great example is JavaScript’s forEach.

Posted byBojan BjelićNovember 16, 2011September 1, 2022Posted inCoding, TutorialsTags: code, javascript2 Comments on Evolution Of The JavaScript Loop

Game Of Life JavaScript Implementation

An article about implementing and redesigning the Conway’s Game Of Life in JavaScript.

Posted byBojan BjelićOctober 23, 2011December 14, 2018Posted inCoding, TutorialsTags: code, javascript, software design1 Comment on Game Of Life JavaScript Implementation

Formatting date, time, currency in various cultures

In today’s interconnected world, it’s important that online applications support different cultures. A bit on this theme, .NET support for this, and some analysis on various interesting formats.

Posted byBojan BjelićJanuary 26, 2011March 25, 2020Posted inCodingTags: .NET, C#, code, i18n, LINQLeave a comment on Formatting date, time, currency in various cultures

LINQ to XML

Seems that LINQ to XML does not get near as much attention as LINQ to SQL, but that’s a shame since there is a lot going on here too. Here are some examples performed on RSS.

Posted byBojan BjelićJanuary 11, 2011December 14, 2018Posted inCoding, TutorialsTags: C#, code, LINQ, reference, XMLLeave a comment on LINQ to XML

AutoHotkey Scripts

This little utility makes life a bit easier shortening the way to perform common tasks. Among other features, it provides a way to associate keyboard shortcuts with a scripted actions.

You can have a look at explained scripts and download the scripts I use every day.

Posted byBojan BjelićDecember 17, 2010December 14, 2018Posted inCoding, ProductivityTags: autohotkey, code, download, scriptingLeave a comment on AutoHotkey Scripts
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
Bojan Bjelic, Proudly powered by WordPress.