<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Apr 2026 02:44:16 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/@andersenlab/rss" rel="self" type="application/rss+xml"/><item><title><![CDATA[JS object processing functions]]></title><description><![CDATA[Let's look on the example of some database: We have fields "id", "destination" (where to fly), date of creation, author name, hashtags and flight. var posts = [ { id: '1', destination:]]></description><link>http://direct.ecency.com/programming/@andersenlab/js-object-processing-functions</link><guid isPermaLink="true">http://direct.ecency.com/programming/@andersenlab/js-object-processing-functions</guid><category><![CDATA[programming]]></category><dc:creator><![CDATA[andersenlab]]></dc:creator><pubDate>Fri, 18 Jun 2021 05:55:15 GMT</pubDate><enclosure url="https://images.ecency.com/p/QVdSJhgNm7s1isdYsJFBD6SAUScSpW1XkijW3pekmph9qcWg86yLKi6UGD21FcZjWtxuGrAgdFuW5YY5SvjW4xfzsRmPCFfE8gyGb2FexSy5suebHhu2MqHQhAWdvprUrCM3ii2xqnkpniKkEtdHRRcN2kLqkxPBwRDE49fTytKUxRAjXBTCg4e?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[HTML+CSS - is it worth to start?]]></title><description><![CDATA[If you are a beginner, you face some problems such as Which language to choose" and so on. Then you discover (hopefully) that HTML and CSS are the easiest to "learn" (I really try to avoid]]></description><link>http://direct.ecency.com/html/@andersenlab/html-css-is-it-worth-to-start</link><guid isPermaLink="true">http://direct.ecency.com/html/@andersenlab/html-css-is-it-worth-to-start</guid><category><![CDATA[html]]></category><dc:creator><![CDATA[andersenlab]]></dc:creator><pubDate>Mon, 14 Jun 2021 08:02:30 GMT</pubDate><enclosure url="https://images.ecency.com/p/D5zH9SyxCKdAD9rYwjD1VDFVfes4J8WBmiaYPdeQ4vTpK79rpB2FidHnpTPGT9m7G9YWUWkmVfptgKYn6zXx4d83rJquXQa7yD4iiyQxh1m5ev2r9jsz5AnP7tgrZLjSv7C4oQ?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Dynamic problems to improve your productivity]]></title><description><![CDATA[Hey to everyone! I've posted some tips, but not so far I've talked to a person, that says "It is not enough to start programming by yourself". A lot of beginners visit a lot of courses to be]]></description><link>http://direct.ecency.com/programming/@andersenlab/dynamic-problems-to-improve-your-productivity</link><guid isPermaLink="true">http://direct.ecency.com/programming/@andersenlab/dynamic-problems-to-improve-your-productivity</guid><category><![CDATA[programming]]></category><dc:creator><![CDATA[andersenlab]]></dc:creator><pubDate>Tue, 08 Jun 2021 11:26:24 GMT</pubDate></item><item><title><![CDATA[5 ways to sort wisely]]></title><description><![CDATA[Hey to everyone! I guess you all did sorting at least once. I also guess that everyone knows a sorting called "Bubble", cause it is the easiest and most popular. But when it comes to time and]]></description><link>http://direct.ecency.com/programming/@andersenlab/5-ways-to-sort-wisely</link><guid isPermaLink="true">http://direct.ecency.com/programming/@andersenlab/5-ways-to-sort-wisely</guid><category><![CDATA[programming]]></category><dc:creator><![CDATA[andersenlab]]></dc:creator><pubDate>Fri, 04 Jun 2021 07:36:36 GMT</pubDate><enclosure url="https://images.ecency.com/p/99pyU5Ga1kwr5Xg46gnE3BrdGQcYkevrMfGqYdewqggURSCpwWSyaaq1i2FNozWwCT52NqQxUPyRAN23voCFogWmy1VKstU3VYNzXnW37P3BVTRhWR56qAwAsZUcuZ9yee?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Functions for string in java]]></title><description><![CDATA[I've already made an article for some helpful tips, but I think there is a need to discuss all functions too. Shortly but understandable. String Firstly, of course, we have to initialize our string. What]]></description><link>http://direct.ecency.com/java/@andersenlab/functions-for-string-in-java</link><guid isPermaLink="true">http://direct.ecency.com/java/@andersenlab/functions-for-string-in-java</guid><category><![CDATA[java]]></category><dc:creator><![CDATA[andersenlab]]></dc:creator><pubDate>Mon, 31 May 2021 09:10:42 GMT</pubDate><enclosure url="https://images.ecency.com/p/2gsjgna1uruvGBHDnRaj2zVCcpeJW4jyLMe4SBCLWorNuGR1QwHgaJ47ZkNWb6wkQfuf13L65dM9xP7bEmcmbaQUn8H78FMAiN92PFLu55oxtwpdgi?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Functions in your own class]]></title><description><![CDATA[The best example of usage of your own class is to work with a database. Moreover, using functions in class is more correct than simple functions anyway. Let's work on the example of databases. What is]]></description><link>http://direct.ecency.com/java/@andersenlab/functions-in-your-own-class</link><guid isPermaLink="true">http://direct.ecency.com/java/@andersenlab/functions-in-your-own-class</guid><category><![CDATA[java]]></category><dc:creator><![CDATA[andersenlab]]></dc:creator><pubDate>Tue, 25 May 2021 07:24:18 GMT</pubDate><enclosure url="https://images.ecency.com/p/Gr7d242AAPKeXonocy7qrhmiif3B7iXxeeLGaeynBz7azA7nH29sDiC88UxYd51zrvD4bXDNGCxmx8RFme7YvrjdJUmLpgwVY3HCucB4oXRb6qFuVq1WkXwnt2qXvkmWp2wt2wTPb5qPk4WsBDiiE61mv4uR3cZumMMkzFx8jphA4X1LZ58?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Helpful tips for usage of string]]></title><description><![CDATA[I don't think there is a need to explain the meaning of string. We can simply name it as a line and I would say that it is much better to use string than char (symbols) as there are more interesting tools]]></description><link>http://direct.ecency.com/java/@andersenlab/helpful-tips-for-usage-of-string</link><guid isPermaLink="true">http://direct.ecency.com/java/@andersenlab/helpful-tips-for-usage-of-string</guid><category><![CDATA[java]]></category><dc:creator><![CDATA[andersenlab]]></dc:creator><pubDate>Fri, 21 May 2021 07:32:09 GMT</pubDate><enclosure url="https://images.ecency.com/p/2r8F9rTBenJQonvFkRsaKAi9fqQ1Q2oBjHpzftMPHUx47jkrDUDzB5RWuGDVg9aku5xn3Aza39KsYRBU1YqzyRE8xem14k4fuy3z8h9pBMGyQpLAokpfYEurtB9ARteTx?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[How to work with files? Tips for beginners]]></title><description><![CDATA[What does it mean "file" or "usage of files"? Working with files means reading from a file and outputting into a file, not working with the console. Can you work with the console and]]></description><link>http://direct.ecency.com/work/@andersenlab/3nkxpz-how-to-work-with-files-tips-for-beginners</link><guid isPermaLink="true">http://direct.ecency.com/work/@andersenlab/3nkxpz-how-to-work-with-files-tips-for-beginners</guid><category><![CDATA[work]]></category><dc:creator><![CDATA[andersenlab]]></dc:creator><pubDate>Mon, 17 May 2021 08:33:03 GMT</pubDate><enclosure url="https://images.ecency.com/p/D5zH9SyxCKdAD9rYwjD1VDFVfes4J8WBmiaYPdeZqWjaXmyUcXPxxuNjERh4oLvNbCoMRnJP5rPL4WmCeXQEoLmBKcSuGodA4DMpPGnfNtfGbirGRHMoqQcEMED9CzzvHCoDzn?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[How to work with files? Tips for beginners]]></title><description><![CDATA[What does it mean "file" or "usage of files"? Working with files means reading from a file and outputting into a file, not working with the console. Can you work with the console and]]></description><link>http://direct.ecency.com/java/@andersenlab/how-to-work-with-files-tips-for-beginners</link><guid isPermaLink="true">http://direct.ecency.com/java/@andersenlab/how-to-work-with-files-tips-for-beginners</guid><category><![CDATA[java]]></category><dc:creator><![CDATA[andersenlab]]></dc:creator><pubDate>Wed, 12 May 2021 07:53:51 GMT</pubDate><enclosure url="https://images.ecency.com/p/TZjG7hXReeVqFVvkXVUAoK1UTyuAcKVtuKoBoGf4QpuzLiA24EF6nmhHVAEYkH9GFpStdH1C32TkKsesxQFKLY55pToRDCJhtqy61t5nYQPV5ueA5fpi2SsWDbLZ2pStFHwiYPDPZcybAe?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Calendar / date in java]]></title><description><![CDATA[Here I would like to discuss such objects as Calendar or Date with those, who begin their way in Java. What is the difference in Date and Calendar? Date - amount of milliseconds, starting from 01.01.1970]]></description><link>http://direct.ecency.com/calendare/@andersenlab/calendar-date-in-java</link><guid isPermaLink="true">http://direct.ecency.com/calendare/@andersenlab/calendar-date-in-java</guid><category><![CDATA[calendare]]></category><dc:creator><![CDATA[andersenlab]]></dc:creator><pubDate>Thu, 06 May 2021 11:35:45 GMT</pubDate><enclosure url="https://images.ecency.com/p/D5zH9SyxCKdAD9rYwjD1VDFVfes4J8WBmiaYPdeDQaqg553ZPdFEegHATfi9jdETgFPrVEdGpkt7zYKqtoSJ6rRaYFAn1z7f5Z1dfUjgCpN9HzyLtvY6hN16ML7QmpDzvaV1Gr?format=match&amp;mode=fit" length="0" type="false"/></item></channel></rss>