<?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>DEV Community: kimminpuple</title>
    <description>The latest articles on DEV Community by kimminpuple (@kimminpuple).</description>
    <link>https://dev.to/kimminpuple</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F258156%2F5e931512-759c-440b-b085-cad238becffd.png</url>
      <title>DEV Community: kimminpuple</title>
      <link>https://dev.to/kimminpuple</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kimminpuple"/>
    <language>en</language>
    <item>
      <title>Mysql 5.6: alter column to set default to current_timestamp
</title>
      <dc:creator>kimminpuple</dc:creator>
      <pubDate>Mon, 04 Nov 2019 04:14:26 +0000</pubDate>
      <link>https://dev.to/kimminpuple/mysql-5-6-alter-column-to-set-default-to-currenttimestamp-3lg2</link>
      <guid>https://dev.to/kimminpuple/mysql-5-6-alter-column-to-set-default-to-currenttimestamp-3lg2</guid>
      <description>&lt;p&gt;hould be so simple but I'm pulling my hair out trying to figure this out.&lt;/p&gt;

&lt;p&gt;This example mimics the migrations I'll run - essentially it's add a new nullable column to the table, set the value to match   &lt;a href="https://citeref.com/easybib/"&gt;https://citeref.com/easybib/&lt;/a&gt; &lt;a href="https://easytax.onl/irs/"&gt;https://easytax.onl/irs/&lt;/a&gt; another column, then default it to current_timestamp/not nullable going forward.&lt;/p&gt;

&lt;p&gt;DROP TABLE IF EXISTS test &lt;a href="https://nitroloan.onl/fedloan/"&gt;https://nitroloan.onl/fedloan/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Started to learn HTML/CSS, then JS, now I'm just overwhelmed. Please help.
</title>
      <dc:creator>kimminpuple</dc:creator>
      <pubDate>Sun, 03 Nov 2019 23:45:47 +0000</pubDate>
      <link>https://dev.to/kimminpuple/started-to-learn-html-css-then-js-now-i-m-just-overwhelmed-please-help-58j9</link>
      <guid>https://dev.to/kimminpuple/started-to-learn-html-css-then-js-now-i-m-just-overwhelmed-please-help-58j9</guid>
      <description>&lt;p&gt;After learning the basics of the languages I listed above, I decided to try and expand my knowledge of web development. When I started doing my research I was just overwhelmed by the vast amount of.. Stuff.&lt;/p&gt;

&lt;p&gt;Angular? Rust? SQL? PHP? Node? React? Bash? Ruby? What the fuck?&lt;/p&gt;

&lt;p&gt;What are any of these? Where do I start? Why are there so many? What else am I missing? How can I possibly learn all of this? Seriously... what?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://100001.onl/"&gt;https://100001.onl/&lt;/a&gt; &lt;a href="https://1921681254.mx/"&gt;https://1921681254.mx/&lt;/a&gt;  &lt;/p&gt;

</description>
    </item>
    <item>
      <title>How in-depth should I learn HTML/CSS?
</title>
      <dc:creator>kimminpuple</dc:creator>
      <pubDate>Tue, 29 Oct 2019 13:17:17 +0000</pubDate>
      <link>https://dev.to/kimminpuple/how-in-depth-should-i-learn-html-css-2gld</link>
      <guid>https://dev.to/kimminpuple/how-in-depth-should-i-learn-html-css-2gld</guid>
      <description>&lt;p&gt;Front-End is not for me, so I'm wondering how much HTML/CSS should I know. Is it ok if I just understand how they &lt;a href="https://routerlogin.uno/"&gt;https://routerlogin.uno/&lt;/a&gt; work?And If I want to make a website look pretty I can just  &lt;a href="https://19216801.onl/"&gt;https://19216801.onl/&lt;/a&gt; edit a template (legally, of course). This is what I'm thinking because I don't think I can come up with a pretty, good looking website on my own. Please enlighten me. &lt;a href="https://openweb.vip/whatsapp-web/"&gt;https://openweb.vip/whatsapp-web/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Is it practical to take notes directly in HTML???</title>
      <dc:creator>kimminpuple</dc:creator>
      <pubDate>Sun, 27 Oct 2019 21:18:03 +0000</pubDate>
      <link>https://dev.to/kimminpuple/is-it-practical-to-take-notes-directly-in-html-m</link>
      <guid>https://dev.to/kimminpuple/is-it-practical-to-take-notes-directly-in-html-m</guid>
      <description>&lt;p&gt;I usually take notes which have code snippets and stuff in Markdown, and view it in my Github. But there are certain things that I can't do with Markdown properly, such as Latex support, or controlling how it looks on Github. &lt;a href="https://easytax.onl/irs/"&gt;https://easytax.onl/irs/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To get through these hurdles, I was considering writing notes in HTML instead. Can this be as easy as writing in Markdown with the help of snippets, etc? I use vim, so &lt;a href="https://citeref.com/easybib/"&gt;https://citeref.com/easybib/&lt;/a&gt; things should be fairly customizable. It should be more or less little hassle to convert from .md to .html with pandoc. &lt;a href="https://nitroloan.onl/fedloan/"&gt;https://nitroloan.onl/fedloan/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What do you guys think? Can you take notes fast and readably with HTML?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How do you test new UI widgets?
