Skip to main content

Beli Bahan Tekstil dan Jasa Jahit di Bandung

Saya sedang memerlukan jas untuk satu acara. Saya mencari tempat yang menjual jas dengan harga murah di Bandung. Hasilnya beberapa artikel menyebutkan Pasar Baru Bandung menjual berbagai bahan tekstil dan pakaian termasuk jas. Saya langsung membuka Google Maps dan mencari lokasi Pasar Baru Bandung.

Setelah mengetahui lokasi tersebut, saya memutuskan pergi sendiri ke Pasar Baru Bandung. Tidak lupa saya menyiapkan Google Maps berhubung sangat lemah soal arah jalan. Alhasil, setelah sampai di dekat jembatan, sebelum jalan Suniaraja saya sempat mengambil arah yang salah dan akhirnya berputar-putar di daerah sekitar Pasar Baru (Jalan Stasiun, Braga, ABC, dll) untuk beberapa lama. Setelah merasa pasrah, tiba-tiba saya melihat sebuah papan bertuliskan "Parkir, Pasar Baru". 

Saya pikir Pasar Baru Bandung isinya bermacam-macam seperti pasar swalayan biasa. Namun ternyata isinya adalah berbagai toko tekstil dan pakaian serta beberapa toko perhiasan mulai dari lantai bawah sampai yang paling atas. Saya langsung mencari toko yang memajang manekin berpakaian jas. Saya memilih satu toko yang terlihat cukup besar. Saya bertanya kepada pelayan toko tersebut tentang pembuatan jas. Pelayan tersebut menyampaikan bahwa untuk pembuatan jas (pembelian bahan dan jasa jahit) untuk bahan yang biasa untuk satu setel (jas dan celana) adalah 800 ribu rupiah. Pembuatan jas bisa dilakukan dalam waktu satu hari. Setelah itu saya jalan-jalan di dalam Pasar Baru sambil melihat-lihat barang-barang yang ada di sana. 

Saya memutuskan untuk membeli jas beberapa hari kemudian saja karena ternyata pembuatan jas dapat berlangsung cepat dan masih mau mencari tempat-tempat lain yang mungkin harganya dapat lebih murah.

Beberapa hari kemudian saya mendapat kabar dari teman saya, yang kebetulan juga mencari tempat yang menjual jas. Dia menyarankan satu tempat lain yang menjual jas yang harganya dapat lebih murah yaitu di Dalem Kaum Plasa. Lokasinya tidak jauh dari Pasar Baru Bandung, yaitu di jalan Kapatihan. Untuk ke toko tekstilnya sebaiknya lewat jalan Kapatihan bukan jalan Dalem Kaum.


Esok siangnya, saya pergi ke tempat tersebut. Pintu masuk ke bagian toko-toko tekstil ada di bagian depan gedung lantai basement. Kami memutuskan ke toko yang tempatnya ada di bagian ujung lorong sesuai saran dari teman yang mengatakan harga di tempat tersebut lebih murah. Pelayan toko tersebut langsung menunjukkan berbagai jenis bahan untuk membuat jas. Koleksi bahan di sana cukup lengkap. Harga bahan bervariasi ada yang 140 ribu per meter hingga yang di atas 200 ribu per meter. Setelah menanyakan harga, ternyata total harga pembuatan jas adalah 800 ribu juga. Bahan untuk satu setel jas adalah 3 meter (~400 ribu) dan jasa menjahit 400 ribu. Setelah itu kami memutuskan untuk melihat-lihat lagi toko yang lain di Pasar Baru.

Kami mengunjungi beberapa toko di Pasar Baru Bandung. Berdasar hasil survei kami, harga pembuatan satu setel jas berkisar 800 ribu - 1 juta untuk bahan yang biasa. Jahitan jas di toko-toko yang ada di Pasar Baru cukup bagus. Beberapa toko menawarkan bahan yang harganya cukup mahal (hingga 750 ribu untuk 3 meter bahan). Beberapa toko menawarkan jasa menjahitnya yang mahal (hingga 600 ribu). Namun karena kami lupa memeriksa jahitan yang ada di toko yang berada di Dalem Kaum Plasa maka kami memutuskan untuk kembali ke Dalem Kaum Plasa besoknya.

Hari sabtu, Gest dan saya pergi ke toko yang kemarin dikunjungi di Dalem Kaum Plasa. Kami mengecek jahitan jas di toko tersebut dan menurut kami jahitannya bagus juga. Kami memilih bahan di toko tersebut. Toko tersebut hanya menjual bahan sedangkan untuk menjahit terpisah di toko yang ada di depannya (Willy Style Tailor). Harga bahan yang saya beli seharga 400 ribu untuk 3 meter dengan warna abu-abu kehitaman. Gest memilih warna hitam polos. Saran dari penjual bahan sebaiknya tidak menggunakan bahan lokal yang murah (80 ribu per meter) yang dijual di toko tersebut jika ingin membuat jas karena bahan tersebut jika terkena debu mudah meninggalkan bekas yang terlihat.

