Versed in everything startup. I'm a Problem Solver, dealing with a few different languages and a few different scenarios. I'd say mainly front-end based.
Also done many side projects in various things from sublime text plugins to apps to machine learning.
Always open to new opportunities and interesting tihngs.
https://webflow.com/An interesting CMS tool similar to wordpress. What are everyone's thoughts from designers to developers I'm interested to hear from those who have used it and any procs/cons and things picked up along the way of learning it.
Came across a situation between a <div onclick="javascript:window.location.href='/new-place'"> vs wrapping that element inside a <a href="/new-place"> and wondered if the load on the thread is different from the perspective of does the <a> link have ...
Asking for a friend........I joke. I'm just curious to see there are any decent online javascript code checkers out there. I've tried a few but they all return that the following statement is correct: document.getElementByID('dob').removeAttribute('r...
<VirtualHost *:443> ServerName one.domain.co.uk DocumentRoot /var/www/html/ SSLEngine on SSLCertificateFile /etc/letsencrypt/live/one.domain.co.uk/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/one.domain.co.uk/privkey.pem ...
I know merges can have lots of "pointless" merge requests, so could potentially look messy when compared with the "prettier" version of the commit graph created by rebasing. But is that the only reason one would rebase, to just make it look prettier?...