Compare commits

..

2 Commits

Author SHA1 Message Date
b1ek ccde682744
add native skills text 2023-03-11 22:23:12 +10:00
b1ek ab1780465e
hardcode a line (it deletes docker files) 2023-03-11 22:23:00 +10:00
2 changed files with 9 additions and 2 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /opt/code
COPY . /opt/code
RUN cat .gitignore | xargs rm -rf && \
RUN rm -rf node_modules package-lock.json yarn.lock && \
npm i --prod && \
./install

View File

@ -83,7 +83,14 @@ const skills = {
<pre>
<Title>My native dev experience</Title>
<p>
It isn't much
It isn't much.<br/>
I have only one project that is made with Qt/C++:
<a href='https://github.com/b1ek/CuteSchedule'>CuteSchedule</a>
(Cute stands fot Qt).<br/>
<br/>
But I do have a lot of experience with C and C++, as I like to write
a lot of programs in those languages in my free time. An example of these programs:
<a href='https://github.com/b1ek/f2bin'>f2bin</a>.
</p>
</pre>
)