Hasil jas yang telah selesai dibuat, saya post pada postingan lain di sini.

Comments

  1. Saya juga pernah ke dalem kaum, tapi beli bahan aja, untuk jahit saya biasa di arya tailor di jl. merdeka :)

    ReplyDelete
    Replies
    1. Jalan Merdeka di mananya, gan? Harganya lebih murah, ya?

      Delete

Post a Comment

Popular posts from this blog

Increase of Malicious Activities and Implementation of reCaptcha

In recent time, I've seen the increase of malicious activities such as login attempts or phishing emails to some accounts I manage. Let me list some of them and the actions taken. SSH Access Attempts This happened on a server that host a Gitlab server. Because of this case, I started to limit the incoming traffic to the server using internal and cloud firewall provided by the cloud provider. I limit the exposed ports, connected network interfaces, and allowed protocols. Phishing Attempts This typically happened through email and messaging platform such as Whatsapp and Facebook Page messaging. The malicious actors tried to share a suspicious link lured as invoice, support ticket, or something else. Malicious links shared Spammy Bot The actors leverage one of public endpoint on my website to send emails. Actually, the emails won't be forwarded anywhere except to my own email so this just full my inbox. This bot is quite active, but I'm still not sure what...

Configuring Swap Memory on Ubuntu Using Ansible

If we maintain a Linux machine with a low memory capacity while we are required to run an application with high memory consumption, enabling swap memory is an option. Ansible can be utilized as a helper tool to automate the creation of swap memory. A swap file can be allocated in the available storage of the machine. The swap file then can be assigned as a swap memory. Firstly, we should prepare the inventory file. The following snippet is an example, you must provide your own configuration. [server] 192.168.1.2 [server:vars] ansible_user=root ansible_ssh_private_key_file=~/.ssh/id_rsa Secondly, we need to prepare the task file that contains not only the tasks but also some variables and connection information. For instance, we set /swapfile  as the name of our swap file. We also set the swap memory size to 2GB and the swappiness level to 60. - hosts: server become: true vars: swap_vars: size: 2G swappiness: 60 For simplicity, we only check the...

Deliver SaaS According Twelve-Factor App

If you haven't heard of  the twelve-factor app , it gives us a recommendation or a methodology for developing SaaS or web apps structured into twelve items. The recommendation has some connections with microservice architecture and cloud-native environments which become more popular today. We can learn the details on its website . In this post, we will do a quick review of the twelve points. One Codebase Multiple Deployment We should maintain only one codebase for our application even though the application may be deployed into multiple environments like development, staging, and production. Having multiple codebases will lead to any kinds of complicated issues. Explicitly State Dependencies All the dependencies for running our application should be stated in the project itself. Many programming languages have a kind of file that maintains a list of the dependencies like package.json in Node.js. We should also be aware of the dependencies related to the pla...

Kenshin VS The Assassin

It is an assassin versus assassin.

Handling PDF Generation in Web Service

If we are building a website that requires a PDF generation feature, there are several options for implementing it based on the use cases or user requirements. First, we can generate the PDF on the client side using any available client library. It is suitable if the use case is to print out some data that is already available inside certain website components, and we want to maintain the styles of the components in the document. Second, we can do it fully in the back-end using any library available, such as PDF-lib, jsPDF, and so on. This approach is suitable if we want to keep the data processing or any related business functions in the back-end server. This second approach might have disadvantages, such as the difficulty of maintaining the design assets and styles which are already on our website. Third, it is using a hybrid approach, where certain processes are handled on the client side, and some are handled on the back-end. In this post, I want to discuss more about the...

Free Cloud Services from UpCloud

Although I typically deploy my development environment or experimental services on UpCloud , I do not always stay updated on its announcements. Recently, I discovered that UpCloud has introduced a new plan called the Essentials plan, which enables certain cloud services to be deployed at no cost. The complimentary services are generally associated with network components or serve as the foundation for other cloud services. This feature is particularly useful when retaining foundational services, such as a load balancer, is necessary, while tearing down all services and reconfiguring the DNS and other application settings each time we temporarily clean up infrastructure to reduce costs is undesirable.  When reviewing the service specifications of the cloud services in the Essentials plan, they appear to be very similar to those in the Development plan. The difference in service levels is unclear, but it could be related to hardware or resource allocation. For instance, the loa...