</title>
      <dc:creator>kimminpuple</dc:creator>
      <pubDate>Sun, 27 Oct 2019 21:17:10 +0000</pubDate>
      <link>https://dev.to/kimminpuple/how-do-you-test-new-ui-widgets-bn1</link>
      <guid>https://dev.to/kimminpuple/how-do-you-test-new-ui-widgets-bn1</guid>
      <description>&lt;p&gt;ell me how you test a brand new UI widget that you just created! It can be anything as long as &lt;a href="https://pcbuilder.onl/pcpartpicker/"&gt;https://pcbuilder.onl/pcpartpicker/&lt;/a&gt; it is a  &lt;a href="https://curated.onl/nba-reddit/"&gt;https://curated.onl/nba-reddit/&lt;/a&gt; self-contained, single main purpose unit, UI control, widget, or call it whatever you want. You can go into detail about how you solve the initial idea (do you just write code, or use XML as well?&lt;a href="https://reversephonelookup.onl/"&gt;https://reversephonelookup.onl/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How do you test new UI widgets?
</title>
      <dc:creator>kimminpuple</dc:creator>
      <pubDate>Sun, 27 Oct 2019 02:41:04 +0000</pubDate>
      <link>https://dev.to/kimminpuple/how-do-you-test-new-ui-widgets-2e8o</link>
      <guid>https://dev.to/kimminpuple/how-do-you-test-new-ui-widgets-2e8o</guid>
      <description>&lt;p&gt;ell me how you test a brand new UI widget that you just created! It can be anything as long as it is a self-contained, single main purpose unit, UI control, widget, or call it whatever you want. You can go into detail about how you solve the initial idea (do you just write code, or use XML as well? &lt;a href="https://19216811.cam/"&gt;https://19216811.cam/&lt;/a&gt; &lt;a href="https://xender.vip/"&gt;https://xender.vip/&lt;/a&gt; &lt;a href="https://testmyspeed.onl/"&gt;https://testmyspeed.onl/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Best way to learn HTML/CSS?
</title>
      <dc:creator>kimminpuple</dc:creator>
      <pubDate>Sat, 26 Oct 2019 16:44:32 +0000</pubDate>
      <link>https://dev.to/kimminpuple/best-way-to-learn-html-css-2j1e</link>
      <guid>https://dev.to/kimminpuple/best-way-to-learn-html-css-2j1e</guid>
      <description>&lt;p&gt;I just graduated with a CS degree but know next to nothing about web development but feel pretty comfortable programming. Are there any good books for frond end development that aren't targeted towards complete beginners that spend too much time on tags, file types, etc...&lt;/p&gt;

&lt;p&gt;&lt;a href="https://openweb.vip/whatsapp-web/"&gt;https://openweb.vip/whatsapp-web/&lt;/a&gt;   &lt;a href="https://19216801.onl/"&gt;https://19216801.onl/&lt;/a&gt;   &lt;a href="https://routerlogin.uno/"&gt;https://routerlogin.uno/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How do you test new UI widgets?
</title>
      <dc:creator>kimminpuple</dc:creator>
      <pubDate>Fri, 25 Oct 2019 20:20:32 +0000</pubDate>
      <link>https://dev.to/kimminpuple/how-do-you-test-new-ui-widgets-5ccf</link>
      <guid>https://dev.to/kimminpuple/how-do-you-test-new-ui-widgets-5ccf</guid>
      <description>&lt;p&gt;This thread is more of a "show me what you got" style discussion starter than an actual question. &lt;a href="https://curated.onl/nba-reddit/"&gt;https://curated.onl/nba-reddit/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tell me how you test a brand new UI widget that you just created! It can be anything as long as it is a self-contained, single main purpose unit, UI control, widget, or call it whatever you want. You can go into detail about how you solve the initial idea (do you just write code, or use XML as well? Databinding? Common base class  &lt;a href="https://reversephonelookup.onl/for"&gt;https://reversephonelookup.onl/for&lt;/a&gt; all your custom controls in a project, or just inherit from View (or an appropriate ViewGroup implementation)?), but the main idea is how you do manual UI/behaviour tests - do you create a new sandbox project, do you test it in your app in a new fragment/view, or just replace an existing view's content, or rather, add the control to it? Do you write unit tests for your views? Do you make them adaptive and following the guidelines for future expansions, or just cobble together something that works?&lt;a href="https://pcbuilder.onl/pcpartpicker/"&gt;https://pcbuilder.onl/pcpartpicker/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
