Jakub T. Jankiewicz ๐ŸŒŸ Profile Banner
Jakub T. Jankiewicz ๐ŸŒŸ Profile
Jakub T. Jankiewicz ๐ŸŒŸ

@jcubic

Followers
2,009
Following
353
Media
1,338
Statuses
21,231

JavaScript expert ๐Ÿ‡ต๐Ÿ‡ฑ ๐Ÿ‡ช๐Ÿ‡บ, trainer, mentor, Open Source developer, Wikipedian, and Tech Geek ๐Ÿ‘จโ€๐Ÿ’ป Inspired by early MIT hackers. GNU/Linux & GNU Emacs user

Poland
Joined May 2010
Don't wanna be here? Send us removal request.
Explore trending content on Musk Viewer
Pinned Tweet
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
26 days
You learn by practice ๐ŸŽ“, and it doesn't matter what you're learning. It doesn't have to be programming. The next best way of learning is by teaching ๐Ÿง‘โ€๐Ÿซ, when you need to deeply understand the subject before you can explain it in simple terms.
5
1
13
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
4 months
What is a programming equivalent of this?
Tweet media one
110
361
5K
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 years
@ATechAjay This should be an Anti-Pattern done only for a very specific reason. This breaks accessiblity. #a11y #css
2
1
270
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
3 years
@molly_struve What about this one by @naughtygits
Tweet media one
8
30
221
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
3 years
Hey @neilhimself this is what I've found in Cracow Poland. Near Old Town. Bench with your name
Tweet media one
6
8
219
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
3 years
@ravinwashere There was no other option back then. You get the Turbo Pascal language with this TUI-based IDE.
Tweet media one
16
2
167
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
4 months
@Mr_K_here Are you sure?
@Kitpecs
Kit
4 months
@jcubic It does!
Tweet media one
4
0
22
1
0
99
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
8 months
@JanuBuilds This is a good opportunity to educate the person.
2
0
86
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
3 months
@martinmbauer Probably they meant unique digits
2
0
85
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
27 days
Are you a developer that tweet about: โœ…Front-End โœ…Node.js โœ…Next.js โœ…React โœ…JavaScript โœ…TypeScript โœ…Open Source And not about โŒPolitics โŒSport Let's Connect #letsconnect
48
1
77
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 months
@loftwah They created fake video to get more investors. It was never a thing.
0
0
73
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
10 months
@wesbos I created a demo like this, for my library, more than a half year ago. But I guess you need to be famous to be noticed.
1
4
62
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
5 months
@jendevca if (score >= 85) { } else { instead of: if (score >= 85) { } if (score <= 85) { }
5
0
61
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
7 months
@zlatov_cristina You can use this: #define true 1 #define false 0
5
1
57
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
11 months
@dannymoerkerke The only downside is that most normal people don't know they can install a website.
7
1
57
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
10 months
@zacbowden You can install Linux and don't need to buy anything
3
0
55
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
4 months
@3Dmattias rainbow parentheses
3
0
56
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 years
After initial shitpost replies on #Reddit it seems that people like my #OpenSource project Gaiman. A programming language named after @neilhimself for creating text-based games Never got this kind of response on Reddit before #JavaScript #CLI #Terminal
2
11
49
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
11 months
@ATRightMovies La La Land even though I haven't seen it and I don't think I will ever do.
Tweet media one
2
0
49
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
5 months
Heading to Wrocล‚aw for on site onboarding for my new job as Senior JavaScript Developer at @PiwikPro
Tweet media one
10
1
49
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
3 years
@_rinaruth @molly_struve @naughtygits It doesn't have bad formatting because It's minified code (actually it's Lodash javascript library minified code). I'm a coder and feel that the original dress is really bad and this one is much better. And I really hate bad formatting. I own a T-Shirt with this pattern.
2
2
46
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
7 months
@thekitze I once fixed a broken form from the console. I'm not sure how other people used that form.
0
0
49
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
7 months
@AnthonySoon_ Because it's better? Using Windows is a nightmare if you know how good Linux is.
1
1
48
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
7 months
@codewithkhalil None of them, I pick Linux
4
0
47
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
1 year
This is pure magic, a #JavaScript function that uses Regular Expression to check if the number is Prime. Found in this article and rewritten in JavaScript #Regex #TechTwitter
Tweet media one
3
8
47
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
3 years
I'm really excited about #NextJS . I'm still learning and was able to deploy my starting/playground app to @vercel from GitHub private repo and add a custom domain in just about a minute. This is the best hosting platform and best Developer Experience I've seen so far.
0
1
45
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
10 months
@CodeToCreation To be clear: Node.js and Ruby on Rails are not programming languages.
7
1
37
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
6 years
Cool idea for pattern matching in #JavaScript from @drboolean talk A Million Ways to Fold in JS
Tweet media one
2
7
37
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
6 months
@vanillaopinions They are high mountains
0
0
32
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
7 months
@kushal_js Only Indians can read Hindi
3
0
33
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
6 months
@BrodieOnLinux There is Linux 6 right now
0
1
30
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
11 months
@JoyUkpor If you don't have a laptop, I suggest getting at least a keyboard that you connect to your phone.
3
0
31
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 years
Don't be too hard on yourself. You might already be doing better than you think. #CodeNewbie #DEVCommunity #100DaysOfCode #programming #JavaScript #python #java
Tweet media one
3
18
28
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
5 years
@getify @addyosmani Confirmed the size is lot smaller
Tweet media one
2
3
29
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
1 year
Making progress on Quizerach admin panel in #ReactJS and #TypeScript for @koduj_org After reading @ReactAdmin / @GraphQL docs for a few days decided to write smth from scratch. Today add: โœ… @apollographql Client โœ… @chakra_ui โœ… Types generator #buildinpublic #TechTwitter
Tweet media one
1
5
25
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
3 months
@charliebitda "See Also" in this article is also interesting
Tweet media one
0
1
27
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
9 months
@itsHesamSheikh Bypass the HR and contact some employees on LinkedIn directly and show them your projects. Note that you first need to have a project that is not trivial like a ToDo list and use tech used by the company.
2
1
20
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
7 months
You learn by practice and it doesn't matter what you're learning. It doesn't have to be programming.
3
2
19
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
27 days
@wesbos Only people that never seen any other language say this. This happens in every other language that implements floating point number arithmetic.
1
0
22
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
4 months
Yay 1600 followers ๐ŸŽ‰ Thanks ๐Ÿ™
Tweet media one
2
0
21
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
5 years
@jaffathecake /* D */ first case but after { and before } there is new line
1
0
20
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 years
@codewithvoid If you say SO doesn't solve the problem I assume you mean the website gives you a solution if you search. I hope you know that you can ask questions there. Because if you ask questions you will not get answers from SO only from real people.
1
0
19
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 months
I'm searching for someone that will create a website for me. Home page, maybe 1-2 pages, and a blog. Best if you can use @eleven_ty . No React, No Tailwind. It's a website for the @koduj_org project
9
4
19
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
5 months
@anerdguynow It's because the code look like this:
Tweet media one
3
0
21
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
1 year
Article by @doctorow about WEI. A new standard proposed by Google that invades user privacy #TechTwitter #WebDev #Privacy #Security
Tweet media one
1
3
18
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
7 months
@wesleytodd await fetch(url).then(res => res.json()); Also, do you know that you can create abstractions? const request = (fetch => { return (...args) => fetch(...args).then(res => res.json()); })(fetch); await request(url);
1
0
18
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
10 months
@nixcraft Personally, I think SELinux. It's breaking and giving false positives all the time. But it may be invaluable on the server.
4
0
18
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 years
Playing with squircle (half circle/half square) object in @p5xjs + creating gradients with more than two points. #techtwitter #WebDev #CreativeCoding #GenerativeArt #p5js #processing #math #JavaScript
Tweet media one
0
10
19
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
6 months
Do you know that you can use target on form and post inside an iframe instead of the page? ๐Ÿ‘€
Tweet media one
@encodeart
Andreas Sรถderlund
6 months
Did you know: The form attribute on an input element can be used to emulate nested forms, or to place it outside a form but still be posted with it.
Tweet media one
44
152
1K
0
0
19
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
6 months
Reached a milestone on GitHub ๐ŸŽ‰ 100 consecutive days of contribution to #OpenSource Mostly #JavaScript
Tweet media one
6
1
18
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 months
Is this is how you create your projects?
Tweet media one
4
3
17
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
7 months
@zeu_dev You can't learn Next without React. Just in case this was not a joke.
2
0
18
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
1 year
@lukaszkotkowski Chcesz powiedzieฤ‡ ลผe szwagierka nigdy nie szukaล‚a tego hasล‚a w internecie, mimo ลผe mรณwi ลผe chce tam pojechaฤ‡? Nie chce siฤ™ย w to wierzyฤ‡.
1
0
18
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
1 year
@James_M_South You're overreacting. It's just a simple question. You can say next week or next month and the person will be happy.
1
0
18
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
7 years
@Wikipedia I wonder where he charge his phone
1
2
17
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 years
TIL: What is Array.prototype[Symbol.unscopables] Do you know? This and other great insight into JavaScript by @rauschma #JavasScript #ECMAScript #CodeNewbie #DEVCommunity #ES6
Tweet media one
0
5
17
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
3 years
Which is better: String.prototype.toLowerCase() or String.prototype.toUpperCase() Should I say wrong answers only? #JavaScript #DEVCommunity #CodeNewbie #100DaysOfCode #Programming #coding #code
0
17
12
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
3 months
@Kovalchuk_logos Reminds me a guitar, without the neck
0
0
2
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
6 months
#bug if you scroll all community feed, you can find posts that were removed. I always report SPAM and when you scroll you sometimes get an error that the report page doesn't exist. Most of the time posts from a few hours where admin/mod could already react.
1
0
13
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
9 months
What to do when the Community member where I'm a mod blocked me. I can see his tweets but I can't interact.
1
0
13
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 months
@Star_Knight12 git commit
Tweet media one
2
0
15
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
3 years
@mgechev Another tip is that with this function you can implement your own types in JSON. You can serialize them as specific objects like: {"@": "type", "#": <payload>} I use exactly this to serialize/parse complex objects of my own types. #JavaScript #DEVCommunity
0
3
16
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
1 year
Day 7 of #100DaysOfCode and #100DaysOfOpenSource Today worked on Pure #Terminal โœ…Finished setup unit tests โœ…Added Code Coverage Tracking โœ…Improved Code Coverage Also fixed my #GNU #Emacs coverage code #TechTwitter #BuildInPublic #WebDev #OpenSource #JavaScript
0
0
16
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
10 months
@Shefali__J This. It was an editor and IDE in one. You didn't have many options when I learned programming for the first time.
Tweet media one
5
0
15
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
7 months
@embersunn If you think it's overrated you probably never worked on a complex project before. Unit tests are a lifesaver if you want to modify a complex code.
2
0
15
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
6 months
Tab with your posts in community It's impossible to find your post if you want to add something. Wanted to comment about an issue I reported, but can't find my post while scrolling. Another option is a search for communities. You can't find anything, and you need to keep
1
0
13
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
7 years
#Performce tip for #CSS3 animations, animate #css transform or opacity for better performace
1
2
15
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
4 months
@Rubendaems I see nothing. Also if you need to give hints on what people needs to see, then it's bad design. Unless your goal is to create an app where people guess obscure icons.
2
0
15
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
10 months
Don't try to be the best. Just be better than you yesterday.
1
2
14
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 years
@chrispian @ATechAjay By accessibility, I don't mean only inaccessible for impairment folks. If I need to look up a word or a whole phrase, then I need to retype it or use DevTools. This is also an accessibility issue because I'm not able to use the site properly.
0
0
15
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
5 months
As a developer are you really talk to a rubber duck while debugging? ๐Ÿค”
Tweet media one
4
1
14
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
3 years
@_rinaruth @molly_struve @naughtygits Look at this, for example, I know it's extreme and obfuscated by hand.
1
2
14
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
3 months
This is perfect #apple
Tweet media one
3
1
14
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
4 months
Do you know that Lisp is the second oldest programming language that is still in use? Learning lisp can make you a better developer even if you don't use it I recommend starting with Scheme. This is the language that inspired JavaScript. And the reason you have closures
Tweet media one
3
3
12
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
9 months
@socoloffalex Ok but what is the license? If it doesn't have a license it's copyrighted and no one can use it legally.
4
0
14
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 years
@codewithvoid Ask millions of people that work on OpenSource and Wikipedia in their free time
0
0
13
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
7 months
@varshadr1234 OSI model is not used on the internet
1
0
13
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 months
@code_with_ssn I only need one, which is GNU Emacs Why would you want 3 editors?
1
0
13
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 months
Today is my 44 Bday ๐Ÿฅณ
Tweet media one
7
0
12
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 months
Tweet media one
0
1
13
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
10 months
@nixcraft Commodore 64
0
0
13
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
3 years
@nixcraft The name was code name when Linux was first created it was Linus + obligatory x at the end because it was like a law. When the kernel was about to be published Linus renamed it to Freax, but the person that uploaded the file the ftp use Linux instead.
1
0
12
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 years
2
1
12
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
6 months
@RyanEls4 NaN is not only JavaScript thing.
2
0
12
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
2 years
I have 25 lessons for @koduj_js so far. I think this is enough. Will not add more lessons. It's an introduction to #programming after all. The content is almost all important things, but still, it's not 100% of JavaScript. #JavaScript #BuildInPublic #coding #CodeNewbie
1
5
10
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
9 months
I don't use Prettier. I prefer to write proper code myself. Like a real man.
7
2
11
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
8 months
@CodeSavant_1 Yes, also as a human.
1
0
12
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
5 months
Did you know that in #JavaScript , you can use empty string as a key in an object?
Tweet media one
2
3
12
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
4 years
@jamesqquick
James Q Quick
4 years
I created a discord server in support of my motto "Learn. Build. Teach." If you're interested in programming/Web Development and want to learn, help, collaborate, etc. I would love for you to join!!
2
5
39
1
12
11
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
9 months
@pirate3Guy @sidi_jeddou_dev @fireship_dev Bootstrap was created way before Tailwind
1
0
12
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
20 days
Day 13 of re-learning Next.js Today learned about: โœ… React Form Actions โœ… Next Server Actions โœ… React useActionState hook
3
0
12
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
4 months
Do you think programming is art? For me creating a CRUD or a React interface based on Design is obviously not art. But creating a project, that is unique and you need to invent new stuff, it's definitely an art. What you think?
Programming is Art
48
Hell no
9
๐Ÿฟ
11
11
3
10
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
8 months
๐Ÿ‘‹ if you follow me and don't know. I'm not new to coding but I've started the #100DaysOfCode challenge because I'm right now out of a job. So I decided that I would spend every day coding to not get out of shape. Also, coding is super fun especially when working on #OpenSource .
2
1
11
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
3 years
@rafrasenberg Still use master, and I'm not going to change. IMHO it's kind of stupid. Master has nothing to do with slavery. But I'm not black and not from the US, so maybe I think differently. Soon they will change #StarWars to not include #Master #Jedi because of political correctness.
3
0
11
@jcubic
Jakub T. Jankiewicz ๐ŸŒŸ
10 months
@_nonfigurativ_ I've created a library that abstracts messages and Window/tab management. I have a similar multiple windows demo. Will try to incorporate your demo since it's way cooler than mine. But it is supposed to be simple.
0
3
11