<?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" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Sui Generis Code]]></title><description><![CDATA[Code, ideas and more code.]]></description><link>http://suigeneriscode.com/</link><image><url>http://suigeneriscode.com/favicon.png</url><title>Sui Generis Code</title><link>http://suigeneriscode.com/</link></image><generator>Ghost 3.42</generator><lastBuildDate>Fri, 03 Apr 2026 21:29:40 GMT</lastBuildDate><atom:link href="http://suigeneriscode.com/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Java8 : Intro[Chapter 0]]]></title><description><![CDATA[<p>I currently work as Java developer, I started working with java 6 and 7, for many years I don't upgrade my knowledge to Java 8 because in the company and projects that I touch every day I never had (can) used a “new” (since 2014 — six years ago) version of</p>]]></description><link>http://suigeneriscode.com/java-8-chapter-0/</link><guid isPermaLink="false">5f883cd10316f9469d18d216</guid><category><![CDATA[java]]></category><dc:creator><![CDATA[Jose Vasquez]]></dc:creator><pubDate>Tue, 20 Oct 2020 22:00:00 GMT</pubDate><media:content url="http://suigeneriscode.com/content/images/2020/10/java8_logo.png" medium="image"/><content:encoded><![CDATA[<img src="http://suigeneriscode.com/content/images/2020/10/java8_logo.png" alt="Java8 : Intro[Chapter 0]"><p>I currently work as Java developer, I started working with java 6 and 7, for many years I don't upgrade my knowledge to Java 8 because in the company and projects that I touch every day I never had (can) used a “new” (since 2014 — six years ago) version of java cause the IT teams thought that is expensive to upgrade in time and money and some of our boss don't want to spend these resources in upgrading to another version, but sometimes is time to change (of version or job) and you need to know new things and after a couple of weeks I promise to me to upgrade my tech skills.</p><p><br>In this set of chapters I will go to guide to new things of java 8 if have a similar situation as me or introduce you to Java 8 if you're new as Java developer<br><br>Have a great coding day</p>]]></content:encoded></item><item><title><![CDATA[How to set tnsnames.ora file to PLSQL Developer]]></title><description><![CDATA[<figure class="kg-card kg-image-card"><img src="http://suigeneriscode.com/content/images/2020/10/tsnames.PNG" class="kg-image" srcset="http://suigeneriscode.com/content/images/size/w600/2020/10/tsnames.PNG 600w, http://suigeneriscode.com/content/images/size/w1000/2020/10/tsnames.PNG 1000w, http://suigeneriscode.com/content/images/size/w1600/2020/10/tsnames.PNG 1600w, http://suigeneriscode.com/content/images/size/w2400/2020/10/tsnames.PNG 2400w"></figure><p>If you install and use PLSQL Developer you maybe have a file called "tnsnames.ora". </p><p>Commonly tnsnames.ora was create by Oracle configuration tools</p><p> This file contains valuable information that is use to connect to your Oracle database, whne you have some domains and endpoints(ip) </p><p>If your PLSQL Developer</p>]]></description><link>http://suigeneriscode.com/how-set/</link><guid isPermaLink="false">5f7dc5b40316f9469d18d19c</guid><dc:creator><![CDATA[Jose Vasquez]]></dc:creator><pubDate>Wed, 07 Oct 2020 15:00:00 GMT</pubDate><content:encoded><![CDATA[<figure class="kg-card kg-image-card"><img src="http://suigeneriscode.com/content/images/2020/10/tsnames.PNG" class="kg-image" srcset="http://suigeneriscode.com/content/images/size/w600/2020/10/tsnames.PNG 600w, http://suigeneriscode.com/content/images/size/w1000/2020/10/tsnames.PNG 1000w, http://suigeneriscode.com/content/images/size/w1600/2020/10/tsnames.PNG 1600w, http://suigeneriscode.com/content/images/size/w2400/2020/10/tsnames.PNG 2400w"></figure><p>If you install and use PLSQL Developer you maybe have a file called "tnsnames.ora". </p><p>Commonly tnsnames.ora was create by Oracle configuration tools</p><p> This file contains valuable information that is use to connect to your Oracle database, whne you have some domains and endpoints(ip) </p><p>If your PLSQL Developer dont recognize or find it you can fix easy.</p><p></p><p>Only that you have to do is set and enviroment variable called "TNS_ADMIN"  like that:</p><!--kg-card-begin: markdown--><pre><code>TNS_ADMIN=C:\path\to\folder\that\contains\file</code></pre>
<!--kg-card-end: markdown--><p>Restart your PLSQL Developer and that's OK</p>]]></content:encoded></item><item><title><![CDATA[Postgres backup and restore a database]]></title><description><![CDATA[<figure class="kg-card kg-image-card"><img src="http://suigeneriscode.com/content/images/2020/06/Webp.net-resizeimage--1-.png" class="kg-image" srcset="http://suigeneriscode.com/content/images/size/w600/2020/06/Webp.net-resizeimage--1-.png 600w, http://suigeneriscode.com/content/images/size/w1000/2020/06/Webp.net-resizeimage--1-.png 1000w, http://suigeneriscode.com/content/images/size/w1600/2020/06/Webp.net-resizeimage--1-.png 1600w, http://suigeneriscode.com/content/images/size/w2400/2020/06/Webp.net-resizeimage--1-.png 2400w"></figure><p>In some cases is useful to load production data on development environments to check some data bugs, then you need create backups and import on others machine ( or database )  to be used</p><p>You can achieve with two simple commands</p><pre><code class="language-sql">-- Backup
pg_dump -U {user} {database_name} -f {dumpfilename.sql}</code></pre>]]></description><link>http://suigeneriscode.com/postgres-backup-restore/</link><guid isPermaLink="false">5ee396f3f7c1832a70ba0e19</guid><category><![CDATA[Postgres]]></category><dc:creator><![CDATA[Jose Vasquez]]></dc:creator><pubDate>Fri, 12 Jun 2020 16:24:05 GMT</pubDate><media:content url="http://suigeneriscode.com/content/images/2020/06/Webp.net-resizeimage--1--1.png" medium="image"/><content:encoded><![CDATA[<figure class="kg-card kg-image-card"><img src="http://suigeneriscode.com/content/images/2020/06/Webp.net-resizeimage--1-.png" class="kg-image" srcset="http://suigeneriscode.com/content/images/size/w600/2020/06/Webp.net-resizeimage--1-.png 600w, http://suigeneriscode.com/content/images/size/w1000/2020/06/Webp.net-resizeimage--1-.png 1000w, http://suigeneriscode.com/content/images/size/w1600/2020/06/Webp.net-resizeimage--1-.png 1600w, http://suigeneriscode.com/content/images/size/w2400/2020/06/Webp.net-resizeimage--1-.png 2400w" alt="Postgres backup and restore a database"></figure><img src="http://suigeneriscode.com/content/images/2020/06/Webp.net-resizeimage--1--1.png" alt="Postgres backup and restore a database"><p>In some cases is useful to load production data on development environments to check some data bugs, then you need create backups and import on others machine ( or database )  to be used</p><p>You can achieve with two simple commands</p><pre><code class="language-sql">-- Backup
pg_dump -U {user} {database_name} -f {dumpfilename.sql} -h {host}
-- Restore
psql -U {user} -d {database_name} -h {host} -f {dumpfilename.sql}</code></pre>]]></content:encoded></item><item><title><![CDATA[Push Start]]></title><description><![CDATA[<p>This blog is created with the main intention to help me to write better, to share with everyone ( and me in the far future ) some thoughts, some technical info and a lot of code </p><p></p><p>Thanks for reading ... I'll try to write at least twice per month but creating a useful</p>]]></description><link>http://suigeneriscode.com/push-start/</link><guid isPermaLink="false">5c26a65ef7c1832a70ba0d81</guid><dc:creator><![CDATA[Jose Vasquez]]></dc:creator><pubDate>Fri, 28 Dec 2018 23:08:59 GMT</pubDate><media:content url="http://suigeneriscode.com/content/images/2018/12/push_start.jpg" medium="image"/><content:encoded><![CDATA[<img src="http://suigeneriscode.com/content/images/2018/12/push_start.jpg" alt="Push Start"><p>This blog is created with the main intention to help me to write better, to share with everyone ( and me in the far future ) some thoughts, some technical info and a lot of code </p><p></p><p>Thanks for reading ... I'll try to write at least twice per month but creating a useful post  to someone. </p><p></p><p>Good bye!</p><p>See you soon..</p><!--kg-card-begin: html--><h2>Happy Xmas & New Year 2019..</h2><!--kg-card-end: html-->]]></content:encoded></item></channel></rss>