Tumgik
#ELEVENTY
petrapixel · 16 days
Text
here's a list of all the intermediate coding tutorials i've written so far!
git / github tutorial
npm (and node.js) tutorial (+ how to use the command line) (this one's a prerequisite for the following 2 tutorials)
webpack tutorial (a module builder for JavaScript and (S)CSS)
11ty (eleventy) tutorial (a super easy static site generator!)
if you have ideas/requests, feel free to contact me!
more beginner coding tutorials are coming VERY soon! meanwhile, check out my common questions and common mistakes pages!
8 notes · View notes
Text
Tumblr media
Queen Rania || skirt by Eleventy
4 notes · View notes
montulet · 2 years
Photo
Tumblr media
• #Eleventy #Jacket #Beige • #Eleventy #Pochette • #Barba #Sweater • #PT01 #Pant #White • #Eleventy #belt (à Montulet Luxury Menswear) https://www.instagram.com/p/CqNUZGuMH6f/?igshid=NGJjMDIxMWI=
43 notes · View notes
brilokuloj · 10 months
Text
I made a guide for getting started with Eleventy!
3 notes · View notes
kent-farm · 2 years
Text
Tumblr media Tumblr media Tumblr media Tumblr media
—Jordan Elsass/Michael Bishop as Jon Kent wearing this Eleventy Cotton-Blend Sweatshirt (in Sage/Light Grey; Sold Out) and this UNIQLO Blocktech Parka (in Yellow; Sold Out), Superman and Lois, "Waiting for Superman" and "Closer"
12 notes · View notes
bdsmsub67 · 2 years
Text
Tumblr media Tumblr media Tumblr media
https://www.farfetch.com | Eleventy-Pullover-mit-Rollkragen
10 notes · View notes
freshthoughts2020 · 1 year
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
2 notes · View notes
newcodesociety · 1 month
Text
0 notes
gallerynamba · 4 months
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
◇ELEVENTY FEMME(イレブンティ ファム)◇ブルゾンが入荷しました。 定価:86,900円(税込)⇒SALE価格:60,830円(税込) MADE IN ITALY 素材: (表地)コットン51%、ナイロン43%、ポリウレタン6% (裏地)ポリエステル カラー:ホワイト サイズ:S 着丈 約59cm、ゆき丈 約81cm、バスト 約100cm、ウエスト 約98cm (平置きの状態で測っています。) 超高品質の高密度ストレッチジャージー生地のスタジャン。 前立て部分の裏、ポケット縁をグログランでトリミングしています。 ラグランスリーブ切り替え。 オフィシャルロゴを刻印しマット加工を施したスナップボタン。
上品なスタジャンです。 ※ご覧頂いている媒体により、色の見え方が多少変わる場合がございます。 ※店頭でも同商品を販売しておりますので、通販サイトの在庫反映が遅れる場合があり商品をご用意出来ない場合がございます。予めご了承頂きますようお願い致します。 Gallery なんばCITY��館1F店 〒542-0076 大阪府大阪市中央区難波5-1-60なんばCITY本館1階 【営業時間】11:00~21:00 【休館日】5月無休 【PHONE】06-6644-2526 【e-mail】[email protected]
【なんばCITY店Facebook】https://goo.gl/qYXf6I
【ゴルチェ派Facebook】https://goo.gl/EVY9fs
【tumblr.】https://gallerynamba.tumblr.com/
【instagram】http://instagram.com/gallery_jpg
【Twitter】https://twitter.com/gallery_jpg_vw
【Blog】http://ameblo.jp/gallery-jpg/
【online shop】http://gallery-jpg.com/
0 notes
magdalenagigova · 11 months
Text
Любимата марка на Райън Рейнолдс, Меган Маркъл, Мат Деймън и Новак Джокович с първа шопинг локация в София
Любимата марка на Райън Рейнолдс, Меган Маркъл, Мат Деймън и Новак Джокович с първа шопинг локация в София Повече от година след бестселър дебюта си в Банско, италианският моден бранд Eleventy посреща ценителите на спортно-елегантния лукс с първа шопинг локация в София. Магазин MaxSport (бул. „България“ 81) се оказа тесен за желаещите да се докоснат до моделите от Есенно-зимната колекция…
Tumblr media
View On WordPress
0 notes
tflijon · 1 year
Text
JAMstack vs. Traditional Web Development
In the world of web development, there are many different approaches to creating and deploying websites. Two of the most popular are JAMstack and traditional web development. In this article, we will compare and contrast these two approaches, and help you understand the benefits and drawbacks of each.
What is JAMstack?
JAMstack is a modern approach to building websites and web applications that is focused on performance, security, and simplicity. JAM stands for JavaScript, APIs, and Markup, which are the three main components of a JAMstack site.
In a JAMstack site, the frontend is built entirely with JavaScript, using frameworks like React, Vue, or Angular. This allows for a fast and responsive user experience, as the site can be loaded entirely in the browser without the need for server-side rendering.
The APIs are used to provide dynamic functionality to the site, such as user authentication, payment processing, or data retrieval. These APIs can be built using any programming language, and are typically hosted on third-party services like AWS Lambda, Firebase, or Heroku.
Finally, the Markup is generated at build time using tools like Gatsby, Hugo, or Next.js. This allows for a static site that can be served directly from a CDN, providing fast load times and low server costs.
The Basics of Traditional Web Development
Traditional web development is the more traditional approach to building websites and web applications. It typically involves a server-side architecture, where the backend is responsible for generating HTML pages that are sent to the frontend for rendering.
In this approach, the frontend is typically built using HTML, CSS, and JavaScript, and the backend is built using a server-side language like PHP, Python, or Ruby on Rails. This allows for dynamic functionality, such as user authentication, data retrieval, or database integration.
The downside of traditional web development is that it can be slow and expensive, as the server has to generate the HTML pages on every request, leading to high server costs and slow load times.
Comparing JAMstack and Traditional Web Development
Performance
One of the key advantages of JAMstack is its performance. Since the site is pre-built at build time and served from a CDN, the load times are typically very fast, leading to a better user experience.
In contrast, traditional web development can be slow, especially for sites with complex functionality or high traffic volumes. This can lead to poor user experience, and may require expensive server upgrades to handle the load.
Security
JAMstack also has some advantages when it comes to security. Since the site is served entirely from a CDN, there is less risk of server-side attacks like SQL injection or cross-site scripting. Additionally, since the site is pre-built, there is less risk of server misconfigurations or vulnerabilities.
In contrast, traditional web development is more susceptible to security risks, as the backend is responsible for generating HTML pages and handling user input. This requires constant vigilance to ensure that the site is secure and protected from attacks.
Scalability
Another advantage of JAMstack is its scalability. Since the site is served entirely from a CDN, it can handle high traffic volumes without the need for expensive server upgrades. Additionally, JAMstack sites can be easily scaled using serverless functions and APIs, which can be hosted on third-party services like AWS Lambda or Firebase.
In contrast, traditional web development can be difficult to scale, especially for sites with high traffic volumes or complex functionality. This may require expensive server upgrades or load balancers, which can be difficult and time-consuming to set up.
Cost
One of the biggest advantages of JAMstack is its low cost. Since the site is served entirely from a CDN and can be hosted on low-cost services like Netlify or Vercel, the server costs are typically very low.
In contrast, traditional web development can be expensive, as it often requires expensive server infrastructure and ongoing maintenance costs. Additionally, traditional web development can be more time-consuming, which can increase development costs and time-to-market.
When to Use JAMstack
JAMstack is a great choice for sites that require fast load times, high security, and low server costs. It is particularly well-suited for sites with static content or simple dynamic functionality, such as blogs, portfolios, or landing pages.
JAMstack is also a good choice for sites that require easy scalability and quick development cycles. It can be particularly useful for startups or small businesses that need to quickly launch a site or web application with limited resources.
When to Use Traditional Web Development
Traditional web development is still a good choice for sites that require complex functionality, such as e-commerce sites or web applications with real-time updates. It is also a good choice for sites that require strong server-side security, such as financial or healthcare sites.
Additionally, traditional web development may be a better choice for larger organizations that have the resources and expertise to manage server infrastructure and ongoing maintenance costs.
Tools and Frameworks for JAMstack and Traditional Web Development
JAMstack Tools
There are many tools and frameworks available for building JAMstack sites, including:
Gatsby: A React-based framework for building static sites and web applications.
Next.js: A React-based framework for building server-rendered and static sites.
Hugo: A static site generator that supports multiple input formats and content types.
Netlify: A cloud hosting platform for JAMstack sites, with built-in support for continuous deployment and serverless functions.
Vercel: A cloud hosting platform for JAMstack sites, with built-in support for serverless functions and edge caching.
Traditional Web Development Tools
For traditional web development, there are also many tools and frameworks available, including:
WordPress: A popular content management system (CMS) that can be used to build complex sites and web applications.
Laravel: A PHP-based framework for building web applications.
Django: A Python-based framework for building web applications.
Ruby on Rails: A Ruby-based framework for building web applications.
AWS: A cloud hosting platform that can be used to host traditional web applications.
Conclusion
JAMstack and traditional web development are two very different approaches to building websites and web applications. JAMstack is focused on performance, security, and simplicity, while traditional web development is more focused on dynamic functionality and server-side security.
Both approaches have their strengths and weaknesses, and the choice between them will depend on the specific needs of your project. However, JAMstack is a great choice for sites that require fast load times, high security, and low server costs, while traditional web development is still a good choice for sites that require complex functionality and strong server-side security.
0 notes
Photo
Tumblr media
https://www.modaonlinemagazalari.com/moda-markas/eleventy/
ELEVENTY
0 notes
Text
Tumblr media
The Duchess of Edinburgh || blazer by Eleventy
3 notes · View notes
montulet · 2 years
Photo
Tumblr media
• #Eleventy #Jacket #Stretch • #Eleventy #Body #Suede • #Bolzonella #Shirt #Jeans • #PT01 #Pant #Grey #Flannel • #Altea #Scarf #Grey • #Altea #Pochette • #Eleventy #Cravate #Grey (à Montulet Luxury Menswear) https://www.instagram.com/p/ClEFcmDMAan/?igshid=NGJjMDIxMWI=
69 notes · View notes
storemontreux · 2 years
Photo
Tumblr media
The 4-pocket double-breasted coat is made of wool and alpaca, with a Prince of Whales check pattern. The presence of precious Baby Alpaca, a precious fibre obtained exclusively from the first shearing of Peruvian Alpaca (registered trademark of the Ferla wool mill), creates a surprising result : the texture is very special and gives an almost three-dimensional look to the weave. The particular detail of the 10-button closure gives the choice of a dual style and use, open with wide lapels or closed with a standing collar. The presence of horn buttons completes the garment, which offers a regular fit. The fabric is warm and extremely soft; the unlined coat makes it extremely comfortable and enveloping. #Eleventy #LaGriffeAusoniMontreux https://www.instagram.com/p/CmtdMA3KVKC/?igshid=NGJjMDIxMWI=
0 notes
kent-farm · 2 years
Text
Tumblr media Tumblr media
—Jordan Elsass as Jon Kent wearing this Eleventy Cotton-Blend Sweatshirt (in Sage/Light Grey; Sold Out), Superman and Lois, "Waiting for Superman"
2 notes · View notes