Tweetovi
- Tweetovi, trenutna stranica.
- Tweetovi i odgovori
- Medijski sadržaj
Blokirali ste korisnika/cu @karthick___zero
Jeste li sigurni da želite vidjeti te tweetove? Time nećete deblokirati korisnika/cu @karthick___zero
-
Karthikeyan N p proslijedio/la je Tweet
If you're going to study one algorithm, it should be depth-first search. I've used it the most in practice and during interviews
In this episode of "Programming" learn about
Graphs and use cases
Traversal with BFS and DFS
Chromatic graphs
https://podcast.mgechev.com/episode/2-03-2020-graphs-and-graph-traversalB …pic.twitter.com/poA0NI2t2IPrikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
In the latest episode of the "Programming" podcast learn about:
Arrays and linked lists
Interview problems
Memory hierarchy
Cache locality
How arrays in dynamic languages workhttps://podcast.mgechev.com/ Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
Help revolutionize the world with full self-driving by joining us at Tesla Autopilot: https://www.tesla.com/autopilotAI It is very hard to find other places where AI expertise makes as much of a difference on as big of a problem.pic.twitter.com/KTjV693G8e
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
#TypeScript tip for today: `ReadonlyArray` will make an array only permit immutable operations.pic.twitter.com/HSQoZwIkRc
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
If you care about the future of observable-to-promise conversions, there's a (small) RFC strawman proposal here for RxJS:https://github.com/ReactiveX/rxjs/pull/5295 …
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
Just discovered that
#Angular#Ivy adds support for '#id` selector#someId = [id=someId] Demo
https://ng-run.com/edit/IBtBtcbU8nYKfVlYFi1b?aot=true …pic.twitter.com/UAKe7R9Z5A
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
We are releasing HiPlot, a lightweight interactive visualization tool to help AI researchers discover correlations and patterns in high-dimensional data. https://ai.facebook.com/blog/hiplot-high-dimensional-interactive-plots-made-easy …pic.twitter.com/JckCuRpGsD
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
Browsers can animate at least 4 things cheaply: position, scale, rotation & opacity. https://csstriggers.com/ is still useful for checking if CSS triggers re-layouts or reflows.pic.twitter.com/fqhKWCo8ji
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
Tip: highlight images missing alt text with img:not([alt])pic.twitter.com/zgjdE5iTU6
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
A brilliant tip which can aid you in improving your
#accessibility and#seo, with the help of a tiny line of#css! Thank you,@addyosmani
https://twitter.com/addyosmani/status/1223872295619330048 …
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
Tip:
@ChromeDevTools has a CSS Animations inspector! Modify timing, delays, durations and more.pic.twitter.com/4OvUVW7u1ZHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
Collection of consistent, open-source SVG icons
On http://feathericons.com you can customize and download a subset of the icons you need!
You can also use them as an SVG sprite or via a JavaScript API.
https://github.com/feathericons/feather …
https://feathericons.com pic.twitter.com/tVbX6UwzYIHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
For those tab hoarders out there: - pocket is really nice - so is your browser history - stop the madness, you will feel better if you close them all and focus only on the task at hand - I say this out of love
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
Idea: Turn off animations if users are on a slow device. Demo with React (Next.js), Framer Motion & react-adaptive-hooks: https://glitch.com/~next-motion (forces low-memory mode)pic.twitter.com/cdzOoMznkg
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
Characters in this week's episode of Just Javascript: The Animated Space Odyssey... the barren planet of null, the black hole of undefined, and an infinity of polygonal number planets. Screenplay by
@dan_abramov Coming soon to an internet near you
https://justjavascript.com/ pic.twitter.com/f1RneqovYU
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
When things get closer they cover more of what’s behind them, which means they shouldn’t be perfectly aligned with things in the background.
We can emulate this in UI design by slightly offsetting elevated elements so they extend beyond the edges of the elements they conceal.pic.twitter.com/0TfVzOl6f7
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
A Basic Introduction to 'Big O' Notation via JS:https://alligator.io/js/big-o-notation/ …
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
Just published: React Router v6.0.0-alpha.0
- Relative routes + links
- Nested routes ala v3
- Automatic route ranking
- Suspense-ready navigation
- Object-based route config with useRoutes
Our most ambitious release since v4
Release notes
https://github.com/ReactTraining/react-router/releases/tag/v6.0.0-alpha.0 …Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
Why keep React state “low” (as local as possible)? 1. Performance (less renders) 2. Simplicity (less prop passing) 3. Safety (less access = less risk) - Honors the Principle of Least Privilegehttps://twitter.com/prashant_andani/status/1223117265274429441 …
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Karthikeyan N p proslijedio/la je Tweet
A new version of the Ionic CLI is now available
Capacitor is now the default native solution for all project types! Look out for updated Starter projects & new tooling enhancements soon
Renamed package name (@ionic/cli)
Update now
pic.twitter.com/z1HDDJKUlV
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi
Čini se da učitavanje traje već neko vrijeme.
Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.